Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::BatchOperationMetadata.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch request is finished and google.longrunning.Operation.done is set to true.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the batch request is finished and google.longrunning.Operation.done is set to true.
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch request is finished and google.longrunning.Operation.done is set to true.
#state
def state() -> ::Google::Cloud::Vision::V1p3beta1::BatchOperationMetadata::State
Returns
- (::Google::Cloud::Vision::V1p3beta1::BatchOperationMetadata::State) — The current state of the batch operation.
#state=
def state=(value) -> ::Google::Cloud::Vision::V1p3beta1::BatchOperationMetadata::State
Parameter
- value (::Google::Cloud::Vision::V1p3beta1::BatchOperationMetadata::State) — The current state of the batch operation.
Returns
- (::Google::Cloud::Vision::V1p3beta1::BatchOperationMetadata::State) — The current state of the batch operation.
#submit_time
def submit_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch request was submitted to the server.
#submit_time=
def submit_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the batch request was submitted to the server.
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch request was submitted to the server.