public interface BatchOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()The time when the batch request is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()The time when the batch request is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getState()
public abstract BatchOperationMetadata.State getState()The current state of the batch operation.
.google.cloud.vision.v1p4beta1.BatchOperationMetadata.State state = 1;
| Returns | |
|---|---|
| Type | Description |
BatchOperationMetadata.State |
The state. |
getStateValue()
public abstract int getStateValue()The current state of the batch operation.
.google.cloud.vision.v1p4beta1.BatchOperationMetadata.State state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getSubmitTime()
public abstract Timestamp getSubmitTime()The time when the batch request was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The submitTime. |
getSubmitTimeOrBuilder()
public abstract TimestampOrBuilder getSubmitTimeOrBuilder()The time when the batch request was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasEndTime()
public abstract boolean hasEndTime()The time when the batch request is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
hasSubmitTime()
public abstract boolean hasSubmitTime()The time when the batch request was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the submitTime field is set. |