Class CreateBackupVaultRequest (0.12.0)

public final class CreateBackupVaultRequest extends GeneratedMessageV3 implements CreateBackupVaultRequestOrBuilder

CreateBackupVaultRequest creates a backup vault.

Protobuf type google.cloud.netapp.v1.CreateBackupVaultRequest

Static Fields

BACKUP_VAULT_FIELD_NUMBER

public static final int BACKUP_VAULT_FIELD_NUMBER
Field Value
TypeDescription
int

BACKUP_VAULT_ID_FIELD_NUMBER

public static final int BACKUP_VAULT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateBackupVaultRequest getDefaultInstance()
Returns
TypeDescription
CreateBackupVaultRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreateBackupVaultRequest.Builder newBuilder()
Returns
TypeDescription
CreateBackupVaultRequest.Builder

newBuilder(CreateBackupVaultRequest prototype)

public static CreateBackupVaultRequest.Builder newBuilder(CreateBackupVaultRequest prototype)
Parameter
NameDescription
prototypeCreateBackupVaultRequest
Returns
TypeDescription
CreateBackupVaultRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateBackupVaultRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBackupVaultRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreateBackupVaultRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateBackupVaultRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateBackupVaultRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateBackupVaultRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateBackupVaultRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBackupVaultRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreateBackupVaultRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBackupVaultRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreateBackupVaultRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateBackupVaultRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBackupVaultRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreateBackupVaultRequest> parser()
Returns
TypeDescription
Parser<CreateBackupVaultRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBackupVault()

public BackupVault getBackupVault()

Required. A backupVault resource

.google.cloud.netapp.v1.BackupVault backup_vault = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BackupVault

The backupVault.

getBackupVaultId()

public String getBackupVaultId()

Required. The ID to use for the backupVault. The ID must be unique within the specified location. The max supported length is 63 characters. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

string backup_vault_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The backupVaultId.

getBackupVaultIdBytes()

public ByteString getBackupVaultIdBytes()

Required. The ID to use for the backupVault. The ID must be unique within the specified location. The max supported length is 63 characters. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

string backup_vault_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for backupVaultId.

getBackupVaultOrBuilder()

public BackupVaultOrBuilder getBackupVaultOrBuilder()

Required. A backupVault resource

.google.cloud.netapp.v1.BackupVault backup_vault = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BackupVaultOrBuilder

getDefaultInstanceForType()

public CreateBackupVaultRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateBackupVaultRequest

getParent()

public String getParent()

Required. The location to create the backup vaults, in the format projects/{project_id}/locations/{location}

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The location to create the backup vaults, in the format projects/{project_id}/locations/{location}

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

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateBackupVaultRequest> getParserForType()
Returns
TypeDescription
Parser<CreateBackupVaultRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBackupVault()

public boolean hasBackupVault()

Required. A backupVault resource

.google.cloud.netapp.v1.BackupVault backup_vault = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the backupVault field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreateBackupVaultRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateBackupVaultRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateBackupVaultRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateBackupVaultRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreateBackupVaultRequest.Builder toBuilder()
Returns
TypeDescription
CreateBackupVaultRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException