public interface OperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreateTime()
The time when the batch request was received.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
The time when the batch request was received.
|
OperationMetadata.State |
getState()
Current state of the batch operation.
|
int |
getStateValue()
Current state of the batch operation.
|
Timestamp |
getUpdateTime()
The time when the operation result was last updated.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
The time when the operation result was last updated.
|
boolean |
hasCreateTime()
The time when the batch request was received.
|
boolean |
hasUpdateTime()
The time when the operation result was last updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getStateValue()
Current state of the batch operation.
.google.cloud.vision.v1p3beta1.OperationMetadata.State state = 1;
OperationMetadata.State getState()
Current state of the batch operation.
.google.cloud.vision.v1p3beta1.OperationMetadata.State state = 1;
boolean hasCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
Timestamp getCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
TimestampOrBuilder getCreateTimeOrBuilder()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
boolean hasUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
Timestamp getUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
Copyright © 2022 Google LLC. All rights reserved.