com.google.cloud.vision.v1p4beta1.OperationMetadataOrBuilder 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/image_annotator.proto
package com.google.cloud.vision.v1p4beta1;
public interface OperationMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.OperationMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Current state of the batch operation.
*
*
* .google.cloud.vision.v1p4beta1.OperationMetadata.State state = 1;
*/
int getStateValue();
/**
*
*
*
* Current state of the batch operation.
*
*
* .google.cloud.vision.v1p4beta1.OperationMetadata.State state = 1;
*/
com.google.cloud.vision.v1p4beta1.OperationMetadata.State getState();
/**
*
*
*
* The time when the batch request was received.
*
*
* .google.protobuf.Timestamp create_time = 5;
*/
boolean hasCreateTime();
/**
*
*
*
* The time when the batch request was received.
*
*
* .google.protobuf.Timestamp create_time = 5;
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* The time when the batch request was received.
*
*
* .google.protobuf.Timestamp create_time = 5;
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* The time when the operation result was last updated.
*
*
* .google.protobuf.Timestamp update_time = 6;
*/
boolean hasUpdateTime();
/**
*
*
*
* The time when the operation result was last updated.
*
*
* .google.protobuf.Timestamp update_time = 6;
*/
com.google.protobuf.Timestamp getUpdateTime();
/**
*
*
*
* The time when the operation result was last updated.
*
*
* .google.protobuf.Timestamp update_time = 6;
*/
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy