public interface BatchOperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getEndTime()
The time when the batch request is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
The time when the batch request is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
BatchOperationMetadata.State |
getState()
The current state of the batch operation.
|
int |
getStateValue()
The current state of the batch operation.
|
Timestamp |
getSubmitTime()
The time when the batch request was submitted to the server.
|
TimestampOrBuilder |
getSubmitTimeOrBuilder()
The time when the batch request was submitted to the server.
|
boolean |
hasEndTime()
The time when the batch request is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to true.
|
boolean |
hasSubmitTime()
The time when the batch request was submitted to the server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getStateValue()
The current state of the batch operation.
.google.cloud.vision.v1p3beta1.BatchOperationMetadata.State state = 1;
BatchOperationMetadata.State getState()
The current state of the batch operation.
.google.cloud.vision.v1p3beta1.BatchOperationMetadata.State state = 1;
boolean hasSubmitTime()
The time when the batch request was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
Timestamp getSubmitTime()
The time when the batch request was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
TimestampOrBuilder getSubmitTimeOrBuilder()
The time when the batch request was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
boolean hasEndTime()
The time when the batch request is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 3;
Timestamp getEndTime()
The time when the batch request is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 3;
TimestampOrBuilder getEndTimeOrBuilder()
The time when the batch request is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
.google.protobuf.Timestamp end_time = 3;
Copyright © 2022 Google LLC. All rights reserved.