Class FetchUsableBackupVaultsRequest.Builder (0.19.0)

publicstaticfinalclass FetchUsableBackupVaultsRequest.BuilderextendsGeneratedMessageV3.Builder<FetchUsableBackupVaultsRequest.Builder>implementsFetchUsableBackupVaultsRequestOrBuilder

Request message for fetching usable BackupVaults.

Protobuf type google.cloud.backupdr.v1.FetchUsableBackupVaultsRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

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
Overrides

build()

publicFetchUsableBackupVaultsRequestbuild()
Returns
Type Description
FetchUsableBackupVaultsRequest

buildPartial()

publicFetchUsableBackupVaultsRequestbuildPartial()
Returns
Type Description
FetchUsableBackupVaultsRequest

clear()

publicFetchUsableBackupVaultsRequest.Builderclear()
Returns
Type Description
FetchUsableBackupVaultsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicFetchUsableBackupVaultsRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FetchUsableBackupVaultsRequest.Builder
Overrides

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
Overrides

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
Overrides

getDefaultInstanceForType()

publicFetchUsableBackupVaultsRequestgetDefaultInstanceForType()
Returns
Type Description
FetchUsableBackupVaultsRequest

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicFetchUsableBackupVaultsRequest.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
FetchUsableBackupVaultsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalFetchUsableBackupVaultsRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchUsableBackupVaultsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicFetchUsableBackupVaultsRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchUsableBackupVaultsRequest.Builder
Overrides

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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalFetchUsableBackupVaultsRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchUsableBackupVaultsRequest.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.