Interface EnableOperationOrBuilder

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

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

    • getCampaign

      String getCampaign()
       Required. The resource name of the campaign to enable.
       
      string campaign = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The campaign.
    • getCampaignBytes

      com.google.protobuf.ByteString getCampaignBytes()
       Required. The resource name of the campaign to enable.
       
      string campaign = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for campaign.
    • getAutoPopulateBrandAssets

      boolean getAutoPopulateBrandAssets()
       Required. The switch to automatically populate top-performing brand assets.
       This field is required. If true, top-performing brand assets will be
       automatically populated. If false, the brand_assets field is required.
       
      bool auto_populate_brand_assets = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The autoPopulateBrandAssets.
    • hasBrandAssets

      boolean hasBrandAssets()
       Optional. The brand assets linked to the campaign. This field is required
       when the value of auto_populate_brand_assets is false.
       
      .google.ads.googleads.v19.services.BrandCampaignAssets brand_assets = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the brandAssets field is set.
    • getBrandAssets

      BrandCampaignAssets getBrandAssets()
       Optional. The brand assets linked to the campaign. This field is required
       when the value of auto_populate_brand_assets is false.
       
      .google.ads.googleads.v19.services.BrandCampaignAssets brand_assets = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The brandAssets.
    • getBrandAssetsOrBuilder

      BrandCampaignAssetsOrBuilder getBrandAssetsOrBuilder()
       Optional. The brand assets linked to the campaign. This field is required
       when the value of auto_populate_brand_assets is false.
       
      .google.ads.googleads.v19.services.BrandCampaignAssets brand_assets = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getFinalUriDomain

      String getFinalUriDomain()
       Optional. The domain of the final uri.
       
      string final_uri_domain = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The finalUriDomain.
    • getFinalUriDomainBytes

      com.google.protobuf.ByteString getFinalUriDomainBytes()
       Optional. The domain of the final uri.
       
      string final_uri_domain = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for finalUriDomain.
    • getMainColor

      String getMainColor()
       Optional. Hex code representation of the main brand color, for example
       #00ff00. main_color is required when accent color is specified.
       
      string main_color = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The mainColor.
    • getMainColorBytes

      com.google.protobuf.ByteString getMainColorBytes()
       Optional. Hex code representation of the main brand color, for example
       #00ff00. main_color is required when accent color is specified.
       
      string main_color = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for mainColor.
    • getAccentColor

      String getAccentColor()
       Optional. Hex code representation of the accent brand color, for example
       #00ff00. accent_color is required when main_color is specified.
       
      string accent_color = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The accentColor.
    • getAccentColorBytes

      com.google.protobuf.ByteString getAccentColorBytes()
       Optional. Hex code representation of the accent brand color, for example
       #00ff00. accent_color is required when main_color is specified.
       
      string accent_color = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for accentColor.
    • getFontFamily

      String getFontFamily()
       Optional. The font family is specified as a string, and must be one of the
       following: "Open Sans", "Roboto", "Roboto Slab", "Montserrat", "Poppins",
       "Lato", "Oswald", or "Playfair Display".
       
      string font_family = 7 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The fontFamily.
    • getFontFamilyBytes

      com.google.protobuf.ByteString getFontFamilyBytes()
       Optional. The font family is specified as a string, and must be one of the
       following: "Open Sans", "Roboto", "Roboto Slab", "Montserrat", "Poppins",
       "Lato", "Oswald", or "Playfair Display".
       
      string font_family = 7 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for fontFamily.