@Generated(value="by gapic-generator-java") public class BatchPredictionJobName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchPredictionJobName.Builder
Builder for projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BatchPredictionJobName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String batchPredictionJob) |
String |
getBatchPredictionJob() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static BatchPredictionJobName.Builder |
newBuilder() |
static BatchPredictionJobName |
of(String project,
String location,
String batchPredictionJob) |
static BatchPredictionJobName |
parse(String formattedString) |
static List<BatchPredictionJobName> |
parseList(List<String> formattedStrings) |
BatchPredictionJobName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<BatchPredictionJobName> values) |
@Deprecated protected BatchPredictionJobName()
public String getProject()
public String getLocation()
public String getBatchPredictionJob()
public static BatchPredictionJobName.Builder newBuilder()
public BatchPredictionJobName.Builder toBuilder()
public static BatchPredictionJobName of(String project, String location, String batchPredictionJob)
public static BatchPredictionJobName parse(String formattedString)
public static List<BatchPredictionJobName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<BatchPredictionJobName> 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 © 2022 Google LLC. All rights reserved.