public interface CommonOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
The creation time of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The creation time of the operation.
|
CommonOperationMetadata.State |
getState()
The state of the operation.
|
int |
getStateValue()
The state of the operation.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The last update time of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The last update time of the operation.
|
boolean |
hasCreateTime()
The creation time of the operation.
|
boolean |
hasUpdateTime()
The last update time of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
The state of the operation.
.google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata.State state = 1;CommonOperationMetadata.State getState()
The state of the operation.
.google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata.State state = 1;boolean hasCreateTime()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.Timestamp getCreateTime()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 2;boolean hasUpdateTime()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 3;com.google.protobuf.Timestamp getUpdateTime()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 3;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 3;Copyright © 2023 Google LLC. All rights reserved.