Package com.google.cloud.vision.v1
Class ProductSetName
- java.lang.Object
-
- com.google.cloud.vision.v1.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 classProductSetName.BuilderBuilder for projects/{project}/locations/{location}/productSets/{product_set}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedProductSetName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String productSet)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProductSet()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static ProductSetName.BuildernewBuilder()static ProductSetNameof(String project, String location, String productSet)static ProductSetNameparse(String formattedString)static List<ProductSetName>parseList(List<String> formattedStrings)ProductSetName.BuildertoBuilder()StringtoString()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:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-