Class CustomJobName
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.CustomJobName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class CustomJobName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomJobName.Builder
Builder for projects/{project}/locations/{location}/customJobs/{custom_job}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CustomJobName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String customJob)
String
getCustomJob()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static CustomJobName.Builder
newBuilder()
static CustomJobName
of(String project, String location, String customJob)
static CustomJobName
parse(String formattedString)
static List<CustomJobName>
parseList(List<String> formattedStrings)
CustomJobName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<CustomJobName> values)
-
-
-
Constructor Detail
-
CustomJobName
@Deprecated protected CustomJobName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCustomJob
public String getCustomJob()
-
newBuilder
public static CustomJobName.Builder newBuilder()
-
toBuilder
public CustomJobName.Builder toBuilder()
-
of
public static CustomJobName of(String project, String location, String customJob)
-
parse
public static CustomJobName parse(String formattedString)
-
parseList
public static List<CustomJobName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<CustomJobName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-