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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFinalMobileUrls(int index)A list of possible final mobile URLs.com.google.protobuf.ByteStringgetFinalMobileUrlsBytes(int index)A list of possible final mobile URLs.intgetFinalMobileUrlsCount()A list of possible final mobile URLs.java.util.List<java.lang.String>getFinalMobileUrlsList()A list of possible final mobile URLs.java.lang.StringgetFinalUrls(int index)A list of possible final URLs.com.google.protobuf.ByteStringgetFinalUrlsBytes(int index)A list of possible final URLs.intgetFinalUrlsCount()A list of possible final URLs.java.util.List<java.lang.String>getFinalUrlsList()A list of possible final URLs.java.lang.StringgetTrackingUrlTemplate()URL template for constructing a tracking URL.com.google.protobuf.ByteStringgetTrackingUrlTemplateBytes()URL template for constructing a tracking URL.java.lang.StringgetUrlCollectionId()Unique identifier for this UrlCollection instance.com.google.protobuf.ByteStringgetUrlCollectionIdBytes()Unique identifier for this UrlCollection instance.booleanhasTrackingUrlTemplate()URL template for constructing a tracking URL.booleanhasUrlCollectionId()Unique identifier for this UrlCollection instance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUrlCollectionId
boolean hasUrlCollectionId()
Unique identifier for this UrlCollection instance.
optional string url_collection_id = 5;- Returns:
- Whether the urlCollectionId field is set.
-
getUrlCollectionId
java.lang.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
java.util.List<java.lang.String> 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
java.lang.String getFinalUrls(int index)
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
java.util.List<java.lang.String> 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
java.lang.String getFinalMobileUrls(int index)
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
java.lang.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.
-
-