Class AnnotationSpecSetName
- java.lang.Object
-
- com.google.cloud.datalabeling.v1beta1.AnnotationSpecSetName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class AnnotationSpecSetName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationSpecSetName.BuilderBuilder for projects/{project}/annotationSpecSets/{annotation_spec_set}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnnotationSpecSetName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String annotationSpecSet)StringgetAnnotationSpecSet()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static AnnotationSpecSetName.BuildernewBuilder()static AnnotationSpecSetNameof(String project, String annotationSpecSet)static AnnotationSpecSetNameparse(String formattedString)static List<AnnotationSpecSetName>parseList(List<String> formattedStrings)AnnotationSpecSetName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<AnnotationSpecSetName> values)
-
-
-
Constructor Detail
-
AnnotationSpecSetName
@Deprecated protected AnnotationSpecSetName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getAnnotationSpecSet
public String getAnnotationSpecSet()
-
newBuilder
public static AnnotationSpecSetName.Builder newBuilder()
-
toBuilder
public AnnotationSpecSetName.Builder toBuilder()
-
of
public static AnnotationSpecSetName of(String project, String annotationSpecSet)
-
parse
public static AnnotationSpecSetName parse(String formattedString)
-
parseList
public static List<AnnotationSpecSetName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<AnnotationSpecSetName> 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
-
-