Class FetchUsableBackupVaultsRequest.Builder (0.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass FetchUsableBackupVaultsRequest.BuilderextendsGeneratedMessageV3.Builder<FetchUsableBackupVaultsRequest.Builder>implementsFetchUsableBackupVaultsRequestOrBuilderRequest message for fetching usable BackupVaults.
Protobuf type google.cloud.backupdr.v1.FetchUsableBackupVaultsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FetchUsableBackupVaultsRequest.BuilderImplements
FetchUsableBackupVaultsRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicFetchUsableBackupVaultsRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
build()
publicFetchUsableBackupVaultsRequestbuild()| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest |
|
buildPartial()
publicFetchUsableBackupVaultsRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest |
|
clear()
publicFetchUsableBackupVaultsRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicFetchUsableBackupVaultsRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
clearFilter()
publicFetchUsableBackupVaultsRequest.BuilderclearFilter()Optional. Filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicFetchUsableBackupVaultsRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
clearOrderBy()
publicFetchUsableBackupVaultsRequest.BuilderclearOrderBy()Optional. Hint for how to order the results.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
clearPageSize()
publicFetchUsableBackupVaultsRequest.BuilderclearPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
clearPageToken()
publicFetchUsableBackupVaultsRequest.BuilderclearPageToken()Optional. A token identifying a page of results the server should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
clearParent()
publicFetchUsableBackupVaultsRequest.BuilderclearParent()Required. The project and location for which to retrieve backupvault stores information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve backupvault stores for all locations, use "-" for the '{location}' value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
clone()
publicFetchUsableBackupVaultsRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
getDefaultInstanceForType()
publicFetchUsableBackupVaultsRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
publicStringgetFilter()Optional. Filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
publicByteStringgetFilterBytes()Optional. Filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getOrderBy()
publicStringgetOrderBy()Optional. Hint for how to order the results.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
publicByteStringgetOrderByBytes()Optional. Hint for how to order the results.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
publicintgetPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
publicStringgetPageToken()Optional. A token identifying a page of results the server should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
publicByteStringgetPageTokenBytes()Optional. A token identifying a page of results the server should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
publicStringgetParent()Required. The project and location for which to retrieve backupvault stores information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve backupvault stores for all locations, use "-" for the '{location}' value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
publicByteStringgetParentBytes()Required. The project and location for which to retrieve backupvault stores information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve backupvault stores for all locations, use "-" for the '{location}' value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FetchUsableBackupVaultsRequest other)
publicFetchUsableBackupVaultsRequest.BuildermergeFrom(FetchUsableBackupVaultsRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
FetchUsableBackupVaultsRequest |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicFetchUsableBackupVaultsRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicFetchUsableBackupVaultsRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalFetchUsableBackupVaultsRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicFetchUsableBackupVaultsRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
setFilter(String value)
publicFetchUsableBackupVaultsRequest.BuildersetFilter(Stringvalue)Optional. Filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The filter to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
publicFetchUsableBackupVaultsRequest.BuildersetFilterBytes(ByteStringvalue)Optional. Filtering results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setOrderBy(String value)
publicFetchUsableBackupVaultsRequest.BuildersetOrderBy(Stringvalue)Optional. Hint for how to order the results.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
publicFetchUsableBackupVaultsRequest.BuildersetOrderByBytes(ByteStringvalue)Optional. Hint for how to order the results.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
publicFetchUsableBackupVaultsRequest.BuildersetPageSize(intvalue)Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
int The pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
publicFetchUsableBackupVaultsRequest.BuildersetPageToken(Stringvalue)Optional. A token identifying a page of results the server should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
publicFetchUsableBackupVaultsRequest.BuildersetPageTokenBytes(ByteStringvalue)Optional. A token identifying a page of results the server should return.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setParent(String value)
publicFetchUsableBackupVaultsRequest.BuildersetParent(Stringvalue)Required. The project and location for which to retrieve backupvault stores information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve backupvault stores for all locations, use "-" for the '{location}' value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The parent to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
publicFetchUsableBackupVaultsRequest.BuildersetParentBytes(ByteStringvalue)Required. The project and location for which to retrieve backupvault stores information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve backupvault stores for all locations, use "-" for the '{location}' value.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicFetchUsableBackupVaultsRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalFetchUsableBackupVaultsRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
FetchUsableBackupVaultsRequest.Builder |
|