Class: Google::Cloud::Gaming::V1::OperationStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::OperationStatus
- 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
-
#done ⇒ ::Boolean
readonly
Output only.
-
#error_code ⇒ ::Google::Cloud::Gaming::V1::OperationStatus::ErrorCode
The error code in case of failures.
-
#error_message ⇒ ::String
The human-readable error message.
Instance Attribute Details
#done ⇒ ::Boolean (readonly)
Returns 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.
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.
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 |