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