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

    Modifier and Type
    Method
    Description
    getSampleUrls(int index)
    Webpage sample urls
    com.google.protobuf.ByteString
    getSampleUrlsBytes(int index)
    Webpage sample urls
    int
    Webpage sample urls
    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 Details

    • getSampleUrlsList

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

      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.