public static final class GetClientConfigurationRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<GetClientConfigurationRequest.Builder> implements GetClientConfigurationRequestOrBuilder
See GetClientConfiguration() RPC in bigtable.proto. Internal usage only.Protobuf type
google.bigtable.v2.GetClientConfigurationRequestaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GetClientConfigurationRequest.Builder>public GetClientConfigurationRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<GetClientConfigurationRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GetClientConfigurationRequest.Builder>public GetClientConfigurationRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GetClientConfigurationRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GetClientConfigurationRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GetClientConfigurationRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetClientConfigurationRequest.Builder>public GetClientConfigurationRequest.Builder mergeFrom(GetClientConfigurationRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<GetClientConfigurationRequest.Builder>public GetClientConfigurationRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetClientConfigurationRequest.Builder>IOExceptionpublic String 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 instance_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getInstanceName in interface GetClientConfigurationRequestOrBuilderpublic com.google.protobuf.ByteString getInstanceNameBytes()
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 instance_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getInstanceNameBytes in interface GetClientConfigurationRequestOrBuilderpublic GetClientConfigurationRequest.Builder setInstanceName(String value)
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 instance_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The instanceName to set.public GetClientConfigurationRequest.Builder clearInstanceName()
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 instance_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public GetClientConfigurationRequest.Builder setInstanceNameBytes(com.google.protobuf.ByteString value)
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 instance_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for instanceName to set.public String 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 app_profile_id = 2 [(.google.api.field_behavior) = OPTIONAL];getAppProfileId in interface GetClientConfigurationRequestOrBuilderpublic com.google.protobuf.ByteString getAppProfileIdBytes()
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 app_profile_id = 2 [(.google.api.field_behavior) = OPTIONAL];getAppProfileIdBytes in interface GetClientConfigurationRequestOrBuilderpublic GetClientConfigurationRequest.Builder setAppProfileId(String value)
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 app_profile_id = 2 [(.google.api.field_behavior) = OPTIONAL];value - The appProfileId to set.public GetClientConfigurationRequest.Builder clearAppProfileId()
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 app_profile_id = 2 [(.google.api.field_behavior) = OPTIONAL];public GetClientConfigurationRequest.Builder setAppProfileIdBytes(com.google.protobuf.ByteString value)
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 app_profile_id = 2 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for appProfileId to set.Copyright © 2026 Google LLC. All rights reserved.