Class CaPoolName
- java.lang.Object
-
- com.google.cloud.security.privateca.v1.CaPoolName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class CaPoolName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCaPoolName.BuilderBuilder for projects/{project}/locations/{location}/caPools/{ca_pool}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCaPoolName()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 caPool)StringgetCaPool()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static CaPoolName.BuildernewBuilder()static CaPoolNameof(String project, String location, String caPool)static CaPoolNameparse(String formattedString)static List<CaPoolName>parseList(List<String> formattedStrings)CaPoolName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<CaPoolName> values)
-
-
-
Constructor Detail
-
CaPoolName
@Deprecated protected CaPoolName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCaPool
public String getCaPool()
-
newBuilder
public static CaPoolName.Builder newBuilder()
-
toBuilder
public CaPoolName.Builder toBuilder()
-
of
public static CaPoolName of(String project, String location, String caPool)
-
parse
public static CaPoolName parse(String formattedString)
-
parseList
public static List<CaPoolName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<CaPoolName> 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
-
-