Package com.google.cloud.channel.v1
Class SkuGroupName
- java.lang.Object
-
- com.google.cloud.channel.v1.SkuGroupName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class SkuGroupName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SkuGroupName.Builder
Builder for accounts/{account}/skuGroups/{sku_group}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SkuGroupName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String account, String skuGroup)
String
getAccount()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getSkuGroup()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static SkuGroupName.Builder
newBuilder()
static SkuGroupName
of(String account, String skuGroup)
static SkuGroupName
parse(String formattedString)
static List<SkuGroupName>
parseList(List<String> formattedStrings)
SkuGroupName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<SkuGroupName> values)
-
-
-
Constructor Detail
-
SkuGroupName
@Deprecated protected SkuGroupName()
Deprecated.
-
-
Method Detail
-
getAccount
public String getAccount()
-
getSkuGroup
public String getSkuGroup()
-
newBuilder
public static SkuGroupName.Builder newBuilder()
-
toBuilder
public SkuGroupName.Builder toBuilder()
-
of
public static SkuGroupName of(String account, String skuGroup)
-
parse
public static SkuGroupName parse(String formattedString)
-
parseList
public static List<SkuGroupName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<SkuGroupName> 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
-
-