public static final class BatchOperationMetadata.Builder extends GeneratedMessageV3.Builder<BatchOperationMetadata.Builder> implements BatchOperationMetadataOrBuilder
Metadata for the batch operations such as the current state.
This is included in the metadata
field of the Operation
returned by the
GetOperation
call of the google::longrunning::Operations
service.
Protobuf type google.cloud.vision.v1p3beta1.BatchOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchOperationMetadata.BuilderImplements
BatchOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BatchOperationMetadata.Builder |
build()
public BatchOperationMetadata build()
Type | Description |
BatchOperationMetadata |
buildPartial()
public BatchOperationMetadata buildPartial()
Type | Description |
BatchOperationMetadata |
clear()
public BatchOperationMetadata.Builder clear()
Type | Description |
BatchOperationMetadata.Builder |
clearEndTime()
public BatchOperationMetadata.Builder clearEndTime()
The time when the batch request is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
BatchOperationMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public BatchOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
BatchOperationMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
BatchOperationMetadata.Builder |