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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSite()The domain name of the site.com.google.protobuf.ByteStringgetSiteBytes()The domain name of the site.booleanhasSite()The domain name of the site.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.
-
-