Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::GetClientConfigurationRequest (v1.13.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::GetClientConfigurationRequest.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_profile_id

def app_profile_id() -> ::String
Returns
  • (::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.

#app_profile_id=

def app_profile_id=(value) -> ::String
Parameter
  • value (::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.

Returns
  • (::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.

#instance_name

def instance_name() -> ::String
Returns
  • (::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>

#instance_name=

def instance_name=(value) -> ::String
Parameter
  • value (::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>

Returns
  • (::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>