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.StringgetUserList()The User List resource name.com.google.protobuf.ByteStringgetUserListBytes()The User List resource name.booleanhasUserList()The User List resource name.-
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.
-
-