Class GetBackupVaultRequest.Builder (0.62.0)

public static final class GetBackupVaultRequest.Builder extends GeneratedMessage.Builder<GetBackupVaultRequest.Builder> implements GetBackupVaultRequestOrBuilder

GetBackupVaultRequest gets the state of a backupVault.

Protobuf type google.cloud.netapp.v1.GetBackupVaultRequest

Static 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
Overrides

clearName()

public GetBackupVaultRequest.Builder clearName()

Required. The backupVault resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

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
Overrides

getName()

public String getName()

Required. The backupVault resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The backupVault resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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

mergeFrom(Message other)

public GetBackupVaultRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetBackupVaultRequest.Builder
Overrides

setName(String value)

public GetBackupVaultRequest.Builder setName(String value)

Required. The backupVault resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetBackupVaultRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetBackupVaultRequest.Builder setNameBytes(ByteString value)

Required. The backupVault resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetBackupVaultRequest.Builder

This builder for chaining.