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=> 0PENDING=> 1RUNNING=> 2SUCCEEDED=> 3SUCCESSFUL=> 3FAILED=> 4
Enum: OperationMetadata::Type
Values:
TYPE_UNSPECIFIED=> 0CREATE=> 1DELETE=> 2UPDATE=> 3CHECK=> 4SAVE_SNAPSHOT=> 5LOAD_SNAPSHOT=> 6DATABASE_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.