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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMaxResults()optional int64 max_results = 1;java.lang.StringgetPageToken()optional string page_token = 2;com.google.protobuf.ByteStringgetPageTokenBytes()optional string page_token = 2;booleanhasMaxResults()optional int64 max_results = 1;booleanhasPageToken()optional string page_token = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.
-
-