public sealed class GetClientConfigurationRequest : IMessage<GetClientConfigurationRequest>, IEquatable<GetClientConfigurationRequest>, IDeepCloneable<GetClientConfigurationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class GetClientConfigurationRequest.
See GetClientConfiguration() RPC in bigtable.proto. Internal usage only.
Implements
IMessageGetClientConfigurationRequest, IEquatableGetClientConfigurationRequest, IDeepCloneableGetClientConfigurationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
GetClientConfigurationRequest()
public GetClientConfigurationRequest()GetClientConfigurationRequest(GetClientConfigurationRequest)
public GetClientConfigurationRequest(GetClientConfigurationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetClientConfigurationRequest |
Properties
AppProfileId
public string AppProfileId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InstanceName
public string InstanceName { get; set; }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>
| Property Value | |
|---|---|
| Type | Description |
string |
|
InstanceNameAsInstanceName
public InstanceName InstanceNameAsInstanceName { get; set; }InstanceName-typed view over the InstanceName resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|