Interface LogicalUserListOperandInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getUserList()
      Resource name of a user list as an operand.
      com.google.protobuf.ByteString getUserListBytes()
      Resource name of a user list as an operand.
      boolean hasUserList()
      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 Detail

      • 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

        java.lang.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.