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 CustomAttributeCustomAttribute.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 CustomAttributeCustomAttribute.parseDelimitedFrom(InputStream input) static CustomAttributeCustomAttribute.parseDelimitedFrom(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(InputStream input) static CustomAttributeCustomAttribute.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CustomAttributeCustomAttribute.parseFrom(ByteBuffer data) static CustomAttributeCustomAttribute.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.BuilderCustomAttribute.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.