Class ProductSetName
- java.lang.Object
-
- com.google.cloud.vision.v1p3beta1.ProductSetName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ProductSetName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProductSetName.Builder
Builder for projects/{project}/locations/{location}/productSets/{product_set}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProductSetName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
ProductSetName
@Deprecated protected ProductSetName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getProductSet
public String getProductSet()
-
newBuilder
public static ProductSetName.Builder newBuilder()
-
toBuilder
public ProductSetName.Builder toBuilder()
-
of
public static ProductSetName of(String project, String location, String productSet)
-
parse
public static ProductSetName parse(String formattedString)
-
parseList
public static List<ProductSetName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ProductSetName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-