com.google.ads.googleads.v17.resources.DynamicSearchAdsSearchTermViewOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/dynamic_search_ads_search_term_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface DynamicSearchAdsSearchTermViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.DynamicSearchAdsSearchTermView)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
java.lang.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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. Search term
*
* This field is read-only.
*
*
* optional string search_term = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the searchTerm field is set.
*/
boolean hasSearchTerm();
/**
*
* Output only. Search term
*
* This field is read-only.
*
*
* optional string search_term = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The searchTerm.
*/
java.lang.String getSearchTerm();
/**
*
* Output only. Search term
*
* This field is read-only.
*
*
* optional string search_term = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for searchTerm.
*/
com.google.protobuf.ByteString
getSearchTermBytes();
/**
*
* 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];
* @return Whether the headline field is set.
*/
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];
* @return The headline.
*/
java.lang.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];
* @return The bytes for headline.
*/
com.google.protobuf.ByteString
getHeadlineBytes();
/**
*
* 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];
* @return Whether the landingPage field is set.
*/
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];
* @return The landingPage.
*/
java.lang.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];
* @return The bytes for landingPage.
*/
com.google.protobuf.ByteString
getLandingPageBytes();
/**
*
* 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];
* @return Whether the pageUrl field is set.
*/
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];
* @return The pageUrl.
*/
java.lang.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];
* @return The bytes for pageUrl.
*/
com.google.protobuf.ByteString
getPageUrlBytes();
/**
*
* 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];
* @return Whether the hasNegativeKeyword field is set.
*/
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];
* @return The hasNegativeKeyword.
*/
boolean getHasNegativeKeyword();
/**
*
* 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];
* @return Whether the hasMatchingKeyword field is set.
*/
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];
* @return The hasMatchingKeyword.
*/
boolean getHasMatchingKeyword();
/**
*
* 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];
* @return Whether the hasNegativeUrl field is set.
*/
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];
* @return The hasNegativeUrl.
*/
boolean getHasNegativeUrl();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy