public static final class GetBackupVaultRequest.Builder extends GeneratedMessage.Builder<GetBackupVaultRequest.Builder> implements GetBackupVaultRequestOrBuilderRequest message for getting a BackupVault.
Protobuf type google.cloud.backupdr.v1.GetBackupVaultRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetBackupVaultRequest.BuilderImplements
GetBackupVaultRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetBackupVaultRequest build()| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest |
|
buildPartial()
public GetBackupVaultRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest |
|
clear()
public GetBackupVaultRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
|
clearName()
public GetBackupVaultRequest.Builder clearName()Required. Name of the backupvault store resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}'
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
This builder for chaining. |
clearView()
public GetBackupVaultRequest.Builder clearView()Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault
.google.cloud.backupdr.v1.BackupVaultView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetBackupVaultRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. Name of the backupvault store resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}'
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. Name of the backupvault store resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}'
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getView()
public BackupVaultView getView()Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault
.google.cloud.backupdr.v1.BackupVaultView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BackupVaultView |
The view. |
getViewValue()
public int getViewValue()Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault
.google.cloud.backupdr.v1.BackupVaultView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetBackupVaultRequest other)
public GetBackupVaultRequest.Builder mergeFrom(GetBackupVaultRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetBackupVaultRequest |
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetBackupVaultRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetBackupVaultRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
|
setName(String value)
public GetBackupVaultRequest.Builder setName(String value)Required. Name of the backupvault store resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}'
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetBackupVaultRequest.Builder setNameBytes(ByteString value)Required. Name of the backupvault store resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}'
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
This builder for chaining. |
setView(BackupVaultView value)
public GetBackupVaultRequest.Builder setView(BackupVaultView value)Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault
.google.cloud.backupdr.v1.BackupVaultView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
BackupVaultViewThe view to set. |
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public GetBackupVaultRequest.Builder setViewValue(int value)Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault
.google.cloud.backupdr.v1.BackupVaultView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
GetBackupVaultRequest.Builder |
This builder for chaining. |