public interface ListTablesRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPageToken()
The value of `next_page_token` returned by a previous call.
|
ByteString |
getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
|
java.lang.String |
getParent()
The unique name of the instance for which tables should be listed.
|
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, hasOneofisInitializedjava.lang.String 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;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;java.lang.String getPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 3;ByteString getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
string page_token = 3;