@Generated(value="by gapic-generator-java") public class BackupVaultName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupVaultName.Builder
Builder for projects/{project}/locations/{location}/backupVaults/{backup_vault}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BackupVaultName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String backupVault) |
String |
getBackupVault() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static BackupVaultName.Builder |
newBuilder() |
static BackupVaultName |
of(String project,
String location,
String backupVault) |
static BackupVaultName |
parse(String formattedString) |
static List<BackupVaultName> |
parseList(List<String> formattedStrings) |
BackupVaultName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<BackupVaultName> values) |
@Deprecated protected BackupVaultName()
public String getProject()
public String getLocation()
public String getBackupVault()
public static BackupVaultName.Builder newBuilder()
public BackupVaultName.Builder toBuilder()
public static BackupVaultName of(String project, String location, String backupVault)
public static BackupVaultName parse(String formattedString)
public static List<BackupVaultName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<BackupVaultName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.