| Modifier and Type | Method and Description |
|---|---|
Image |
Image.Builder.build() |
Image |
Image.Builder.buildPartial() |
static Image |
Image.getDefaultInstance() |
Image |
Image.getDefaultInstanceForType() |
Image |
Image.Builder.getDefaultInstanceForType() |
Image |
Product.getImages(int index)
Product images for the product.
|
Image |
Product.Builder.getImages(int index)
Product images for the product.
|
Image |
ProductOrBuilder.getImages(int index)
Product images for the product.
|
static Image |
Image.parseDelimitedFrom(InputStream input) |
static Image |
Image.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Image |
Image.parseFrom(byte[] data) |
static Image |
Image.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Image |
Image.parseFrom(ByteBuffer data) |
static Image |
Image.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Image |
Image.parseFrom(com.google.protobuf.ByteString data) |
static Image |
Image.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Image |
Image.parseFrom(com.google.protobuf.CodedInputStream input) |
static Image |
Image.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Image |
Image.parseFrom(InputStream input) |
static Image |
Image.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
Product.getImagesList()
Product images for the product.
|
List<Image> |
Product.Builder.getImagesList()
Product images for the product.
|
List<Image> |
ProductOrBuilder.getImagesList()
Product images for the product.
|
com.google.protobuf.Parser<Image> |
Image.getParserForType() |
static com.google.protobuf.Parser<Image> |
Image.parser() |
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.addImages(Image value)
Product images for the product.
|
Product.Builder |
Product.Builder.addImages(int index,
Image value)
Product images for the product.
|
Image.Builder |
Image.Builder.mergeFrom(Image other) |
static Image.Builder |
Image.newBuilder(Image prototype) |
Product.Builder |
Product.Builder.setImages(int index,
Image value)
Product images for the product.
|
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.addAllImages(Iterable<? extends Image> values)
Product images for the product.
|
Copyright © 2023 Google LLC. All rights reserved.