- 0.56.0 (latest)
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
public static final class ListTablesRequest.Builder extends GeneratedMessageV3.Builder<ListTablesRequest.Builder> implements ListTablesRequestOrBuilder
Request message for TablesService.ListTables.
Protobuf type google.area120.tables.v1alpha1.ListTablesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListTablesRequest.BuilderImplements
ListTablesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListTablesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListTablesRequest.Builder |
build()
public ListTablesRequest build()
Type | Description |
ListTablesRequest |
buildPartial()
public ListTablesRequest buildPartial()
Type | Description |
ListTablesRequest |
clear()
public ListTablesRequest.Builder clear()
Type | Description |
ListTablesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListTablesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListTablesRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListTablesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
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;
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;
Type | Description |
ListTablesRequest.Builder | This builder for chaining. |
clone()
public ListTablesRequest.Builder clone()
Type | Description |
ListTablesRequest.Builder |
getDefaultInstanceForType()
public ListTablesRequest getDefaultInstanceForType()
Type | Description |
ListTablesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
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;
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;
Type | Description |
ByteString | The bytes for pageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListTablesRequest other)
public ListTablesRequest.Builder mergeFrom(ListTablesRequest other)
Name | Description |
other | ListTablesRequest |
Type | Description |
ListTablesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListTablesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListTablesRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListTablesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListTablesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListTablesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListTablesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
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;
Name | Description |
value | int The pageSize to set. |
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;
Name | Description |
value | String The pageToken to set. |
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;
Name | Description |
value | ByteString The bytes for pageToken to set. |
Type | Description |
ListTablesRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListTablesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListTablesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListTablesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListTablesRequest.Builder |