public final class OperationMetadata extends GeneratedMessageV3 implements OperationMetadataOrBuilder
Contains metadata for the BatchAnnotateImages operation.Protobuf type
google.cloud.vision.v1p2beta1.OperationMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
OperationMetadata.Builder
Contains metadata for the BatchAnnotateImages operation.
|
static class |
OperationMetadata.State
Batch operation states.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int STATE_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public int getStateValue()
Current state of the batch operation.
.google.cloud.vision.v1p2beta1.OperationMetadata.State state = 1;getStateValue in interface OperationMetadataOrBuilderpublic OperationMetadata.State getState()
Current state of the batch operation.
.google.cloud.vision.v1p2beta1.OperationMetadata.State state = 1;getState in interface OperationMetadataOrBuilderpublic boolean hasCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;hasCreateTime in interface OperationMetadataOrBuilderpublic Timestamp getCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;getCreateTime in interface OperationMetadataOrBuilderpublic TimestampOrBuilder getCreateTimeOrBuilder()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;getCreateTimeOrBuilder in interface OperationMetadataOrBuilderpublic boolean hasUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;hasUpdateTime in interface OperationMetadataOrBuilderpublic Timestamp getUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;getUpdateTime in interface OperationMetadataOrBuilderpublic TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;getUpdateTimeOrBuilder in interface OperationMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static OperationMetadata parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static OperationMetadata parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static OperationMetadata parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static OperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static OperationMetadata parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static OperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static OperationMetadata parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadata parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadata parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadata parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic OperationMetadata.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static OperationMetadata.Builder newBuilder()
public static OperationMetadata.Builder newBuilder(OperationMetadata prototype)
public OperationMetadata.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected OperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static OperationMetadata getDefaultInstance()
public static Parser<OperationMetadata> parser()
public Parser<OperationMetadata> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public OperationMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder