Class: Google::Cloud::Bigtable::V2::ErrorResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ErrorResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/session.rb
Overview
Internal usage only.
Instance Attribute Summary collapse
- #cluster_info ⇒ ::Google::Cloud::Bigtable::V2::ClusterInformation
- #retry_info ⇒ ::Google::Rpc::RetryInfo
-
#rpc_id ⇒ ::Integer
Which vRPC this response is for.
-
#status ⇒ ::Google::Rpc::Status
The error from the vRPC and any retry information to consider.
Instance Attribute Details
#cluster_info ⇒ ::Google::Cloud::Bigtable::V2::ClusterInformation
607 608 609 610 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 607 class ErrorResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#retry_info ⇒ ::Google::Rpc::RetryInfo
607 608 609 610 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 607 class ErrorResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rpc_id ⇒ ::Integer
Returns Which vRPC this response is for.
607 608 609 610 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 607 class ErrorResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
Returns The error from the vRPC and any retry information to consider.
607 608 609 610 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 607 class ErrorResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |