Interface UserListInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getUserList()
      The User List resource name.
      com.google.protobuf.ByteString getUserListBytes()
      The User List resource name.
      boolean hasUserList()
      The User List resource name.
      • 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

      • hasUserList

        boolean hasUserList()
         The User List resource name.
         
        optional string user_list = 2;
        Returns:
        Whether the userList field is set.
      • getUserList

        java.lang.String getUserList()
         The User List resource name.
         
        optional string user_list = 2;
        Returns:
        The userList.
      • getUserListBytes

        com.google.protobuf.ByteString getUserListBytes()
         The User List resource name.
         
        optional string user_list = 2;
        Returns:
        The bytes for userList.