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 \ V2Methods
__construct
Constructor.
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>
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>
var
string
$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.
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.
var
string
$this

