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.
-
#authorized_view_name ⇒ ::String
Optional.
-
#materialized_view_name ⇒ ::String
Optional.
-
#table_name ⇒ ::String
Optional.
Instance Attribute Details
#app_profile_id ⇒ ::String
214 215 216 217 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 214 class SampleRowKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#authorized_view_name ⇒ ::String
214 215 216 217 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 214 class SampleRowKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#materialized_view_name ⇒ ::String
214 215 216 217 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 214 class SampleRowKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_name ⇒ ::String
214 215 216 217 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 214 class SampleRowKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |