public static final class ListRowsRequest.Builder extends GeneratedMessage.Builder<ListRowsRequest.Builder> implements ListRowsRequestOrBuilderRequest message for TablesService.ListRows.
Protobuf type google.area120.tables.v1alpha1.ListRowsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListRowsRequest.BuilderImplements
ListRowsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListRowsRequest build()| Returns | |
|---|---|
| Type | Description |
ListRowsRequest |
|
buildPartial()
public ListRowsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListRowsRequest |
|
clear()
public ListRowsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
|
clearFilter()
public ListRowsRequest.Builder clearFilter()Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListRowsRequest.Builder clearPageSize()The maximum number of rows to return. The service may return fewer than this value.
If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListRowsRequest.Builder clearPageToken() A page token, received from a previous ListRows call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRows must match
the call that provided the page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
clearParent()
public ListRowsRequest.Builder clearParent()Required. The parent table. Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
clearView()
public ListRowsRequest.Builder clearView()Optional. Column key to use for values in the row. Defaults to user entered name.
.google.area120.tables.v1alpha1.View view = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListRowsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListRowsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()The maximum number of rows to return. The service may return fewer than this value.
If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() A page token, received from a previous ListRows call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRows must match
the call that provided the page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() A page token, received from a previous ListRows call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRows must match
the call that provided the page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent table. Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent table. Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getView()
public View getView()Optional. Column key to use for values in the row. Defaults to user entered name.
.google.area120.tables.v1alpha1.View view = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
View |
The view. |
getViewValue()
public int getViewValue()Optional. Column key to use for values in the row. Defaults to user entered name.
.google.area120.tables.v1alpha1.View view = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListRowsRequest other)
public ListRowsRequest.Builder mergeFrom(ListRowsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRowsRequest |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListRowsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
|
setFilter(String value)
public ListRowsRequest.Builder setFilter(String value)Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListRowsRequest.Builder setFilterBytes(ByteString value)Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListRowsRequest.Builder setPageSize(int value)The maximum number of rows to return. The service may return fewer than this value.
If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListRowsRequest.Builder setPageToken(String value) A page token, received from a previous ListRows call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRows must match
the call that provided the page token.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListRowsRequest.Builder setPageTokenBytes(ByteString value) A page token, received from a previous ListRows call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRows must match
the call that provided the page token.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListRowsRequest.Builder setParent(String value)Required. The parent table. Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListRowsRequest.Builder setParentBytes(ByteString value)Required. The parent table. Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
setView(View value)
public ListRowsRequest.Builder setView(View value)Optional. Column key to use for values in the row. Defaults to user entered name.
.google.area120.tables.v1alpha1.View view = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ViewThe view to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public ListRowsRequest.Builder setViewValue(int value)Optional. Column key to use for values in the row. Defaults to user entered name.
.google.area120.tables.v1alpha1.View view = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsRequest.Builder |
This builder for chaining. |