Package com.google.cloud.netapp.v1
Class StoragePoolName
- java.lang.Object
-
- com.google.cloud.netapp.v1.StoragePoolName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class StoragePoolName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStoragePoolName.BuilderBuilder for projects/{project}/locations/{location}/storagePools/{storage_pool}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedStoragePoolName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String storagePool)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()StringgetStoragePool()inthashCode()static booleanisParsableFrom(String formattedString)static StoragePoolName.BuildernewBuilder()static StoragePoolNameof(String project, String location, String storagePool)static StoragePoolNameparse(String formattedString)static List<StoragePoolName>parseList(List<String> formattedStrings)StoragePoolName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<StoragePoolName> values)
-
-
-
Constructor Detail
-
StoragePoolName
@Deprecated protected StoragePoolName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getStoragePool
public String getStoragePool()
-
newBuilder
public static StoragePoolName.Builder newBuilder()
-
toBuilder
public StoragePoolName.Builder toBuilder()
-
of
public static StoragePoolName of(String project, String location, String storagePool)
-
parse
public static StoragePoolName parse(String formattedString)
-
parseList
public static List<StoragePoolName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<StoragePoolName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-