Interface AutomaticImprovementsOrBuilder (0.16.0)

public interface AutomaticImprovementsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImageImprovements()

public abstract AutomaticImageImprovements getImageImprovements()

This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: Automatic image improvements This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticImageImprovements image_improvements = 3;

Returns
Type Description
AutomaticImageImprovements

The imageImprovements.

getImageImprovementsOrBuilder()

public abstract AutomaticImageImprovementsOrBuilder getImageImprovementsOrBuilder()

This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: Automatic image improvements This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticImageImprovements image_improvements = 3;

Returns
Type Description
AutomaticImageImprovementsOrBuilder

getItemUpdates()

public abstract AutomaticItemUpdates getItemUpdates()

Turning on item updates allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown. This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticItemUpdates item_updates = 2;

Returns
Type Description
AutomaticItemUpdates

The itemUpdates.

getItemUpdatesOrBuilder()

public abstract AutomaticItemUpdatesOrBuilder getItemUpdatesOrBuilder()

Turning on item updates allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown. This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticItemUpdates item_updates = 2;

Returns
Type Description
AutomaticItemUpdatesOrBuilder

getName()

public abstract String getName()

Identifier. The resource name of the automatic improvements. Format: accounts/{account}/automaticImprovements.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the automatic improvements. Format: accounts/{account}/automaticImprovements.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getShippingImprovements()

public abstract AutomaticShippingImprovements getShippingImprovements()

Not available for MCAs accounts. By turning on automatic shipping improvements, you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors:

  • Delivery address of an order
  • Current handling time and shipping time settings
  • Estimated weekdays or business days
  • Parcel tracking data This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticShippingImprovements shipping_improvements = 4;

Returns
Type Description
AutomaticShippingImprovements

The shippingImprovements.

getShippingImprovementsOrBuilder()

public abstract AutomaticShippingImprovementsOrBuilder getShippingImprovementsOrBuilder()

Not available for MCAs accounts. By turning on automatic shipping improvements, you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors:

  • Delivery address of an order
  • Current handling time and shipping time settings
  • Estimated weekdays or business days
  • Parcel tracking data This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticShippingImprovements shipping_improvements = 4;

Returns
Type Description
AutomaticShippingImprovementsOrBuilder

hasImageImprovements()

public abstract boolean hasImageImprovements()

This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: Automatic image improvements This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticImageImprovements image_improvements = 3;

Returns
Type Description
boolean

Whether the imageImprovements field is set.

hasItemUpdates()

public abstract boolean hasItemUpdates()

Turning on item updates allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown. This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticItemUpdates item_updates = 2;

Returns
Type Description
boolean

Whether the itemUpdates field is set.

hasShippingImprovements()

public abstract boolean hasShippingImprovements()

Not available for MCAs accounts. By turning on automatic shipping improvements, you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors:

  • Delivery address of an order
  • Current handling time and shipping time settings
  • Estimated weekdays or business days
  • Parcel tracking data This field is only updated (cleared) if provided in the update mask.

optional .google.shopping.merchant.accounts.v1beta.AutomaticShippingImprovements shipping_improvements = 4;

Returns
Type Description
boolean

Whether the shippingImprovements field is set.