com.google.ads.googleads.v10.common.UrlCollectionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/url_collection.proto
package com.google.ads.googleads.v10.common;
public interface UrlCollectionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.UrlCollection)
com.google.protobuf.MessageOrBuilder {
/**
*
* Unique identifier for this UrlCollection instance.
*
*
* optional string url_collection_id = 5;
* @return Whether the urlCollectionId field is set.
*/
boolean hasUrlCollectionId();
/**
*
* Unique identifier for this UrlCollection instance.
*
*
* optional string url_collection_id = 5;
* @return The urlCollectionId.
*/
java.lang.String getUrlCollectionId();
/**
*
* Unique identifier for this UrlCollection instance.
*
*
* optional string url_collection_id = 5;
* @return The bytes for urlCollectionId.
*/
com.google.protobuf.ByteString
getUrlCollectionIdBytes();
/**
*
* A list of possible final URLs.
*
*
* repeated string final_urls = 6;
* @return A list containing the finalUrls.
*/
java.util.List
getFinalUrlsList();
/**
*
* A list of possible final URLs.
*
*
* repeated string final_urls = 6;
* @return The count of finalUrls.
*/
int getFinalUrlsCount();
/**
*
* A list of possible final URLs.
*
*
* repeated string final_urls = 6;
* @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.
*
*
* repeated string final_urls = 6;
* @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.
*
*
* repeated string final_mobile_urls = 7;
* @return A list containing the finalMobileUrls.
*/
java.util.List
getFinalMobileUrlsList();
/**
*
* A list of possible final mobile URLs.
*
*
* repeated string final_mobile_urls = 7;
* @return The count of finalMobileUrls.
*/
int getFinalMobileUrlsCount();
/**
*
* A list of possible final mobile URLs.
*
*
* repeated string final_mobile_urls = 7;
* @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.
*
*
* repeated string final_mobile_urls = 7;
* @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 = 8;
* @return Whether the trackingUrlTemplate field is set.
*/
boolean hasTrackingUrlTemplate();
/**
*
* URL template for constructing a tracking URL.
*
*
* optional string tracking_url_template = 8;
* @return The trackingUrlTemplate.
*/
java.lang.String getTrackingUrlTemplate();
/**
*
* URL template for constructing a tracking URL.
*
*
* optional string tracking_url_template = 8;
* @return The bytes for trackingUrlTemplate.
*/
com.google.protobuf.ByteString
getTrackingUrlTemplateBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy