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 Type
    Method
    Description
    getFinalMobileUrls(int index)
    A list of possible final mobile URLs.
    com.google.protobuf.ByteString
    A list of possible final mobile URLs.
    int
    A 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.ByteString
    getFinalUrlsBytes(int index)
    A list of possible final URLs.
    int
    A list of possible final URLs.
    A list of possible final URLs.
    URL template for constructing a tracking URL.
    com.google.protobuf.ByteString
    URL template for constructing a tracking URL.
    Unique identifier for this UrlCollection instance.
    com.google.protobuf.ByteString
    Unique identifier for this UrlCollection instance.
    boolean
    URL template for constructing a tracking URL.
    boolean
    Unique identifier for this UrlCollection instance.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<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

      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

      List<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

      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

      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.