public static final class ListBackupsRequest.Builder extends GeneratedMessageV3.Builder<ListBackupsRequest.Builder> implements ListBackupsRequestOrBuilderListBackupsRequest lists backups.
Protobuf type google.cloud.filestore.v1beta1.ListBackupsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListBackupsRequest.BuilderImplements
ListBackupsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListBackupsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListBackupsRequest.Builder |
build()
public ListBackupsRequest build()| Type | Description |
| ListBackupsRequest |
buildPartial()
public ListBackupsRequest buildPartial()| Type | Description |
| ListBackupsRequest |
clear()
public ListBackupsRequest.Builder clear()| Type | Description |
| ListBackupsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListBackupsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListBackupsRequest.Builder |
clearFilter()
public ListBackupsRequest.Builder clearFilter()List filter.
string filter = 5;
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListBackupsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListBackupsRequest.Builder |
clearOrderBy()
public ListBackupsRequest.Builder clearOrderBy()Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
clearPageSize()
public ListBackupsRequest.Builder clearPageSize()The maximum number of items to return.
int32 page_size = 2;
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
clearPageToken()
public ListBackupsRequest.Builder clearPageToken()The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
clearParent()
public ListBackupsRequest.Builder clearParent() Required. The project and location for which to retrieve backup information,
in the format projects/{project_id}/locations/{location}.
In Cloud Filestore, backup locations map to GCP regions,
for example us-west1.
To retrieve backup information for all locations, use "-" for the
{location} value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
clone()
public ListBackupsRequest.Builder clone()| Type | Description |
| ListBackupsRequest.Builder |
getDefaultInstanceForType()
public ListBackupsRequest getDefaultInstanceForType()| Type | Description |
| ListBackupsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFilter()
public String getFilter()List filter.
string filter = 5;
| Type | Description |
| String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()List filter.
string filter = 5;
| 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;
| Type | Description |
| String | The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Type | Description |
| ByteString | The bytes for orderBy. |
getPageSize()
public int getPageSize()The maximum number of items to return.
int32 page_size = 2;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for pageToken. |
getParent()
public String getParent() Required. The project and location for which to retrieve backup information,
in the format projects/{project_id}/locations/{location}.
In Cloud Filestore, backup locations map to GCP regions,
for example us-west1.
To retrieve backup information for all locations, use "-" for the
{location} value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The project and location for which to retrieve backup information,
in the format projects/{project_id}/locations/{location}.
In Cloud Filestore, backup locations map to GCP regions,
for example us-west1.
To retrieve backup information for all locations, use "-" for the
{location} value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListBackupsRequest other)
public ListBackupsRequest.Builder mergeFrom(ListBackupsRequest other)| Name | Description |
| other | ListBackupsRequest |
| Type | Description |
| ListBackupsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListBackupsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListBackupsRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListBackupsRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListBackupsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListBackupsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListBackupsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListBackupsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListBackupsRequest.Builder |
setFilter(String value)
public ListBackupsRequest.Builder setFilter(String value)List filter.
string filter = 5;
| Name | Description |
| value | StringThe filter to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListBackupsRequest.Builder setFilterBytes(ByteString value)List filter.
string filter = 5;
| Name | Description |
| value | ByteStringThe bytes for filter to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setOrderBy(String value)
public ListBackupsRequest.Builder setOrderBy(String value)Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Name | Description |
| value | StringThe orderBy to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setOrderByBytes(ByteString value)
public ListBackupsRequest.Builder setOrderByBytes(ByteString value)Sort results. Supported values are "name", "name desc" or "" (unsorted).
string order_by = 4;
| Name | Description |
| value | ByteStringThe bytes for orderBy to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListBackupsRequest.Builder setPageSize(int value)The maximum number of items to return.
int32 page_size = 2;
| Name | Description |
| value | intThe pageSize to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListBackupsRequest.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;
| Name | Description |
| value | StringThe pageToken to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListBackupsRequest.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;
| Name | Description |
| value | ByteStringThe bytes for pageToken to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setParent(String value)
public ListBackupsRequest.Builder setParent(String value) Required. The project and location for which to retrieve backup information,
in the format projects/{project_id}/locations/{location}.
In Cloud Filestore, backup locations map to GCP regions,
for example us-west1.
To retrieve backup information for all locations, use "-" for the
{location} value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListBackupsRequest.Builder setParentBytes(ByteString value) Required. The project and location for which to retrieve backup information,
in the format projects/{project_id}/locations/{location}.
In Cloud Filestore, backup locations map to GCP regions,
for example us-west1.
To retrieve backup information for all locations, use "-" for the
{location} value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| ListBackupsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListBackupsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListBackupsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListBackupsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListBackupsRequest.Builder |