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-
(::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
defaultapplication profile will be used.
#app_profile_id=
def app_profile_id=(value) -> ::String-
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
defaultapplication profile will be used.
-
(::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
defaultapplication profile will be used.
#instance_name
def instance_name() -> ::String-
(::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-
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>
-
(::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>