Interface DynamicSearchAdsSearchTermViewOrBuilder

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

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

    • getResourceName

      String getResourceName()
       Output only. The resource name of the dynamic search ads search term view.
       Dynamic search ads search term view resource names have the form:
      
       `customers/{customer_id}/dynamicSearchAdsSearchTermViews/{ad_group_id}~{search_term_fingerprint}~{headline_fingerprint}~{landing_page_fingerprint}~{page_url_fingerprint}`
       
      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 dynamic search ads search term view.
       Dynamic search ads search term view resource names have the form:
      
       `customers/{customer_id}/dynamicSearchAdsSearchTermViews/{ad_group_id}~{search_term_fingerprint}~{headline_fingerprint}~{landing_page_fingerprint}~{page_url_fingerprint}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • hasSearchTerm

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

      String getSearchTerm()
       Output only. Search term
      
       This field is read-only.
       
      optional string search_term = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The searchTerm.
    • getSearchTermBytes

      com.google.protobuf.ByteString getSearchTermBytes()
       Output only. Search term
      
       This field is read-only.
       
      optional string search_term = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for searchTerm.
    • hasHeadline

      boolean hasHeadline()
       Output only. The dynamically generated headline of the Dynamic Search Ad.
      
       This field is read-only.
       
      optional string headline = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the headline field is set.
    • getHeadline

      String getHeadline()
       Output only. The dynamically generated headline of the Dynamic Search Ad.
      
       This field is read-only.
       
      optional string headline = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The headline.
    • getHeadlineBytes

      com.google.protobuf.ByteString getHeadlineBytes()
       Output only. The dynamically generated headline of the Dynamic Search Ad.
      
       This field is read-only.
       
      optional string headline = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for headline.
    • hasLandingPage

      boolean hasLandingPage()
       Output only. The dynamically selected landing page URL of the impression.
      
       This field is read-only.
       
      optional string landing_page = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the landingPage field is set.
    • getLandingPage

      String getLandingPage()
       Output only. The dynamically selected landing page URL of the impression.
      
       This field is read-only.
       
      optional string landing_page = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The landingPage.
    • getLandingPageBytes

      com.google.protobuf.ByteString getLandingPageBytes()
       Output only. The dynamically selected landing page URL of the impression.
      
       This field is read-only.
       
      optional string landing_page = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for landingPage.
    • hasPageUrl

      boolean hasPageUrl()
       Output only. The URL of page feed item served for the impression.
      
       This field is read-only.
       
      optional string page_url = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the pageUrl field is set.
    • getPageUrl

      String getPageUrl()
       Output only. The URL of page feed item served for the impression.
      
       This field is read-only.
       
      optional string page_url = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The pageUrl.
    • getPageUrlBytes

      com.google.protobuf.ByteString getPageUrlBytes()
       Output only. The URL of page feed item served for the impression.
      
       This field is read-only.
       
      optional string page_url = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for pageUrl.
    • hasHasNegativeKeyword

      boolean hasHasNegativeKeyword()
       Output only. True if query matches a negative keyword.
      
       This field is read-only.
       
      optional bool has_negative_keyword = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the hasNegativeKeyword field is set.
    • getHasNegativeKeyword

      boolean getHasNegativeKeyword()
       Output only. True if query matches a negative keyword.
      
       This field is read-only.
       
      optional bool has_negative_keyword = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The hasNegativeKeyword.
    • hasHasMatchingKeyword

      boolean hasHasMatchingKeyword()
       Output only. True if query is added to targeted keywords.
      
       This field is read-only.
       
      optional bool has_matching_keyword = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the hasMatchingKeyword field is set.
    • getHasMatchingKeyword

      boolean getHasMatchingKeyword()
       Output only. True if query is added to targeted keywords.
      
       This field is read-only.
       
      optional bool has_matching_keyword = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The hasMatchingKeyword.
    • hasHasNegativeUrl

      boolean hasHasNegativeUrl()
       Output only. True if query matches a negative url.
      
       This field is read-only.
       
      optional bool has_negative_url = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the hasNegativeUrl field is set.
    • getHasNegativeUrl

      boolean getHasNegativeUrl()
       Output only. True if query matches a negative url.
      
       This field is read-only.
       
      optional bool has_negative_url = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The hasNegativeUrl.