public final class SampleRowKeysRequest extends GeneratedMessageV3 implements SampleRowKeysRequestOrBuilder
Request message for Bigtable.SampleRowKeys.
Protobuf type google.bigtable.v2.SampleRowKeysRequest
Static Fields
APP_PROFILE_ID_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
Field Value
TABLE_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SampleRowKeysRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SampleRowKeysRequest.Builder newBuilder()
Returns
newBuilder(SampleRowKeysRequest prototype)
public static SampleRowKeysRequest.Builder newBuilder(SampleRowKeysRequest prototype)
Parameter
Returns
public static SampleRowKeysRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SampleRowKeysRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SampleRowKeysRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SampleRowKeysRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SampleRowKeysRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SampleRowKeysRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SampleRowKeysRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SampleRowKeysRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SampleRowKeysRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SampleRowKeysRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
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
getParserForType()
public Parser<SampleRowKeysRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SampleRowKeysRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SampleRowKeysRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SampleRowKeysRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions