Uses of Class
com.google.shopping.type.CustomAttribute
-
Packages that use CustomAttribute Package Description com.google.shopping.type -
-
Uses of CustomAttribute in com.google.shopping.type
Methods in com.google.shopping.type that return CustomAttribute Modifier and Type Method Description CustomAttribute
CustomAttribute.Builder. build()
CustomAttribute
CustomAttribute.Builder. buildPartial()
static CustomAttribute
CustomAttribute. getDefaultInstance()
CustomAttribute
CustomAttribute.Builder. getDefaultInstanceForType()
CustomAttribute
CustomAttribute. getDefaultInstanceForType()
CustomAttribute
CustomAttribute.Builder. getGroupValues(int index)
Subattributes within this attribute group.CustomAttribute
CustomAttribute. getGroupValues(int index)
Subattributes within this attribute group.CustomAttribute
CustomAttributeOrBuilder. getGroupValues(int index)
Subattributes within this attribute group.static CustomAttribute
CustomAttribute. parseDelimitedFrom(java.io.InputStream input)
static CustomAttribute
CustomAttribute. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(byte[] data)
static CustomAttribute
CustomAttribute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.ByteString data)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(java.io.InputStream input)
static CustomAttribute
CustomAttribute. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(java.nio.ByteBuffer data)
static CustomAttribute
CustomAttribute. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.shopping.type that return types with arguments of type CustomAttribute Modifier and Type Method Description java.util.List<CustomAttribute>
CustomAttribute.Builder. getGroupValuesList()
Subattributes within this attribute group.java.util.List<CustomAttribute>
CustomAttribute. getGroupValuesList()
Subattributes within this attribute group.java.util.List<CustomAttribute>
CustomAttributeOrBuilder. getGroupValuesList()
Subattributes within this attribute group.com.google.protobuf.Parser<CustomAttribute>
CustomAttribute. getParserForType()
static com.google.protobuf.Parser<CustomAttribute>
CustomAttribute. parser()
Methods in com.google.shopping.type with parameters of type CustomAttribute Modifier and Type Method Description CustomAttribute.Builder
CustomAttribute.Builder. addGroupValues(int index, CustomAttribute value)
Subattributes within this attribute group.CustomAttribute.Builder
CustomAttribute.Builder. addGroupValues(CustomAttribute value)
Subattributes within this attribute group.CustomAttribute.Builder
CustomAttribute.Builder. mergeFrom(CustomAttribute other)
static CustomAttribute.Builder
CustomAttribute. newBuilder(CustomAttribute prototype)
CustomAttribute.Builder
CustomAttribute.Builder. setGroupValues(int index, CustomAttribute value)
Subattributes within this attribute group.Method parameters in com.google.shopping.type with type arguments of type CustomAttribute Modifier and Type Method Description CustomAttribute.Builder
CustomAttribute.Builder. addAllGroupValues(java.lang.Iterable<? extends CustomAttribute> values)
Subattributes within this attribute group.
-