Class: Google::Bigtable::V2::SampleRowKeysRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb

Overview

Request message for Bigtable.SampleRowKeys.

Instance Attribute Summary collapse

Instance Attribute Details

#app_profile_idString

Returns This value specifies routing for replication. If not specified, the "default" application profile will be used.

Returns:

  • (String)

    This value specifies routing for replication. If not specified, the "default" application profile will be used.



128
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 128

class SampleRowKeysRequest; end

#table_nameString

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>.

Returns:

  • (String)

    Required. The unique name of the table from which to sample row keys. Values are of the form projects/<project>/instances/<instance>/tables/<table>.



128
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 128

class SampleRowKeysRequest; end