Service Management V1 API - Class Google::Cloud::ServiceManagement::V1::OperationMetadata (v0.3.9)

Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::OperationMetadata.

The metadata associated with a long running operation resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#progress_percentage

def progress_percentage() -> ::Integer
Returns
  • (::Integer) — Percentage of completion of this operation, ranging from 0 to 100.

#progress_percentage=

def progress_percentage=(value) -> ::Integer
Parameter
  • value (::Integer) — Percentage of completion of this operation, ranging from 0 to 100.
Returns
  • (::Integer) — Percentage of completion of this operation, ranging from 0 to 100.

#resource_names

def resource_names() -> ::Array<::String>
Returns
  • (::Array<::String>) — The full name of the resources that this operation is directly associated with.

#resource_names=

def resource_names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The full name of the resources that this operation is directly associated with.
Returns
  • (::Array<::String>) — The full name of the resources that this operation is directly associated with.

#start_time

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

#start_time=

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

#steps

def steps() -> ::Array<::Google::Cloud::ServiceManagement::V1::OperationMetadata::Step>
Returns

#steps=

def steps=(value) -> ::Array<::Google::Cloud::ServiceManagement::V1::OperationMetadata::Step>
Parameter
Returns