@Generated(value="by gapic-generator-java") public class ImportJobName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
ImportJobName.Builder
Builder for
projects/{project}/locations/{location}/keyRings/{key_ring}/importJobs/{import_job}.
|
Modifier | Constructor and Description |
---|---|
protected |
ImportJobName()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String keyRing,
String importJob) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getImportJob() |
String |
getKeyRing() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ImportJobName.Builder |
newBuilder() |
static ImportJobName |
of(String project,
String location,
String keyRing,
String importJob) |
static ImportJobName |
parse(String formattedString) |
static List<ImportJobName> |
parseList(List<String> formattedStrings) |
ImportJobName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<ImportJobName> values) |
@Deprecated protected ImportJobName()
public String getProject()
public String getLocation()
public String getKeyRing()
public String getImportJob()
public static ImportJobName.Builder newBuilder()
public ImportJobName.Builder toBuilder()
public static ImportJobName of(String project, String location, String keyRing, String importJob)
public static String format(String project, String location, String keyRing, String importJob)
public static ImportJobName parse(String formattedString)
public static List<ImportJobName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ImportJobName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2022 Google LLC. All rights reserved.