Class: Google::Cloud::Bigtable::V2::ExecuteQueryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ExecuteQueryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Request message for Bigtable.ExecuteQuery
Defined Under Namespace
Classes: ParamsEntry
Instance Attribute Summary collapse
-
#app_profile_id ⇒ ::String
Optional.
-
#instance_name ⇒ ::String
Required.
-
#params ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::V2::Value}
Required.
-
#proto_format ⇒ ::Google::Cloud::Bigtable::V2::ProtoFormat
Protocol buffer format as described by ProtoSchema and ProtoRows messages.
-
#query ⇒ ::String
Required.
-
#resume_token ⇒ ::String
Optional.
Instance Attribute Details
#app_profile_id ⇒ ::String
797 798 799 800 801 802 803 804 805 806 807 808 809 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 797 class ExecuteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Bigtable::V2::Value] class ParamsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#instance_name ⇒ ::String
797 798 799 800 801 802 803 804 805 806 807 808 809 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 797 class ExecuteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Bigtable::V2::Value] class ParamsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#params ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::V2::Value}
797 798 799 800 801 802 803 804 805 806 807 808 809 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 797 class ExecuteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Bigtable::V2::Value] class ParamsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#proto_format ⇒ ::Google::Cloud::Bigtable::V2::ProtoFormat
797 798 799 800 801 802 803 804 805 806 807 808 809 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 797 class ExecuteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Bigtable::V2::Value] class ParamsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#query ⇒ ::String
797 798 799 800 801 802 803 804 805 806 807 808 809 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 797 class ExecuteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Bigtable::V2::Value] class ParamsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#resume_token ⇒ ::String
797 798 799 800 801 802 803 804 805 806 807 808 809 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 797 class ExecuteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Bigtable::V2::Value] class ParamsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |