@Generated(value="by GAPIC protoc plugin") public class JobNewName extends JobName
| Modifier and Type | Class and Description |
|---|---|
static class |
JobNewName.Builder
Builder for JobNewName.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String tenant,
String jobs) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getJobs() |
String |
getProject() |
String |
getTenant() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static JobNewName.Builder |
newBuilder() |
static JobNewName |
of(String project,
String tenant,
String jobs) |
static JobNewName |
parse(String formattedString) |
static List<JobNewName> |
parseList(List<String> formattedStrings) |
JobNewName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<JobNewName> values) |
public String getProject()
public String getTenant()
public String getJobs()
public static JobNewName.Builder newBuilder()
public JobNewName.Builder toBuilder()
public static JobNewName of(String project, String tenant, String jobs)
public static JobNewName parse(String formattedString)
public static List<JobNewName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<JobNewName> values)
public static boolean isParsableFrom(String formattedString)
Copyright © 2019 Google LLC. All rights reserved.