Interface GoogleGroupSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GoogleGroupSpec,GoogleGroupSpec.Builder
@Generated(value="protoc",
comments="annotations:GoogleGroupSpecOrBuilder.java.pb.meta")
public interface GoogleGroupSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe email address of the Google group.com.google.protobuf.ByteStringThe email address of the Google group.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEmailAddress
String getEmailAddress()The email address of the Google group. The email address is immutable. Once set during creation, it cannot be changed.
string email_address = 1;- Returns:
- The emailAddress.
-
getEmailAddressBytes
com.google.protobuf.ByteString getEmailAddressBytes()The email address of the Google group. The email address is immutable. Once set during creation, it cannot be changed.
string email_address = 1;- Returns:
- The bytes for emailAddress.
-