public static final class ListTokenAuthUsersRequest.Builder extends GeneratedMessage.Builder<ListTokenAuthUsersRequest.Builder> implements ListTokenAuthUsersRequestOrBuilder Request message for ListTokenAuthUsers.
Protobuf type google.cloud.memorystore.v1beta.ListTokenAuthUsersRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListTokenAuthUsersRequest.BuilderImplements
ListTokenAuthUsersRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListTokenAuthUsersRequest build()| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest |
|
buildPartial()
public ListTokenAuthUsersRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest |
|
clear()
public ListTokenAuthUsersRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
|
clearFilter()
public ListTokenAuthUsersRequest.Builder clearFilter()Optional. Expression for filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
clearOrderBy()
public ListTokenAuthUsersRequest.Builder clearOrderBy()Optional. Sort results by a defined order.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListTokenAuthUsersRequest.Builder clearPageSize() Optional. The maximum number of items to return. The maximum value is 1000;
values above 1000 will be coerced to 1000. If not specified, a default
value of 1000 will be used by the service. Regardless of the page_size
value, the response may include a partial list and a caller should only
rely on response's next_page_token to determine if there are more token
auth users left to be queried.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListTokenAuthUsersRequest.Builder clearPageToken() Optional. The next_page_token value returned from a previous
ListTokenAuthUsers request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
clearParent()
public ListTokenAuthUsersRequest.Builder clearParent()Required. The parent to list token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListTokenAuthUsersRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Optional. Expression for filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. Expression for filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getOrderBy()
public String getOrderBy()Optional. Sort results by a defined order.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()Optional. Sort results by a defined order.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
public int getPageSize() Optional. The maximum number of items to return. The maximum value is 1000;
values above 1000 will be coerced to 1000. If not specified, a default
value of 1000 will be used by the service. Regardless of the page_size
value, the response may include a partial list and a caller should only
rely on response's next_page_token to determine if there are more token
auth users left to be queried.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. The next_page_token value returned from a previous
ListTokenAuthUsers request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. The next_page_token value returned from a previous
ListTokenAuthUsers request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent to list token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent to list token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListTokenAuthUsersRequest other)
public ListTokenAuthUsersRequest.Builder mergeFrom(ListTokenAuthUsersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTokenAuthUsersRequest |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListTokenAuthUsersRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListTokenAuthUsersRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
|
setFilter(String value)
public ListTokenAuthUsersRequest.Builder setFilter(String value)Optional. Expression for filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListTokenAuthUsersRequest.Builder setFilterBytes(ByteString value)Optional. Expression for filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
setOrderBy(String value)
public ListTokenAuthUsersRequest.Builder setOrderBy(String value)Optional. Sort results by a defined order.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public ListTokenAuthUsersRequest.Builder setOrderByBytes(ByteString value)Optional. Sort results by a defined order.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListTokenAuthUsersRequest.Builder setPageSize(int value) Optional. The maximum number of items to return. The maximum value is 1000;
values above 1000 will be coerced to 1000. If not specified, a default
value of 1000 will be used by the service. Regardless of the page_size
value, the response may include a partial list and a caller should only
rely on response's next_page_token to determine if there are more token
auth users left to be queried.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListTokenAuthUsersRequest.Builder setPageToken(String value) Optional. The next_page_token value returned from a previous
ListTokenAuthUsers request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListTokenAuthUsersRequest.Builder setPageTokenBytes(ByteString value) Optional. The next_page_token value returned from a previous
ListTokenAuthUsers request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListTokenAuthUsersRequest.Builder setParent(String value)Required. The parent to list token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListTokenAuthUsersRequest.Builder setParentBytes(ByteString value)Required. The parent to list token auth users from. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListTokenAuthUsersRequest.Builder |
This builder for chaining. |