Interface CreateBackupVaultRequestOrBuilder (0.57.0)

publicinterface CreateBackupVaultRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupVault()

publicabstractBackupVaultgetBackupVault()

Required. A backupVault resource

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

Returns
Type Description
BackupVault

The backupVault.

getBackupVaultId()

publicabstractStringgetBackupVaultId()

Required. The ID to use for the backupVault. The ID must be unique within the specified location. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

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

Returns
Type Description
String

The backupVaultId.

getBackupVaultIdBytes()

publicabstractByteStringgetBackupVaultIdBytes()

Required. The ID to use for the backupVault. The ID must be unique within the specified location. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

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

Returns
Type Description
ByteString

The bytes for backupVaultId.

getBackupVaultOrBuilder()

publicabstractBackupVaultOrBuildergetBackupVaultOrBuilder()

Required. A backupVault resource

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

Returns
Type Description
BackupVaultOrBuilder

getParent()

publicabstractStringgetParent()

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
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

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
Type Description
ByteString

The bytes for parent.

hasBackupVault()

publicabstractbooleanhasBackupVault()

Required. A backupVault resource

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

Returns
Type Description
boolean

Whether the backupVault field is set.

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年10月30日 UTC.