Interface ReviewQueues.UpdateReviewQueueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReviewQueues.UpdateReviewQueue, ReviewQueues.UpdateReviewQueue.Builder
Enclosing class:
ReviewQueues

public static interface ReviewQueues.UpdateReviewQueueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string name = 6;
    com.google.protobuf.ByteString
    optional string name = 6;
    optional string new_owner = 7;
    com.google.protobuf.ByteString
    optional string new_owner = 7;
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    getSchemaIds(int index)
    repeated string schema_ids = 5;
    com.google.protobuf.ByteString
    getSchemaIdsBytes(int index)
    repeated string schema_ids = 5;
    int
    repeated string schema_ids = 5;
    repeated string schema_ids = 5;
    boolean
    optional bool update_schema_ids = 4;
    boolean
    optional bool update_users = 2;
    getUsers(int index)
    repeated string users = 3;
    com.google.protobuf.ByteString
    getUsersBytes(int index)
    repeated string users = 3;
    int
    repeated string users = 3;
    repeated string users = 3;
    boolean
    optional string name = 6;
    boolean
    optional string new_owner = 7;
    boolean
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    boolean
    optional bool update_schema_ids = 4;
    boolean
    optional bool update_users = 2;

    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

    • hasQueueId

      boolean hasQueueId()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the queueId field is set.
    • getQueueId

      String getQueueId()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The queueId.
    • getQueueIdBytes

      com.google.protobuf.ByteString getQueueIdBytes()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for queueId.
    • hasUpdateUsers

      boolean hasUpdateUsers()
      optional bool update_users = 2;
      Returns:
      Whether the updateUsers field is set.
    • getUpdateUsers

      boolean getUpdateUsers()
      optional bool update_users = 2;
      Returns:
      The updateUsers.
    • getUsersList

      List<String> getUsersList()
      repeated string users = 3;
      Returns:
      A list containing the users.
    • getUsersCount

      int getUsersCount()
      repeated string users = 3;
      Returns:
      The count of users.
    • getUsers

      String getUsers(int index)
      repeated string users = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The users at the given index.
    • getUsersBytes

      com.google.protobuf.ByteString getUsersBytes(int index)
      repeated string users = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the users at the given index.
    • hasUpdateSchemaIds

      boolean hasUpdateSchemaIds()
      optional bool update_schema_ids = 4;
      Returns:
      Whether the updateSchemaIds field is set.
    • getUpdateSchemaIds

      boolean getUpdateSchemaIds()
      optional bool update_schema_ids = 4;
      Returns:
      The updateSchemaIds.
    • getSchemaIdsList

      List<String> getSchemaIdsList()
      repeated string schema_ids = 5;
      Returns:
      A list containing the schemaIds.
    • getSchemaIdsCount

      int getSchemaIdsCount()
      repeated string schema_ids = 5;
      Returns:
      The count of schemaIds.
    • getSchemaIds

      String getSchemaIds(int index)
      repeated string schema_ids = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The schemaIds at the given index.
    • getSchemaIdsBytes

      com.google.protobuf.ByteString getSchemaIdsBytes(int index)
      repeated string schema_ids = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the schemaIds at the given index.
    • hasName

      boolean hasName()
      optional string name = 6;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 6;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 6;
      Returns:
      The bytes for name.
    • hasNewOwner

      boolean hasNewOwner()
      optional string new_owner = 7;
      Returns:
      Whether the newOwner field is set.
    • getNewOwner

      String getNewOwner()
      optional string new_owner = 7;
      Returns:
      The newOwner.
    • getNewOwnerBytes

      com.google.protobuf.ByteString getNewOwnerBytes()
      optional string new_owner = 7;
      Returns:
      The bytes for newOwner.