Interface SiteSeedOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The domain name of the site.
    com.google.protobuf.ByteString
    The domain name of the site.
    boolean
    The domain name of the site.

    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

    • hasSite

      boolean hasSite()
       The domain name of the site. If the customer requesting the ideas doesn't
       own the site provided only public information is returned.
       
      optional string site = 2;
      Returns:
      Whether the site field is set.
    • getSite

      String getSite()
       The domain name of the site. If the customer requesting the ideas doesn't
       own the site provided only public information is returned.
       
      optional string site = 2;
      Returns:
      The site.
    • getSiteBytes

      com.google.protobuf.ByteString getSiteBytes()
       The domain name of the site. If the customer requesting the ideas doesn't
       own the site provided only public information is returned.
       
      optional string site = 2;
      Returns:
      The bytes for site.