Uses of Interface
com.google.shopping.type.CustomAttributeOrBuilder
-
Packages that use CustomAttributeOrBuilder Package Description com.google.shopping.type -
-
Uses of CustomAttributeOrBuilder in com.google.shopping.type
Classes in com.google.shopping.type that implement CustomAttributeOrBuilder Modifier and Type Class Description class
CustomAttribute
A message that represents custom attributes.static class
CustomAttribute.Builder
A message that represents custom attributes.Methods in com.google.shopping.type that return CustomAttributeOrBuilder Modifier and Type Method Description CustomAttributeOrBuilder
CustomAttribute.Builder. getGroupValuesOrBuilder(int index)
Subattributes within this attribute group.CustomAttributeOrBuilder
CustomAttribute. getGroupValuesOrBuilder(int index)
Subattributes within this attribute group.CustomAttributeOrBuilder
CustomAttributeOrBuilder. getGroupValuesOrBuilder(int index)
Subattributes within this attribute group.Methods in com.google.shopping.type that return types with arguments of type CustomAttributeOrBuilder Modifier and Type Method Description java.util.List<? extends CustomAttributeOrBuilder>
CustomAttribute.Builder. getGroupValuesOrBuilderList()
Subattributes within this attribute group.java.util.List<? extends CustomAttributeOrBuilder>
CustomAttribute. getGroupValuesOrBuilderList()
Subattributes within this attribute group.java.util.List<? extends CustomAttributeOrBuilder>
CustomAttributeOrBuilder. getGroupValuesOrBuilderList()
Subattributes within this attribute group.
-