@Generated(value="by gapic-generator-java") public class CustomJobName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomJobName.Builder
Builder for projects/{project}/locations/{location}/customJobs/{custom_job}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CustomJobName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected CustomJobName()
public String getProject()
public String getLocation()
public String getCustomJob()
public static CustomJobName.Builder newBuilder()
public CustomJobName.Builder toBuilder()
public static CustomJobName of(String project, String location, String customJob)
public static CustomJobName parse(String formattedString)
public static List<CustomJobName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CustomJobName> 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.