Interface AdGroupAdAssetAutomationSettingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdGroupAdAssetAutomationSetting, AdGroupAdAssetAutomationSetting.Builder

public interface AdGroupAdAssetAutomationSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasAssetAutomationType

      boolean hasAssetAutomationType()
       The asset automation type that this setting configures.
       
      optional .google.ads.googleads.v18.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1;
      Returns:
      Whether the assetAutomationType field is set.
    • getAssetAutomationTypeValue

      int getAssetAutomationTypeValue()
       The asset automation type that this setting configures.
       
      optional .google.ads.googleads.v18.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1;
      Returns:
      The enum numeric value on the wire for assetAutomationType.
    • getAssetAutomationType

       The asset automation type that this setting configures.
       
      optional .google.ads.googleads.v18.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1;
      Returns:
      The assetAutomationType.
    • hasAssetAutomationStatus

      boolean hasAssetAutomationStatus()
       The opt-in/out status for the specified asset automation type.
       
      optional .google.ads.googleads.v18.enums.AssetAutomationStatusEnum.AssetAutomationStatus asset_automation_status = 2;
      Returns:
      Whether the assetAutomationStatus field is set.
    • getAssetAutomationStatusValue

      int getAssetAutomationStatusValue()
       The opt-in/out status for the specified asset automation type.
       
      optional .google.ads.googleads.v18.enums.AssetAutomationStatusEnum.AssetAutomationStatus asset_automation_status = 2;
      Returns:
      The enum numeric value on the wire for assetAutomationStatus.
    • getAssetAutomationStatus

       The opt-in/out status for the specified asset automation type.
       
      optional .google.ads.googleads.v18.enums.AssetAutomationStatusEnum.AssetAutomationStatus asset_automation_status = 2;
      Returns:
      The assetAutomationStatus.