Cloud Bigtable V2 Client - Class PingAndWarmRequest (1.30.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class PingAndWarmRequest.

Request message for client connection keep-alive and warming.

Generated from protobuf message google.bigtable.v2.PingAndWarmRequest

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. The unique name of the instance to check permissions for as well as respond. Values are of the form projects/<project>/instances/<instance>.

↳ app_profile_idstring

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

getName

Required. The unique name of the instance to check permissions for as well as respond. Values are of the form projects/<project>/instances/<instance>.

Returns
TypeDescription
string

setName

Required. The unique name of the instance to check permissions for as well as respond. Values are of the form projects/<project>/instances/<instance>.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getAppProfileId

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

Returns
TypeDescription
string

setAppProfileId

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
namestring

Required. The unique name of the instance to check permissions for as well as respond. Values are of the form projects/<project>/instances/<instance>. Please see Google\Cloud\Bigtable\V2\BigtableClient::instanceName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Bigtable\V2\PingAndWarmRequest

static::buildFromNameAppProfileId

Parameters
NameDescription
namestring

Required. The unique name of the instance to check permissions for as well as respond. Values are of the form projects/<project>/instances/<instance>. Please see Google\Cloud\Bigtable\V2\BigtableClient::instanceName() for help formatting this field.

appProfileIdstring

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

Returns
TypeDescription
Google\Cloud\Bigtable\V2\PingAndWarmRequest