Class ProductSetName (2.0.29)

public class ProductSetName implements ResourceName

Inheritance

Object > ProductSetName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String productSet)

public static String format(String project, String location, String productSet)
Parameters
NameDescription
projectString
locationString
productSetString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static ProductSetName.Builder newBuilder()
Returns
TypeDescription
ProductSetName.Builder

of(String project, String location, String productSet)

public static ProductSetName of(String project, String location, String productSet)
Parameters
NameDescription
projectString
locationString
productSetString
Returns
TypeDescription
ProductSetName

parse(String formattedString)

public static ProductSetName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
ProductSetName

parseList(List<String> formattedStrings)

public static List<ProductSetName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<ProductSetName>

toStringList(List<ProductSetName> values)

public static List<String> toStringList(List<ProductSetName> values)
Parameter
NameDescription
valuesList<ProductSetName>
Returns
TypeDescription
List<String>

Constructors

ProductSetName()

protected ProductSetName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProductSet()

public String getProductSet()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public ProductSetName.Builder toBuilder()
Returns
TypeDescription
ProductSetName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides