Package org.mlflow.api.proto
Interface Service.ListGatewayBudgetPoliciesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListGatewayBudgetPolicies,Service.ListGatewayBudgetPolicies.Builder
- Enclosing class:
- Service
public static interface Service.ListGatewayBudgetPoliciesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional int64 max_results = 1;optional string page_token = 2;com.google.protobuf.ByteStringoptional string page_token = 2;booleanoptional int64 max_results = 1;booleanoptional string page_token = 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
-
hasMaxResults
boolean hasMaxResults()optional int64 max_results = 1;- Returns:
- Whether the maxResults field is set.
-
getMaxResults
long getMaxResults()optional int64 max_results = 1;- Returns:
- The maxResults.
-
hasPageToken
boolean hasPageToken()optional string page_token = 2;- Returns:
- Whether the pageToken field is set.
-
getPageToken
String getPageToken()optional string page_token = 2;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()optional string page_token = 2;- Returns:
- The bytes for pageToken.
-