Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::OperationMetadata.
Contains metadata for the BatchAnnotateImages operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch request was received.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the batch request was received.
Returns
- (::Google::Protobuf::Timestamp) — The time when the batch request was received.
#state
def state() -> ::Google::Cloud::Vision::V1p3beta1::OperationMetadata::State
Returns
- (::Google::Cloud::Vision::V1p3beta1::OperationMetadata::State) — Current state of the batch operation.
#state=
def state=(value) -> ::Google::Cloud::Vision::V1p3beta1::OperationMetadata::State
Parameter
- value (::Google::Cloud::Vision::V1p3beta1::OperationMetadata::State) — Current state of the batch operation.
Returns
- (::Google::Cloud::Vision::V1p3beta1::OperationMetadata::State) — Current state of the batch operation.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation result was last updated.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the operation result was last updated.
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation result was last updated.