Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::OperationMetadata::Step.
Represents the status of one operation step.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
    Returns
    
  - (::String) — The short description of the step.
#description=
def description=(value) -> ::String
    Parameter
    
  - value (::String) — The short description of the step.
    Returns
    
  - (::String) — The short description of the step.
#status
def status() -> ::Google::Cloud::ServiceManagement::V1::OperationMetadata::Status
    Returns
    
  - (::Google::Cloud::ServiceManagement::V1::OperationMetadata::Status) — The status code.
#status=
def status=(value) -> ::Google::Cloud::ServiceManagement::V1::OperationMetadata::Status
    Parameter
    
  - value (::Google::Cloud::ServiceManagement::V1::OperationMetadata::Status) — The status code.
    Returns
    
- (::Google::Cloud::ServiceManagement::V1::OperationMetadata::Status) — The status code.