All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.vision.v1p4beta1.OperationMetadataOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.142.0
Show newest version
// 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