Uses of Class
com.google.shopping.type.CustomAttribute
Packages that use CustomAttribute
-
Uses of CustomAttribute in com.google.shopping.type
Methods in com.google.shopping.type that return CustomAttributeModifier and TypeMethodDescriptionCustomAttribute.Builder.build()
CustomAttribute.Builder.buildPartial()
static CustomAttribute
CustomAttribute.getDefaultInstance()
CustomAttribute.Builder.getDefaultInstanceForType()
CustomAttribute.getDefaultInstanceForType()
CustomAttribute.Builder.getGroupValues
(int index) Subattributes within this attribute group.CustomAttribute.getGroupValues
(int index) Subattributes within this attribute group.CustomAttributeOrBuilder.getGroupValues
(int index) Subattributes within this attribute group.static CustomAttribute
CustomAttribute.parseDelimitedFrom
(InputStream input) static CustomAttribute
CustomAttribute.parseDelimitedFrom
(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
(InputStream input) static CustomAttribute
CustomAttribute.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CustomAttribute
CustomAttribute.parseFrom
(ByteBuffer data) static CustomAttribute
CustomAttribute.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.shopping.type that return types with arguments of type CustomAttributeModifier and TypeMethodDescriptionCustomAttribute.Builder.getGroupValuesList()
Subattributes within this attribute group.CustomAttribute.getGroupValuesList()
Subattributes within this attribute group.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 CustomAttributeModifier and TypeMethodDescriptionCustomAttribute.Builder.addGroupValues
(int index, CustomAttribute value) Subattributes within this attribute group.CustomAttribute.Builder.addGroupValues
(CustomAttribute value) Subattributes within this attribute group.CustomAttribute.Builder.mergeFrom
(CustomAttribute other) static CustomAttribute.Builder
CustomAttribute.newBuilder
(CustomAttribute prototype) CustomAttribute.Builder.setGroupValues
(int index, CustomAttribute value) Subattributes within this attribute group.Method parameters in com.google.shopping.type with type arguments of type CustomAttributeModifier and TypeMethodDescriptionCustomAttribute.Builder.addAllGroupValues
(Iterable<? extends CustomAttribute> values) Subattributes within this attribute group.