NAME

Google::Cloud::Orchestration::Airflow::Service::V1::Operations::OperationMetadata - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Orchestration::Airflow::Service::V1::Operations;

my $msg = Google::Cloud::Orchestration::Airflow::Service::V1::Operations::OperationMetadata->new(
    state => $value,
);

FIELDS

  • state

    Type: Enum (.google.cloud.orchestration.airflow.service.v1.OperationMetadata.State)

  • operation_type

    Type: Enum (.google.cloud.orchestration.airflow.service.v1.OperationMetadata.Type)

  • resource

    Type: String

  • resource_uuid

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • end_time

    Type: Message (.google.protobuf.Timestamp)

Enum: OperationMetadata::State

Values:

  • STATE_UNSPECIFIED => 0

  • PENDING => 1

  • RUNNING => 2

  • SUCCEEDED => 3

  • SUCCESSFUL => 3

  • FAILED => 4

Enum: OperationMetadata::Type

Values:

  • TYPE_UNSPECIFIED => 0

  • CREATE => 1

  • DELETE => 2

  • UPDATE => 3

  • CHECK => 4

  • SAVE_SNAPSHOT => 5

  • LOAD_SNAPSHOT => 6

  • DATABASE_FAILOVER => 7

NAME

Google::Cloud::Orchestration::Airflow::Service::V1::Operations - Protocol Buffers schema definition

DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.