public static final class OperationMetadata.Builder extends GeneratedMessageV3.Builder<OperationMetadata.Builder> implements OperationMetadataOrBuilder
Contains metadata for the BatchAnnotateImages operation.
Protobuf type google.cloud.vision.v1.OperationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public OperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public OperationMetadata build()
public OperationMetadata buildPartial()
public OperationMetadata.Builder clear()
Overrides
public OperationMetadata.Builder clearCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
public OperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public OperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public OperationMetadata.Builder clearState()
Current state of the batch operation.
.google.cloud.vision.v1.OperationMetadata.State state = 1;
public OperationMetadata.Builder clearUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
public OperationMetadata.Builder clone()
Overrides
public Timestamp getCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
Returns |
---|
Type | Description |
Timestamp | The createTime.
|
public Timestamp.Builder getCreateTimeBuilder()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
public TimestampOrBuilder getCreateTimeOrBuilder()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
public OperationMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public OperationMetadata.State getState()
Current state of the batch operation.
.google.cloud.vision.v1.OperationMetadata.State state = 1;
public int getStateValue()
Current state of the batch operation.
.google.cloud.vision.v1.OperationMetadata.State state = 1;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for state.
|
public Timestamp getUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
Returns |
---|
Type | Description |
Timestamp | The updateTime.
|
public Timestamp.Builder getUpdateTimeBuilder()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
public TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
public boolean hasCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
Returns |
---|
Type | Description |
boolean | Whether the createTime field is set.
|
public boolean hasUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
Returns |
---|
Type | Description |
boolean | Whether the updateTime field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public OperationMetadata.Builder mergeCreateTime(Timestamp value)
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
public OperationMetadata.Builder mergeFrom(OperationMetadata other)
public OperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public OperationMetadata.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final OperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public OperationMetadata.Builder mergeUpdateTime(Timestamp value)
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
public OperationMetadata.Builder setCreateTime(Timestamp value)
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
public OperationMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
Parameter |
---|
Name | Description |
builderForValue | Builder
|
public OperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public OperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public OperationMetadata.Builder setState(OperationMetadata.State value)
Current state of the batch operation.
.google.cloud.vision.v1.OperationMetadata.State state = 1;
public OperationMetadata.Builder setStateValue(int value)
Current state of the batch operation.
.google.cloud.vision.v1.OperationMetadata.State state = 1;
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for state to set.
|
public final OperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public OperationMetadata.Builder setUpdateTime(Timestamp value)
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
public OperationMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
Parameter |
---|
Name | Description |
builderForValue | Builder
|