public interface SampleRowKeysRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName()
The unique name of the table from which to sample row keys.
|
com.google.protobuf.ByteString |
getTableNameBytes()
The unique name of the table from which to sample row keys.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTableName()
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;com.google.protobuf.ByteString getTableNameBytes()
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;