Interface UrlCollectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UrlCollection,UrlCollection.Builder
public interface UrlCollectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFinalMobileUrls(int index) A list of possible final mobile URLs.com.google.protobuf.ByteStringgetFinalMobileUrlsBytes(int index) A list of possible final mobile URLs.intA list of possible final mobile URLs.A list of possible final mobile URLs.getFinalUrls(int index) A list of possible final URLs.com.google.protobuf.ByteStringgetFinalUrlsBytes(int index) A list of possible final URLs.intA list of possible final URLs.A list of possible final URLs.URL template for constructing a tracking URL.com.google.protobuf.ByteStringURL template for constructing a tracking URL.Unique identifier for this UrlCollection instance.com.google.protobuf.ByteStringUnique identifier for this UrlCollection instance.booleanURL template for constructing a tracking URL.booleanUnique identifier for this UrlCollection instance.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUrlCollectionId
boolean hasUrlCollectionId()Unique identifier for this UrlCollection instance.
optional string url_collection_id = 5;- Returns:
- Whether the urlCollectionId field is set.
-
getUrlCollectionId
String getUrlCollectionId()Unique identifier for this UrlCollection instance.
optional string url_collection_id = 5;- Returns:
- The urlCollectionId.
-
getUrlCollectionIdBytes
com.google.protobuf.ByteString getUrlCollectionIdBytes()Unique identifier for this UrlCollection instance.
optional string url_collection_id = 5;- Returns:
- The bytes for urlCollectionId.
-
getFinalUrlsList
A list of possible final URLs.
repeated string final_urls = 6;- Returns:
- A list containing the finalUrls.
-
getFinalUrlsCount
int getFinalUrlsCount()A list of possible final URLs.
repeated string final_urls = 6;- Returns:
- The count of finalUrls.
-
getFinalUrls
A list of possible final URLs.
repeated string final_urls = 6;- Parameters:
index- The index of the element to return.- Returns:
- The finalUrls at the given index.
-
getFinalUrlsBytes
com.google.protobuf.ByteString getFinalUrlsBytes(int index) A list of possible final URLs.
repeated string final_urls = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the finalUrls at the given index.
-
getFinalMobileUrlsList
A list of possible final mobile URLs.
repeated string final_mobile_urls = 7;- Returns:
- A list containing the finalMobileUrls.
-
getFinalMobileUrlsCount
int getFinalMobileUrlsCount()A list of possible final mobile URLs.
repeated string final_mobile_urls = 7;- Returns:
- The count of finalMobileUrls.
-
getFinalMobileUrls
A list of possible final mobile URLs.
repeated string final_mobile_urls = 7;- Parameters:
index- The index of the element to return.- Returns:
- The finalMobileUrls at the given index.
-
getFinalMobileUrlsBytes
com.google.protobuf.ByteString getFinalMobileUrlsBytes(int index) A list of possible final mobile URLs.
repeated string final_mobile_urls = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the finalMobileUrls at the given index.
-
hasTrackingUrlTemplate
boolean hasTrackingUrlTemplate()URL template for constructing a tracking URL.
optional string tracking_url_template = 8;- Returns:
- Whether the trackingUrlTemplate field is set.
-
getTrackingUrlTemplate
String getTrackingUrlTemplate()URL template for constructing a tracking URL.
optional string tracking_url_template = 8;- Returns:
- The trackingUrlTemplate.
-
getTrackingUrlTemplateBytes
com.google.protobuf.ByteString getTrackingUrlTemplateBytes()URL template for constructing a tracking URL.
optional string tracking_url_template = 8;- Returns:
- The bytes for trackingUrlTemplate.
-