com.google.ads.googleads.v17.common.SitelinkFeedItemOrBuilder 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/common/extensions.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface SitelinkFeedItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.SitelinkFeedItem)
com.google.protobuf.MessageOrBuilder {
/**
*
* URL display text for the sitelink.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string link_text = 9;
* @return Whether the linkText field is set.
*/
boolean hasLinkText();
/**
*
* URL display text for the sitelink.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string link_text = 9;
* @return The linkText.
*/
java.lang.String getLinkText();
/**
*
* URL display text for the sitelink.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string link_text = 9;
* @return The bytes for linkText.
*/
com.google.protobuf.ByteString
getLinkTextBytes();
/**
*
* First line of the description for the sitelink.
* If this value is set, line2 must also be set.
* The length of this string should be between 0 and 35, inclusive.
*
*
* optional string line1 = 10;
* @return Whether the line1 field is set.
*/
boolean hasLine1();
/**
*
* First line of the description for the sitelink.
* If this value is set, line2 must also be set.
* The length of this string should be between 0 and 35, inclusive.
*
*
* optional string line1 = 10;
* @return The line1.
*/
java.lang.String getLine1();
/**
*
* First line of the description for the sitelink.
* If this value is set, line2 must also be set.
* The length of this string should be between 0 and 35, inclusive.
*
*
* optional string line1 = 10;
* @return The bytes for line1.
*/
com.google.protobuf.ByteString
getLine1Bytes();
/**
*
* Second line of the description for the sitelink.
* If this value is set, line1 must also be set.
* The length of this string should be between 0 and 35, inclusive.
*
*
* optional string line2 = 11;
* @return Whether the line2 field is set.
*/
boolean hasLine2();
/**
*
* Second line of the description for the sitelink.
* If this value is set, line1 must also be set.
* The length of this string should be between 0 and 35, inclusive.
*
*
* optional string line2 = 11;
* @return The line2.
*/
java.lang.String getLine2();
/**
*
* Second line of the description for the sitelink.
* If this value is set, line1 must also be set.
* The length of this string should be between 0 and 35, inclusive.
*
*
* optional string line2 = 11;
* @return The bytes for line2.
*/
com.google.protobuf.ByteString
getLine2Bytes();
/**
*
* A list of possible final URLs after all cross domain redirects.
*
*
* repeated string final_urls = 12;
* @return A list containing the finalUrls.
*/
java.util.List
getFinalUrlsList();
/**
*
* A list of possible final URLs after all cross domain redirects.
*
*
* repeated string final_urls = 12;
* @return The count of finalUrls.
*/
int getFinalUrlsCount();
/**
*
* A list of possible final URLs after all cross domain redirects.
*
*
* repeated string final_urls = 12;
* @param index The index of the element to return.
* @return The finalUrls at the given index.
*/
java.lang.String getFinalUrls(int index);
/**
*
* A list of possible final URLs after all cross domain redirects.
*
*
* repeated string final_urls = 12;
* @param index The index of the value to return.
* @return The bytes of the finalUrls at the given index.
*/
com.google.protobuf.ByteString
getFinalUrlsBytes(int index);
/**
*
* A list of possible final mobile URLs after all cross domain redirects.
*
*
* repeated string final_mobile_urls = 13;
* @return A list containing the finalMobileUrls.
*/
java.util.List
getFinalMobileUrlsList();
/**
*
* A list of possible final mobile URLs after all cross domain redirects.
*
*
* repeated string final_mobile_urls = 13;
* @return The count of finalMobileUrls.
*/
int getFinalMobileUrlsCount();
/**
*
* A list of possible final mobile URLs after all cross domain redirects.
*
*
* repeated string final_mobile_urls = 13;
* @param index The index of the element to return.
* @return The finalMobileUrls at the given index.
*/
java.lang.String getFinalMobileUrls(int index);
/**
*
* A list of possible final mobile URLs after all cross domain redirects.
*
*
* repeated string final_mobile_urls = 13;
* @param index The index of the value to return.
* @return The bytes of the finalMobileUrls at the given index.
*/
com.google.protobuf.ByteString
getFinalMobileUrlsBytes(int index);
/**
*
* URL template for constructing a tracking URL.
*
*
* optional string tracking_url_template = 14;
* @return Whether the trackingUrlTemplate field is set.
*/
boolean hasTrackingUrlTemplate();
/**
*
* URL template for constructing a tracking URL.
*
*
* optional string tracking_url_template = 14;
* @return The trackingUrlTemplate.
*/
java.lang.String getTrackingUrlTemplate();
/**
*
* URL template for constructing a tracking URL.
*
*
* optional string tracking_url_template = 14;
* @return The bytes for trackingUrlTemplate.
*/
com.google.protobuf.ByteString
getTrackingUrlTemplateBytes();
/**
*
* A list of mappings to be used for substituting URL custom parameter tags in
* the tracking_url_template, final_urls, and/or final_mobile_urls.
*
*
* repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7;
*/
java.util.List
getUrlCustomParametersList();
/**
*
* A list of mappings to be used for substituting URL custom parameter tags in
* the tracking_url_template, final_urls, and/or final_mobile_urls.
*
*
* repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7;
*/
com.google.ads.googleads.v17.common.CustomParameter getUrlCustomParameters(int index);
/**
*
* A list of mappings to be used for substituting URL custom parameter tags in
* the tracking_url_template, final_urls, and/or final_mobile_urls.
*
*
* repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7;
*/
int getUrlCustomParametersCount();
/**
*
* A list of mappings to be used for substituting URL custom parameter tags in
* the tracking_url_template, final_urls, and/or final_mobile_urls.
*
*
* repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7;
*/
java.util.List extends com.google.ads.googleads.v17.common.CustomParameterOrBuilder>
getUrlCustomParametersOrBuilderList();
/**
*
* A list of mappings to be used for substituting URL custom parameter tags in
* the tracking_url_template, final_urls, and/or final_mobile_urls.
*
*
* repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7;
*/
com.google.ads.googleads.v17.common.CustomParameterOrBuilder getUrlCustomParametersOrBuilder(
int index);
/**
*
* Final URL suffix to be appended to landing page URLs served with
* parallel tracking.
*
*
* optional string final_url_suffix = 15;
* @return Whether the finalUrlSuffix field is set.
*/
boolean hasFinalUrlSuffix();
/**
*
* Final URL suffix to be appended to landing page URLs served with
* parallel tracking.
*
*
* optional string final_url_suffix = 15;
* @return The finalUrlSuffix.
*/
java.lang.String getFinalUrlSuffix();
/**
*
* Final URL suffix to be appended to landing page URLs served with
* parallel tracking.
*
*
* optional string final_url_suffix = 15;
* @return The bytes for finalUrlSuffix.
*/
com.google.protobuf.ByteString
getFinalUrlSuffixBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy