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 Type
    Method
    Description
    Resource name of a user list as an operand.
    com.google.protobuf.ByteString
    Resource name of a user list as an operand.
    boolean
    Resource name of a user list as an operand.

    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()
       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.