Cloud Bigtable V2 Client - Class GetClientConfigurationRequest (2.24.0)

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

See GetClientConfiguration() RPC in bigtable.proto. Internal usage only.

Generated from protobuf message google.bigtable.v2.GetClientConfigurationRequest

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instance_name string

Required. The unique name of the instance for which the client will target with Data API requests. Values are of the form projects/<project>/instances/<instance>

↳ app_profile_id string

Optional. The name of the AppProfile which will be used by the client when sending requests in the Data API. If not specified, the default application profile will be used.

getInstanceName

Required. The unique name of the instance for which the client will target with Data API requests.

Values are of the form projects/<project>/instances/<instance>

Returns
Type Description
string

setInstanceName

Required. The unique name of the instance for which the client will target with Data API requests.

Values are of the form projects/<project>/instances/<instance>

Parameter
Name Description
var string
Returns
Type Description
$this

getAppProfileId

Optional. The name of the AppProfile which will be used by the client when sending requests in the Data API.

If not specified, the default application profile will be used.

Returns
Type Description
string

setAppProfileId

Optional. The name of the AppProfile which will be used by the client when sending requests in the Data API.

If not specified, the default application profile will be used.

Parameter
Name Description
var string
Returns
Type Description
$this