Send feedback
Class SampleRowKeysRequest.Builder (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.10.0 keyboard_arrow_down
public static final class SampleRowKeysRequest . Builder extends GeneratedMessageV3 . Builder<SampleRowKeysRequest . Builder > implements SampleRowKeysRequestOrBuilder
Request message for Bigtable.SampleRowKeys.
Protobuf type google.bigtable.v2.SampleRowKeysRequest
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SampleRowKeysRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public SampleRowKeysRequest build ()
Returns
buildPartial()
public SampleRowKeysRequest buildPartial ()
Returns
clear()
public SampleRowKeysRequest . Builder clear ()
Returns
Overrides
clearAppProfileId()
public SampleRowKeysRequest . Builder clearAppProfileId ()
This value specifies routing for replication. If not specified, the
"default" application profile will be used.
string app_profile_id = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public SampleRowKeysRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SampleRowKeysRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearTableName()
public SampleRowKeysRequest . Builder clearTableName ()
Required. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.
string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clone()
public SampleRowKeysRequest . Builder clone ()
Returns
Overrides
getAppProfileId()
public String getAppProfileId ()
This value specifies routing for replication. If not specified, the
"default" application profile will be used.
string app_profile_id = 2;
Returns
Type Description String The appProfileId.
getAppProfileIdBytes()
public ByteString getAppProfileIdBytes ()
This value specifies routing for replication. If not specified, the
"default" application profile will be used.
string app_profile_id = 2;
Returns
Type Description ByteString The bytes for appProfileId.
getDefaultInstanceForType()
public SampleRowKeysRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getTableName()
public String getTableName ()
Required. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.
string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type Description String The tableName.
getTableNameBytes()
public ByteString getTableNameBytes ()
Required. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.
string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(SampleRowKeysRequest other)
public SampleRowKeysRequest . Builder mergeFrom ( SampleRowKeysRequest other )
Parameter
Returns
public SampleRowKeysRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public SampleRowKeysRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SampleRowKeysRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setAppProfileId(String value)
public SampleRowKeysRequest . Builder setAppProfileId ( String value )
This value specifies routing for replication. If not specified, the
"default" application profile will be used.
string app_profile_id = 2;
Parameter
Name Description value String
The appProfileId to set.
Returns
setAppProfileIdBytes(ByteString value)
public SampleRowKeysRequest . Builder setAppProfileIdBytes ( ByteString value )
This value specifies routing for replication. If not specified, the
"default" application profile will be used.
string app_profile_id = 2;
Parameter
Name Description value ByteString
The bytes for appProfileId to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public SampleRowKeysRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SampleRowKeysRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setTableName(String value)
public SampleRowKeysRequest . Builder setTableName ( String value )
Required. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.
string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value String
The tableName to set.
Returns
setTableNameBytes(ByteString value)
public SampleRowKeysRequest . Builder setTableNameBytes ( ByteString value )
Required. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>
.
string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value ByteString
The bytes for tableName to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final SampleRowKeysRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]