Interface ProductImageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductImage,ProductImage.Builder
public interface ProductImageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Description of the product.com.google.protobuf.ByteStringgetDescriptionBytes()Description of the product.DisplayCallToActiongetDisplayCallToAction()Display-call-to-action of the product image.DisplayCallToActionOrBuildergetDisplayCallToActionOrBuilder()Display-call-to-action of the product image.java.lang.StringgetProductImage()The MediaFile resource name of the product image.com.google.protobuf.ByteStringgetProductImageBytes()The MediaFile resource name of the product image.booleanhasDescription()Description of the product.booleanhasDisplayCallToAction()Display-call-to-action of the product image.booleanhasProductImage()The MediaFile resource name of the product image.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProductImage
boolean hasProductImage()
The MediaFile resource name of the product image. Valid image types are GIF, JPEG and PNG. The minimum size is 300x300 pixels and the aspect ratio must be 1:1 (+-1%).
optional string product_image = 4;- Returns:
- Whether the productImage field is set.
-
getProductImage
java.lang.String getProductImage()
The MediaFile resource name of the product image. Valid image types are GIF, JPEG and PNG. The minimum size is 300x300 pixels and the aspect ratio must be 1:1 (+-1%).
optional string product_image = 4;- Returns:
- The productImage.
-
getProductImageBytes
com.google.protobuf.ByteString getProductImageBytes()
The MediaFile resource name of the product image. Valid image types are GIF, JPEG and PNG. The minimum size is 300x300 pixels and the aspect ratio must be 1:1 (+-1%).
optional string product_image = 4;- Returns:
- The bytes for productImage.
-
hasDescription
boolean hasDescription()
Description of the product.
optional string description = 5;- Returns:
- Whether the description field is set.
-
getDescription
java.lang.String getDescription()
Description of the product.
optional string description = 5;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description of the product.
optional string description = 5;- Returns:
- The bytes for description.
-
hasDisplayCallToAction
boolean hasDisplayCallToAction()
Display-call-to-action of the product image.
.google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3;- Returns:
- Whether the displayCallToAction field is set.
-
getDisplayCallToAction
DisplayCallToAction getDisplayCallToAction()
Display-call-to-action of the product image.
.google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3;- Returns:
- The displayCallToAction.
-
getDisplayCallToActionOrBuilder
DisplayCallToActionOrBuilder getDisplayCallToActionOrBuilder()
Display-call-to-action of the product image.
.google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3;
-
-