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

    Modifier and Type
    Method
    Description
    The User List resource name.
    com.google.protobuf.ByteString
    The User List resource name.
    boolean
    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 Details

    • hasUserList

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

      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.