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
- (::Google::Protobuf::Timestamp) — The start time of the operation.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The start time of the operation.
Returns
- (::Google::Protobuf::Timestamp) — The start time of the operation.
#steps
def steps() -> ::Array<::Google::Cloud::ServiceManagement::V1::OperationMetadata::Step>
Returns
- (::Array<::Google::Cloud::ServiceManagement::V1::OperationMetadata::Step>) — Detailed status information for each step. The order is undetermined.
#steps=
def steps=(value) -> ::Array<::Google::Cloud::ServiceManagement::V1::OperationMetadata::Step>
Parameter
- value (::Array<::Google::Cloud::ServiceManagement::V1::OperationMetadata::Step>) — Detailed status information for each step. The order is undetermined.
Returns
- (::Array<::Google::Cloud::ServiceManagement::V1::OperationMetadata::Step>) — Detailed status information for each step. The order is undetermined.