Class: Google::Cloud::Bigtable::V2::SampleRowKeysRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::SampleRowKeysRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Request message for Bigtable.SampleRowKeys.
Instance Attribute Summary collapse
-
#app_profile_id ⇒ ::String
This value specifies routing for replication.
-
#table_name ⇒ ::String
Required.
Instance Attribute Details
#app_profile_id ⇒ ::String
Returns This value specifies routing for replication. If not specified, the "default" application profile will be used.
183 184 185 186 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 183 class SampleRowKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_name ⇒ ::String
Returns Required. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.
183 184 185 186 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 183 class SampleRowKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |