@Generated(value="by gapic-generator-java") public class StoragePoolName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
StoragePoolName.Builder
Builder for projects/{project}/locations/{location}/storagePools/{storage_pool}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
StoragePoolName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String storagePool) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getStoragePool() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static StoragePoolName.Builder |
newBuilder() |
static StoragePoolName |
of(String project,
String location,
String storagePool) |
static StoragePoolName |
parse(String formattedString) |
static List<StoragePoolName> |
parseList(List<String> formattedStrings) |
StoragePoolName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<StoragePoolName> values) |
@Deprecated protected StoragePoolName()
public String getProject()
public String getLocation()
public String getStoragePool()
public static StoragePoolName.Builder newBuilder()
public StoragePoolName.Builder toBuilder()
public static StoragePoolName of(String project, String location, String storagePool)
public static StoragePoolName parse(String formattedString)
public static List<StoragePoolName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<StoragePoolName> 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.