public interface AutomaticImageImprovementsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccountImageImprovementsSettings()
public abstract AutomaticImageImprovements.ImageImprovementsAccountLevelSettings getAccountImageImprovementsSettings()
Optional. Determines how the images should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.
optional .google.shopping.merchant.accounts.v1beta.AutomaticImageImprovements.ImageImprovementsAccountLevelSettings account_image_improvements_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AutomaticImageImprovements.ImageImprovementsAccountLevelSettings |
The accountImageImprovementsSettings. |
getAccountImageImprovementsSettingsOrBuilder()
public abstract AutomaticImageImprovements.ImageImprovementsAccountLevelSettingsOrBuilder getAccountImageImprovementsSettingsOrBuilder()
Optional. Determines how the images should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.
optional .google.shopping.merchant.accounts.v1beta.AutomaticImageImprovements.ImageImprovementsAccountLevelSettings account_image_improvements_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AutomaticImageImprovements.ImageImprovementsAccountLevelSettingsOrBuilder |
getEffectiveAllowAutomaticImageImprovements()
public abstract boolean getEffectiveAllowAutomaticImageImprovements()
Output only. The effective value of allow_automatic_image_improvements. If account_image_improvements_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.
bool effective_allow_automatic_image_improvements = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The effectiveAllowAutomaticImageImprovements. |
hasAccountImageImprovementsSettings()
public abstract boolean hasAccountImageImprovementsSettings()
Optional. Determines how the images should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.
optional .google.shopping.merchant.accounts.v1beta.AutomaticImageImprovements.ImageImprovementsAccountLevelSettings account_image_improvements_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the accountImageImprovementsSettings field is set. |