Class DataLabelingJobName (3.42.0)

public class DataLabelingJobName implements ResourceName

Inheritance

Object > DataLabelingJobName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String dataLabelingJob)

public static String format(String project, String location, String dataLabelingJob)
Parameters
NameDescription
projectString
locationString
dataLabelingJobString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static DataLabelingJobName.Builder newBuilder()
Returns
TypeDescription
DataLabelingJobName.Builder

of(String project, String location, String dataLabelingJob)

public static DataLabelingJobName of(String project, String location, String dataLabelingJob)
Parameters
NameDescription
projectString
locationString
dataLabelingJobString
Returns
TypeDescription
DataLabelingJobName

parse(String formattedString)

public static DataLabelingJobName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
DataLabelingJobName

parseList(List<String> formattedStrings)

public static List<DataLabelingJobName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<DataLabelingJobName>

toStringList(List<DataLabelingJobName> values)

public static List<String> toStringList(List<DataLabelingJobName> values)
Parameter
NameDescription
valuesList<DataLabelingJobName>
Returns
TypeDescription
List<String>

Constructors

DataLabelingJobName() (deprecated)

protected DataLabelingJobName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getDataLabelingJob()

public String getDataLabelingJob()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public DataLabelingJobName.Builder toBuilder()
Returns
TypeDescription
DataLabelingJobName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides