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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEmailAddress()
      The email address of the Google group.
      com.google.protobuf.ByteString getEmailAddressBytes()
      The email address of the Google group.
      • 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 Detail

      • getEmailAddress

        java.lang.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.