Class: Google::Cloud::ServiceManagement::V1::OperationMetadata::Step

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/servicemanagement/v1/resources.rb

Overview

Represents the status of one operation step.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns The short description of the step.

Returns:

  • (::String)

    The short description of the step.



64
65
66
67
# File 'proto_docs/google/api/servicemanagement/v1/resources.rb', line 64

class Step
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status::Google::Cloud::ServiceManagement::V1::OperationMetadata::Status

Returns The status code.



64
65
66
67
# File 'proto_docs/google/api/servicemanagement/v1/resources.rb', line 64

class Step
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end