public static final class ListTablesRequest.Builder extends GeneratedMessage.Builder<ListTablesRequest.Builder> implements ListTablesRequestOrBuilderRequest message for TablesService.ListTables.
Protobuf type google.area120.tables.v1alpha1.ListTablesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListTablesRequest.BuilderImplements
ListTablesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListTablesRequest build()| Returns | |
|---|---|
| Type | Description |
ListTablesRequest |
|
buildPartial()
public ListTablesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListTablesRequest |
|
clear()
public ListTablesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
|
clearPageSize()
public ListTablesRequest.Builder clearPageSize()The maximum number of tables to return. The service may return fewer than this value.
If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
int32 page_size = 1;
| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListTablesRequest.Builder clearPageToken() A page token, received from a previous ListTables call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTables must match
the call that provided the page token.
string page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListTablesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListTablesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()The maximum number of tables to return. The service may return fewer than this value.
If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
int32 page_size = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() A page token, received from a previous ListTables call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTables must match
the call that provided the page token.
string page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() A page token, received from a previous ListTables call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTables must match
the call that provided the page token.
string page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListTablesRequest other)
public ListTablesRequest.Builder mergeFrom(ListTablesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTablesRequest |
| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListTablesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListTablesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
|
setPageSize(int value)
public ListTablesRequest.Builder setPageSize(int value)The maximum number of tables to return. The service may return fewer than this value.
If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
int32 page_size = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListTablesRequest.Builder setPageToken(String value) A page token, received from a previous ListTables call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTables must match
the call that provided the page token.
string page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListTablesRequest.Builder setPageTokenBytes(ByteString value) A page token, received from a previous ListTables call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTables must match
the call that provided the page token.
string page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTablesRequest.Builder |
This builder for chaining. |