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 TypeMethodDescriptionThe User List resource name.com.google.protobuf.ByteStringThe User List resource name.booleanThe User List resource name.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
-
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.
-