Interface LogicalUserListOperandInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicalUserListOperandInfo,LogicalUserListOperandInfo.Builder
public interface LogicalUserListOperandInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResource name of a user list as an operand.com.google.protobuf.ByteStringResource name of a user list as an operand.booleanResource name of a user list as an operand.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()Resource name of a user list as an operand.
optional string user_list = 2;- Returns:
- Whether the userList field is set.
-
getUserList
String getUserList()Resource name of a user list as an operand.
optional string user_list = 2;- Returns:
- The userList.
-
getUserListBytes
com.google.protobuf.ByteString getUserListBytes()Resource name of a user list as an operand.
optional string user_list = 2;- Returns:
- The bytes for userList.
-