public interface OperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
OperationMetadata.Type |
getOperationType()
Output only.
|
int |
getOperationTypeValue()
Output only.
|
String |
getResource()
Output only.
|
com.google.protobuf.ByteString |
getResourceBytes()
Output only.
|
String |
getResourceUuid()
Output only.
|
com.google.protobuf.ByteString |
getResourceUuidBytes()
Output only.
|
OperationMetadata.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEndTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
Output only. The current operation state.
.google.cloud.orchestration.airflow.service.v1beta1.OperationMetadata.State state = 1;
OperationMetadata.State getState()
Output only. The current operation state.
.google.cloud.orchestration.airflow.service.v1beta1.OperationMetadata.State state = 1;
int getOperationTypeValue()
Output only. The type of operation being performed.
.google.cloud.orchestration.airflow.service.v1beta1.OperationMetadata.Type operation_type = 2;
OperationMetadata.Type getOperationType()
Output only. The type of operation being performed.
.google.cloud.orchestration.airflow.service.v1beta1.OperationMetadata.Type operation_type = 2;
String getResource()
Output only. The resource being operated on, as a [relative resource name]( /apis/design/resource_names#relative_resource_name).
string resource = 3;com.google.protobuf.ByteString getResourceBytes()
Output only. The resource being operated on, as a [relative resource name]( /apis/design/resource_names#relative_resource_name).
string resource = 3;String getResourceUuid()
Output only. The UUID of the resource being operated on.
string resource_uuid = 4;com.google.protobuf.ByteString getResourceUuidBytes()
Output only. The UUID of the resource being operated on.
string resource_uuid = 4;boolean hasCreateTime()
Output only. The time the operation was submitted to the server.
.google.protobuf.Timestamp create_time = 5;com.google.protobuf.Timestamp getCreateTime()
Output only. The time the operation was submitted to the server.
.google.protobuf.Timestamp create_time = 5;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the operation was submitted to the server.
.google.protobuf.Timestamp create_time = 5;boolean hasEndTime()
Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing.
.google.protobuf.Timestamp end_time = 6;com.google.protobuf.Timestamp getEndTime()
Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing.
.google.protobuf.Timestamp end_time = 6;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing.
.google.protobuf.Timestamp end_time = 6;Copyright © 2023 Google LLC. All rights reserved.