Interface AiMaxSearchTermAdCombinationViewOrBuilder

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

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

    • getResourceName

      String getResourceName()
       Output only. The resource name of the AI Max Search Term Ad Combination
       view AI Max Search Term Ad Combination view resource names have the form:
      
       `customers/{customer_id}/aiMaxSearchTermAdCombinationViews/{ad_group_id}~{URL-base64_search_term}~{URL-base64_landing_page}~{URL-base64_headline}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the AI Max Search Term Ad Combination
       view AI Max Search Term Ad Combination view resource names have the form:
      
       `customers/{customer_id}/aiMaxSearchTermAdCombinationViews/{ad_group_id}~{URL-base64_search_term}~{URL-base64_landing_page}~{URL-base64_headline}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • hasAdGroup

      boolean hasAdGroup()
       Output only. Ad group where the search term served.
       
      optional string ad_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      Whether the adGroup field is set.
    • getAdGroup

      String getAdGroup()
       Output only. Ad group where the search term served.
       
      optional string ad_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The adGroup.
    • getAdGroupBytes

      com.google.protobuf.ByteString getAdGroupBytes()
       Output only. Ad group where the search term served.
       
      optional string ad_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for adGroup.
    • hasSearchTerm

      boolean hasSearchTerm()
       Output only. The search term that triggered the ad. This field is
       read-only.
       
      optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the searchTerm field is set.
    • getSearchTerm

      String getSearchTerm()
       Output only. The search term that triggered the ad. This field is
       read-only.
       
      optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The searchTerm.
    • getSearchTermBytes

      com.google.protobuf.ByteString getSearchTermBytes()
       Output only. The search term that triggered the ad. This field is
       read-only.
       
      optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for searchTerm.
    • hasLandingPage

      boolean hasLandingPage()
       Output only. The destination URL, which was dynamically generated. This
       field is read-only.
       
      optional string landing_page = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the landingPage field is set.
    • getLandingPage

      String getLandingPage()
       Output only. The destination URL, which was dynamically generated. This
       field is read-only.
       
      optional string landing_page = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The landingPage.
    • getLandingPageBytes

      com.google.protobuf.ByteString getLandingPageBytes()
       Output only. The destination URL, which was dynamically generated. This
       field is read-only.
       
      optional string landing_page = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for landingPage.
    • hasHeadline

      boolean hasHeadline()
       Output only. The concatenated string containing headline assets for the ad.
       Up to three headline assets are concatenated, separated by " | ". This
       field is read-only.
       
      optional string headline = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the headline field is set.
    • getHeadline

      String getHeadline()
       Output only. The concatenated string containing headline assets for the ad.
       Up to three headline assets are concatenated, separated by " | ". This
       field is read-only.
       
      optional string headline = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The headline.
    • getHeadlineBytes

      com.google.protobuf.ByteString getHeadlineBytes()
       Output only. The concatenated string containing headline assets for the ad.
       Up to three headline assets are concatenated, separated by " | ". This
       field is read-only.
       
      optional string headline = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for headline.