Interface WebpageSampleInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    WebpageSampleInfo, WebpageSampleInfo.Builder

    public interface WebpageSampleInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSampleUrls​(int index)
      Webpage sample urls
      com.google.protobuf.ByteString getSampleUrlsBytes​(int index)
      Webpage sample urls
      int getSampleUrlsCount()
      Webpage sample urls
      java.util.List<java.lang.String> getSampleUrlsList()
      Webpage sample urls
      • 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 Detail

      • getSampleUrlsList

        java.util.List<java.lang.String> getSampleUrlsList()
         Webpage sample urls
         
        repeated string sample_urls = 1;
        Returns:
        A list containing the sampleUrls.
      • getSampleUrlsCount

        int getSampleUrlsCount()
         Webpage sample urls
         
        repeated string sample_urls = 1;
        Returns:
        The count of sampleUrls.
      • getSampleUrls

        java.lang.String getSampleUrls​(int index)
         Webpage sample urls
         
        repeated string sample_urls = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The sampleUrls at the given index.
      • getSampleUrlsBytes

        com.google.protobuf.ByteString getSampleUrlsBytes​(int index)
         Webpage sample urls
         
        repeated string sample_urls = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sampleUrls at the given index.