Interface UrlSeedOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The URL to crawl in order to generate keyword ideas.
    com.google.protobuf.ByteString
    The URL to crawl in order to generate keyword ideas.
    boolean
    The URL to crawl in order to generate keyword ideas.

    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

    • hasUrl

      boolean hasUrl()
       The URL to crawl in order to generate keyword ideas.
       
      optional string url = 2;
      Returns:
      Whether the url field is set.
    • getUrl

      String getUrl()
       The URL to crawl in order to generate keyword ideas.
       
      optional string url = 2;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       The URL to crawl in order to generate keyword ideas.
       
      optional string url = 2;
      Returns:
      The bytes for url.