public interface ListTablesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPageToken()
The value of `next_page_token` returned by a previous call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
|
String |
getParent()
The unique name of the instance for which tables should be listed.
|
com.google.protobuf.ByteString |
getParentBytes()
The unique name of the instance for which tables should be listed.
|
Table.View |
getView()
The view to be applied to the returned tables' fields.
|
int |
getViewValue()
The view to be applied to the returned tables' fields.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The unique name of the instance for which tables should be listed. Values are of the form projects/<project>/instances/<instance>
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The unique name of the instance for which tables should be listed. Values are of the form projects/<project>/instances/<instance>
string parent = 1;int getViewValue()
The view to be applied to the returned tables' fields. Defaults to NAME_ONLY if unspecified (no others are currently supported).
.google.bigtable.admin.v2.Table.View view = 2;Table.View getView()
The view to be applied to the returned tables' fields. Defaults to NAME_ONLY if unspecified (no others are currently supported).
.google.bigtable.admin.v2.Table.View view = 2;String getPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
string page_token = 3;