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