com.google.cloud.vision.v1p4beta1.BatchOperationMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p4beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/product_search_service.proto
package com.google.cloud.vision.v1p4beta1;
public interface BatchOperationMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.BatchOperationMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The current state of the batch operation.
*
*
* .google.cloud.vision.v1p4beta1.BatchOperationMetadata.State state = 1;
*/
int getStateValue();
/**
*
*
*
* The current state of the batch operation.
*
*
* .google.cloud.vision.v1p4beta1.BatchOperationMetadata.State state = 1;
*/
com.google.cloud.vision.v1p4beta1.BatchOperationMetadata.State getState();
/**
*
*
*
* The time when the batch request was submitted to the server.
*
*
* .google.protobuf.Timestamp submit_time = 2;
*/
boolean hasSubmitTime();
/**
*
*
*
* The time when the batch request was submitted to the server.
*
*
* .google.protobuf.Timestamp submit_time = 2;
*/
com.google.protobuf.Timestamp getSubmitTime();
/**
*
*
*
* The time when the batch request was submitted to the server.
*
*
* .google.protobuf.Timestamp submit_time = 2;
*/
com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder();
/**
*
*
*
* 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;
*/
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;
*/
com.google.protobuf.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;
*/
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy