@Generated(value="by gapic-generator-java") public class ReferenceImageName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
ReferenceImageName.Builder
Builder for
projects/{project}/locations/{location}/products/{product}/referenceImages/{reference_image}.
|
Modifier | Constructor and Description |
---|---|
protected |
ReferenceImageName()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String product,
String referenceImage) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProduct() |
String |
getProject() |
String |
getReferenceImage() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ReferenceImageName.Builder |
newBuilder() |
static ReferenceImageName |
of(String project,
String location,
String product,
String referenceImage) |
static ReferenceImageName |
parse(String formattedString) |
static List<ReferenceImageName> |
parseList(List<String> formattedStrings) |
ReferenceImageName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<ReferenceImageName> values) |
@Deprecated protected ReferenceImageName()
public String getProject()
public String getLocation()
public String getProduct()
public String getReferenceImage()
public static ReferenceImageName.Builder newBuilder()
public ReferenceImageName.Builder toBuilder()
public static ReferenceImageName of(String project, String location, String product, String referenceImage)
public static String format(String project, String location, String product, String referenceImage)
public static ReferenceImageName parse(String formattedString)
public static List<ReferenceImageName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ReferenceImageName> 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.