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.datacatalog.lineage.v1.OperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
OperationMetadata.State getState()
Output only. The current operation state.
.google.cloud.datacatalog.lineage.v1.OperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getOperationTypeValue()
Output only. The type of the operation being performed.
.google.cloud.datacatalog.lineage.v1.OperationMetadata.Type operation_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
OperationMetadata.Type getOperationType()
Output only. The type of the operation being performed.
.google.cloud.datacatalog.lineage.v1.OperationMetadata.Type operation_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getResource()
Output only. The [relative name] (https://cloud.google.com//apis/design/resource_names#relative_resource_name) of the resource being operated on.
string resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getResourceBytes()
Output only. The [relative name] (https://cloud.google.com//apis/design/resource_names#relative_resource_name) of the resource being operated on.
string resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getResourceUuid()
Output only. The UUID of the resource being operated on.
string resource_uuid = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getResourceUuidBytes()
Output only. The UUID of the resource being operated on.
string resource_uuid = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasCreateTime()
Output only. The timestamp of the operation submission to the server.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The timestamp of the operation submission to the server.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp of the operation submission to the server.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEndTime()
Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getEndTime()
Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.