Class: Google::Cloud::Gaming::V1::OperationStatus

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

Defined Under Namespace

Modules: ErrorCode

Instance Attribute Summary collapse

Instance Attribute Details

#done::Boolean (readonly)

Returns Output only. Whether the operation is done or still in progress.

Returns:

  • (::Boolean)

    Output only. Whether the operation is done or still in progress.



81
82
83
84
85
86
87
88
89
90
91
92
93
94
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 81

class OperationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  module ErrorCode
    ERROR_CODE_UNSPECIFIED = 0

    INTERNAL_ERROR = 1

    PERMISSION_DENIED = 2

    CLUSTER_CONNECTION = 3
  end
end

#error_code::Google::Cloud::Gaming::V1::OperationStatus::ErrorCode

Returns The error code in case of failures.

Returns:



81
82
83
84
85
86
87
88
89
90
91
92
93
94
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 81

class OperationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  module ErrorCode
    ERROR_CODE_UNSPECIFIED = 0

    INTERNAL_ERROR = 1

    PERMISSION_DENIED = 2

    CLUSTER_CONNECTION = 3
  end
end

#error_message::String

Returns The human-readable error message.

Returns:

  • (::String)

    The human-readable error message.



81
82
83
84
85
86
87
88
89
90
91
92
93
94
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 81

class OperationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  module ErrorCode
    ERROR_CODE_UNSPECIFIED = 0

    INTERNAL_ERROR = 1

    PERMISSION_DENIED = 2

    CLUSTER_CONNECTION = 3
  end
end