Package org.mlflow.api.proto
Interface Issues.SearchIssues.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Issues.SearchIssues.Response,Issues.SearchIssues.Response.Builder
- Enclosing class:
- Issues.SearchIssues
public static interface Issues.SearchIssues.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIssues(int index) List of issues.intList of issues.List of issues.getIssuesOrBuilder(int index) List of issues.List<? extends Issues.IssueOrBuilder>List of issues.Token for next page.com.google.protobuf.ByteStringToken for next page.booleanToken for next page.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
-
getIssuesList
List<Issues.Issue> getIssuesList()List of issues.
repeated .mlflow.issues.Issue issues = 1; -
getIssues
List of issues.
repeated .mlflow.issues.Issue issues = 1; -
getIssuesCount
int getIssuesCount()List of issues.
repeated .mlflow.issues.Issue issues = 1; -
getIssuesOrBuilderList
List<? extends Issues.IssueOrBuilder> getIssuesOrBuilderList()List of issues.
repeated .mlflow.issues.Issue issues = 1; -
getIssuesOrBuilder
List of issues.
repeated .mlflow.issues.Issue issues = 1; -
hasNextPageToken
boolean hasNextPageToken()Token for next page.
optional string next_page_token = 2;- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Token for next page.
optional string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Token for next page.
optional string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-