Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::BatchOperationMetadata (v0.25.0)

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

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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

#done_time=

def done_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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

#operation_type=

def operation_type=(value) -> ::Google::Cloud::Dataproc::V1::BatchOperationMetadata::BatchOperationType

#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.