Class: Google::Cloud::GkeMultiCloud::V1::OperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb

Overview

Metadata about a long-running operation.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which this operation was created.

Returns:



110
111
112
113
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110

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

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which this operation was completed.

Returns:



110
111
112
113
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110

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

#error_detail::String (readonly)

Returns Output only. Human-readable status of any error that occurred during the operation.

Returns:

  • (::String)

    Output only. Human-readable status of any error that occurred during the operation.



110
111
112
113
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110

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

#requested_cancellation::Boolean (readonly)

Returns Output only. Identifies whether it has been requested cancellation for 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)

    Output only. Identifies whether it has been requested cancellation for the operation. Operations that have successfully been cancelled have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.



110
111
112
113
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110

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

#status_detail::String (readonly)

Returns Output only. Human-readable status of the operation, if any.

Returns:

  • (::String)

    Output only. Human-readable status of the operation, if any.



110
111
112
113
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110

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

#target::String (readonly)

Returns Output only. The name of the resource associated to this operation.

Returns:

  • (::String)

    Output only. The name of the resource associated to this operation.



110
111
112
113
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110

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

#verb::String (readonly)

Returns Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".

Returns:

  • (::String)

    Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".



110
111
112
113
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 110

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