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 CustomAttributeCustomAttribute.Builder. build()CustomAttributeCustomAttribute.Builder. buildPartial()static CustomAttributeCustomAttribute. getDefaultInstance()CustomAttributeCustomAttribute.Builder. getDefaultInstanceForType()CustomAttributeCustomAttribute. getDefaultInstanceForType()CustomAttributeCustomAttribute.Builder. getGroupValues(int index)Subattributes within this attribute group.CustomAttributeCustomAttribute. getGroupValues(int index)Subattributes within this attribute group.CustomAttributeCustomAttributeOrBuilder. getGroupValues(int index)Subattributes within this attribute group.static CustomAttributeCustomAttribute. parseDelimitedFrom(java.io.InputStream input)static CustomAttributeCustomAttribute. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomAttributeCustomAttribute. parseFrom(byte[] data)static CustomAttributeCustomAttribute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomAttributeCustomAttribute. parseFrom(com.google.protobuf.ByteString data)static CustomAttributeCustomAttribute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomAttributeCustomAttribute. parseFrom(com.google.protobuf.CodedInputStream input)static CustomAttributeCustomAttribute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomAttributeCustomAttribute. parseFrom(java.io.InputStream input)static CustomAttributeCustomAttribute. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomAttributeCustomAttribute. parseFrom(java.nio.ByteBuffer data)static CustomAttributeCustomAttribute. 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.BuilderCustomAttribute.Builder. addGroupValues(int index, CustomAttribute value)Subattributes within this attribute group.CustomAttribute.BuilderCustomAttribute.Builder. addGroupValues(CustomAttribute value)Subattributes within this attribute group.CustomAttribute.BuilderCustomAttribute.Builder. mergeFrom(CustomAttribute other)static CustomAttribute.BuilderCustomAttribute. newBuilder(CustomAttribute prototype)CustomAttribute.BuilderCustomAttribute.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.BuilderCustomAttribute.Builder. addAllGroupValues(java.lang.Iterable<? extends CustomAttribute> values)Subattributes within this attribute group.
-