public static final class ListSharesRequest.Builder extends GeneratedMessage.Builder<ListSharesRequest.Builder> implements ListSharesRequestOrBuilderListSharesRequest lists shares.
Protobuf type google.cloud.filestore.v1beta1.ListSharesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSharesRequest.BuilderImplements
ListSharesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListSharesRequest build()| Returns | |
|---|---|
| Type | Description |
ListSharesRequest |
|
buildPartial()
public ListSharesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSharesRequest |
|
clear()
public ListSharesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
|
clearFilter()
public ListSharesRequest.Builder clearFilter()List filter.
string filter = 5;
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
clearOrderBy()
public ListSharesRequest.Builder clearOrderBy()Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListSharesRequest.Builder clearPageSize()The maximum number of items to return.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListSharesRequest.Builder clearPageToken()The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
clearParent()
public ListSharesRequest.Builder clearParent() Required. The instance for which to retrieve share information,
in the format
projects/{project_id}/locations/{location}/instances/{instance_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListSharesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSharesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()List filter.
string filter = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()List filter.
string filter = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getOrderBy()
public String getOrderBy()Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
public int getPageSize()The maximum number of items to return.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. The instance for which to retrieve share information,
in the format
projects/{project_id}/locations/{location}/instances/{instance_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The instance for which to retrieve share information,
in the format
projects/{project_id}/locations/{location}/instances/{instance_id}.
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(ListSharesRequest other)
public ListSharesRequest.Builder mergeFrom(ListSharesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSharesRequest |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSharesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSharesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
|
setFilter(String value)
public ListSharesRequest.Builder setFilter(String value)List filter.
string filter = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListSharesRequest.Builder setFilterBytes(ByteString value)List filter.
string filter = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
setOrderBy(String value)
public ListSharesRequest.Builder setOrderBy(String value)Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public ListSharesRequest.Builder setOrderByBytes(ByteString value)Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListSharesRequest.Builder setPageSize(int value)The maximum number of items to return.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListSharesRequest.Builder setPageToken(String value)The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSharesRequest.Builder setPageTokenBytes(ByteString value)The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListSharesRequest.Builder setParent(String value) Required. The instance for which to retrieve share information,
in the format
projects/{project_id}/locations/{location}/instances/{instance_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListSharesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListSharesRequest.Builder setParentBytes(ByteString value) Required. The instance for which to retrieve share information,
in the format
projects/{project_id}/locations/{location}/instances/{instance_id}.
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 |
ListSharesRequest.Builder |
This builder for chaining. |