Package org.mlflow.api.proto
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 TypeMethodDescriptiongetName()optional string name = 6;com.google.protobuf.ByteStringoptional string name = 6;optional string new_owner = 7;com.google.protobuf.ByteStringoptional string new_owner = 7;optional string queue_id = 1 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional string queue_id = 1 [(.mlflow.validate_required) = true];getSchemaIds(int index) repeated string schema_ids = 5;com.google.protobuf.ByteStringgetSchemaIdsBytes(int index) repeated string schema_ids = 5;intrepeated string schema_ids = 5;repeated string schema_ids = 5;booleanoptional bool update_schema_ids = 4;booleanoptional bool update_users = 2;getUsers(int index) repeated string users = 3;com.google.protobuf.ByteStringgetUsersBytes(int index) repeated string users = 3;intrepeated string users = 3;repeated string users = 3;booleanhasName()optional string name = 6;booleanoptional string new_owner = 7;booleanoptional string queue_id = 1 [(.mlflow.validate_required) = true];booleanoptional bool update_schema_ids = 4;booleanoptional bool update_users = 2;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
-
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
repeated string users = 3;- Returns:
- A list containing the users.
-
getUsersCount
int getUsersCount()repeated string users = 3;- Returns:
- The count of users.
-
getUsers
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
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
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.
-