All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v18.resources.AdGroupAdAssetAutomationSettingOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v18/resources/ad_group_ad.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.resources;

public interface AdGroupAdAssetAutomationSettingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.resources.AdGroupAdAssetAutomationSetting)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The asset automation type that this setting configures.
   * 
* * optional .google.ads.googleads.v18.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1; * @return Whether the assetAutomationType field is set. */ boolean hasAssetAutomationType(); /** *
   * The asset automation type that this setting configures.
   * 
* * optional .google.ads.googleads.v18.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1; * @return The enum numeric value on the wire for assetAutomationType. */ int getAssetAutomationTypeValue(); /** *
   * The asset automation type that this setting configures.
   * 
* * optional .google.ads.googleads.v18.enums.AssetAutomationTypeEnum.AssetAutomationType asset_automation_type = 1; * @return The assetAutomationType. */ com.google.ads.googleads.v18.enums.AssetAutomationTypeEnum.AssetAutomationType getAssetAutomationType(); /** *
   * The opt-in/out status for the specified asset automation type.
   * 
* * optional .google.ads.googleads.v18.enums.AssetAutomationStatusEnum.AssetAutomationStatus asset_automation_status = 2; * @return Whether the assetAutomationStatus field is set. */ 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; * @return The enum numeric value on the wire for assetAutomationStatus. */ 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; * @return The assetAutomationStatus. */ com.google.ads.googleads.v18.enums.AssetAutomationStatusEnum.AssetAutomationStatus getAssetAutomationStatus(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy