Uses of Class
com.google.cloud.retail.v2alpha.ColorInfo
-
Packages that use ColorInfo Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of ColorInfo in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return ColorInfo Modifier and Type Method Description ColorInfoColorInfo.Builder. build()ColorInfoColorInfo.Builder. buildPartial()ColorInfoProduct.Builder. getColorInfo()The color of the product.ColorInfoProduct. getColorInfo()The color of the product.ColorInfoProductOrBuilder. getColorInfo()The color of the product.static ColorInfoColorInfo. getDefaultInstance()ColorInfoColorInfo.Builder. getDefaultInstanceForType()ColorInfoColorInfo. getDefaultInstanceForType()static ColorInfoColorInfo. parseDelimitedFrom(InputStream input)static ColorInfoColorInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorInfoColorInfo. parseFrom(byte[] data)static ColorInfoColorInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorInfoColorInfo. parseFrom(com.google.protobuf.ByteString data)static ColorInfoColorInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorInfoColorInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ColorInfoColorInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorInfoColorInfo. parseFrom(InputStream input)static ColorInfoColorInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorInfoColorInfo. parseFrom(ByteBuffer data)static ColorInfoColorInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha that return types with arguments of type ColorInfo Modifier and Type Method Description com.google.protobuf.Parser<ColorInfo>ColorInfo. getParserForType()static com.google.protobuf.Parser<ColorInfo>ColorInfo. parser()Methods in com.google.cloud.retail.v2alpha with parameters of type ColorInfo Modifier and Type Method Description Product.BuilderProduct.Builder. mergeColorInfo(ColorInfo value)The color of the product.ColorInfo.BuilderColorInfo.Builder. mergeFrom(ColorInfo other)static ColorInfo.BuilderColorInfo. newBuilder(ColorInfo prototype)Product.BuilderProduct.Builder. setColorInfo(ColorInfo value)The color of the product.
-