@Generated(value="by gapic-generator-java") public class DataLabelingJobName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
DataLabelingJobName.Builder
Builder for projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DataLabelingJobName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String dataLabelingJob) |
String |
getDataLabelingJob() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static DataLabelingJobName.Builder |
newBuilder() |
static DataLabelingJobName |
of(String project,
String location,
String dataLabelingJob) |
static DataLabelingJobName |
parse(String formattedString) |
static List<DataLabelingJobName> |
parseList(List<String> formattedStrings) |
DataLabelingJobName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<DataLabelingJobName> values) |
@Deprecated protected DataLabelingJobName()
public String getProject()
public String getLocation()
public String getDataLabelingJob()
public static DataLabelingJobName.Builder newBuilder()
public DataLabelingJobName.Builder toBuilder()
public static DataLabelingJobName of(String project, String location, String dataLabelingJob)
public static DataLabelingJobName parse(String formattedString)
public static List<DataLabelingJobName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<DataLabelingJobName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2023 Google LLC. All rights reserved.