Reference documentation and code samples for the Cloud Bigtable V2 Client class SampleRowKeysRequest.
Request message for Bigtable.SampleRowKeys.
Generated from protobuf message google.bigtable.v2.SampleRowKeysRequest
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ table_name
string
Optional. The unique name of the table from which to sample row keys. Values are of the form projects/<project>/instances/<instance>/tables/<table>
.
↳ authorized_view_name
string
Optional. The unique name of the AuthorizedView from which to sample row keys. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
↳ app_profile_id
string
This value specifies routing for replication. If not specified, the "default" application profile will be used.
getTableName
Optional. The unique name of the table from which to sample row keys.
Values are of the form projects/<project>/instances/<instance>/tables/<table>
.
string
setTableName
Optional. The unique name of the table from which to sample row keys.
Values are of the form projects/<project>/instances/<instance>/tables/<table>
.
var
string
$this
getAuthorizedViewName
Optional. The unique name of the AuthorizedView from which to sample row keys.
Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
string
setAuthorizedViewName
Optional. The unique name of the AuthorizedView from which to sample row keys.
Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
var
string
$this
getAppProfileId
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string
setAppProfileId
This value specifies routing for replication. If not specified, the "default" application profile will be used.
var
string
$this
static::build
tableName
string
Optional. The unique name of the table from which to sample row keys.
Values are of the form projects/<project>/instances/<instance>/tables/<table>
. Please see Google\Cloud\Bigtable\V2\BigtableClient::tableName()
for help formatting this field.
static::buildFromTableNameAppProfileId
tableName
string
Optional. The unique name of the table from which to sample row keys.
Values are of the form projects/<project>/instances/<instance>/tables/<table>
. Please see Google\Cloud\Bigtable\V2\BigtableClient::tableName()
for help formatting this field.
appProfileId
string
This value specifies routing for replication. If not specified, the "default" application profile will be used.