Class DataLabelingJobName
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.DataLabelingJobName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class DataLabelingJobName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataLabelingJobName.BuilderBuilder for projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataLabelingJobName()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 dataLabelingJob)StringgetDataLabelingJob()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static DataLabelingJobName.BuildernewBuilder()static DataLabelingJobNameof(String project, String location, String dataLabelingJob)static DataLabelingJobNameparse(String formattedString)static List<DataLabelingJobName>parseList(List<String> formattedStrings)DataLabelingJobName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<DataLabelingJobName> values)
-
-
-
Constructor Detail
-
DataLabelingJobName
@Deprecated protected DataLabelingJobName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDataLabelingJob
public String getDataLabelingJob()
-
newBuilder
public static DataLabelingJobName.Builder newBuilder()
-
toBuilder
public DataLabelingJobName.Builder toBuilder()
-
of
public static DataLabelingJobName of(String project, String location, String dataLabelingJob)
-
parse
public static DataLabelingJobName parse(String formattedString)
-
parseList
public static List<DataLabelingJobName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<DataLabelingJobName> 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
-
-