Cloud Data Fusion V1 API - Class Google::Cloud::DataFusion::V1::OperationMetadata (v0.1.4)

Reference documentation and code samples for the Cloud Data Fusion V1 API class Google::Cloud::DataFusion::V1::OperationMetadata.

Represents the metadata of a long-running operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#additional_status

def additional_status() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING

#additional_status=

def additional_status=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING

#api_version

def api_version() -> ::String
Returns
  • (::String) — API version used to start the operation.

#api_version=

def api_version=(value) -> ::String
Parameter
  • value (::String) — API version used to start the operation.
Returns
  • (::String) — API version used to start the operation.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

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

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

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

#requested_cancellation

def requested_cancellation() -> ::Boolean
Returns
  • (::Boolean) — Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

#requested_cancellation=

def requested_cancellation=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
Returns
  • (::Boolean) — Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

#status_detail

def status_detail() -> ::String
Returns
  • (::String) — Human-readable status of the operation if any.

#status_detail=

def status_detail=(value) -> ::String
Parameter
  • value (::String) — Human-readable status of the operation if any.
Returns
  • (::String) — Human-readable status of the operation if any.

#target

def target() -> ::String
Returns
  • (::String) — Server-defined resource path for the target of the operation.

#target=

def target=(value) -> ::String
Parameter
  • value (::String) — Server-defined resource path for the target of the operation.
Returns
  • (::String) — Server-defined resource path for the target of the operation.

#verb

def verb() -> ::String
Returns
  • (::String) — Name of the verb executed by the operation.

#verb=

def verb=(value) -> ::String
Parameter
  • value (::String) — Name of the verb executed by the operation.
Returns
  • (::String) — Name of the verb executed by the operation.