Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::BatchOperationMetadata.
Metadata describing the Batch operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#batch
def batch() -> ::String
Returns
- (::String) — Name of the batch for the operation.
#batch=
def batch=(value) -> ::String
Parameter
- value (::String) — Name of the batch for the operation.
Returns
- (::String) — Name of the batch for the operation.
#batch_uuid
def batch_uuid() -> ::String
Returns
- (::String) — Batch UUID for the operation.
#batch_uuid=
def batch_uuid=(value) -> ::String
Parameter
- value (::String) — Batch UUID for the operation.
Returns
- (::String) — Batch UUID for the operation.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation was created.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the operation was created.
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation was created.
#description
def description() -> ::String
Returns
- (::String) — Short description of the operation.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Short description of the operation.
Returns
- (::String) — Short description of the operation.
#done_time
def done_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation finished.
#done_time=
def done_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the operation finished.
Returns
- (::Google::Protobuf::Timestamp) — The time when the operation finished.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels associated with the operation.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels associated with the operation.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels associated with the operation.
#operation_type
def operation_type() -> ::Google::Cloud::Dataproc::V1::BatchOperationMetadata::BatchOperationType
Returns
- (::Google::Cloud::Dataproc::V1::BatchOperationMetadata::BatchOperationType) — The operation type.
#operation_type=
def operation_type=(value) -> ::Google::Cloud::Dataproc::V1::BatchOperationMetadata::BatchOperationType
Parameter
- value (::Google::Cloud::Dataproc::V1::BatchOperationMetadata::BatchOperationType) — The operation type.
Returns
- (::Google::Cloud::Dataproc::V1::BatchOperationMetadata::BatchOperationType) — The operation type.
#warnings
def warnings() -> ::Array<::String>
Returns
- (::Array<::String>) — Warnings encountered during operation execution.
#warnings=
def warnings=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Warnings encountered during operation execution.
Returns
- (::Array<::String>) — Warnings encountered during operation execution.