public final class SampleRowKeysRequest extends GeneratedMessageV3 implements SampleRowKeysRequestOrBuilder
Request message for Bigtable.SampleRowKeys.
Protobuf type google.bigtable.v2.SampleRowKeysRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SampleRowKeysRequestImplements
SampleRowKeysRequestOrBuilderStatic Fields
APP_PROFILE_ID_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
Type | Description |
int |
TABLE_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SampleRowKeysRequest getDefaultInstance()
Type | Description |
SampleRowKeysRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static SampleRowKeysRequest.Builder newBuilder()
Type | Description |
SampleRowKeysRequest.Builder |
newBuilder(SampleRowKeysRequest prototype)
public static SampleRowKeysRequest.Builder newBuilder(SampleRowKeysRequest prototype)
Name | Description |
prototype | SampleRowKeysRequest |
Type | Description |
SampleRowKeysRequest.Builder |
parseDelimitedFrom(InputStream input)
public static SampleRowKeysRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SampleRowKeysRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static SampleRowKeysRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
SampleRowKeysRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SampleRowKeysRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
SampleRowKeysRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SampleRowKeysRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
SampleRowKeysRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static SampleRowKeysRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SampleRowKeysRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SampleRowKeysRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
SampleRowKeysRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SampleRowKeysRequest> parser()
Type | Description |
Parser<SampleRowKeysRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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;
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;
Type | Description |
ByteString | The bytes for appProfileId. |
getDefaultInstanceForType()
public SampleRowKeysRequest getDefaultInstanceForType()
Type | Description |
SampleRowKeysRequest |
getParserForType()
public Parser<SampleRowKeysRequest> getParserForType()
Type | Description |
Parser<SampleRowKeysRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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) = { ... }
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) = { ... }
Type | Description |
ByteString | The bytes for tableName. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public SampleRowKeysRequest.Builder newBuilderForType()
Type | Description |
SampleRowKeysRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SampleRowKeysRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
SampleRowKeysRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public SampleRowKeysRequest.Builder toBuilder()
Type | Description |
SampleRowKeysRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |