Interface PublisherOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Publisher
,Publisher.Builder
public interface PublisherOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Optional.com.google.protobuf.ByteString
getNameBytes()
Optional.String
getPrimaryContact()
Optional.com.google.protobuf.ByteString
getPrimaryContactBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Optional. Name of the listing publisher.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Optional. Name of the listing publisher.
string name = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for name.
-
getPrimaryContact
String getPrimaryContact()
Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
string primary_contact = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The primaryContact.
-
getPrimaryContactBytes
com.google.protobuf.ByteString getPrimaryContactBytes()
Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
string primary_contact = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for primaryContact.
-
-