Package org.mlflow.api.proto
Interface Issues.GetIssueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Issues.GetIssue,Issues.GetIssue.Builder
- Enclosing class:
- Issues
public static interface Issues.GetIssueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIssue ID to fetch.com.google.protobuf.ByteStringIssue ID to fetch.booleanIssue ID to fetch.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
-
hasIssueId
boolean hasIssueId()Issue ID to fetch.
optional string issue_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the issueId field is set.
-
getIssueId
String getIssueId()Issue ID to fetch.
optional string issue_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The issueId.
-
getIssueIdBytes
com.google.protobuf.ByteString getIssueIdBytes()Issue ID to fetch.
optional string issue_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for issueId.
-