Package org.mlflow.api.proto
Interface Webhooks.ListWebhooks.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webhooks.ListWebhooks.Response,Webhooks.ListWebhooks.Response.Builder
- Enclosing class:
- Webhooks.ListWebhooks
public static interface Webhooks.ListWebhooks.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPagination token for next pagecom.google.protobuf.ByteStringPagination token for next pagegetWebhooks(int index) List of webhooksintList of webhooksList of webhooksgetWebhooksOrBuilder(int index) List of webhooksList<? extends Webhooks.WebhookOrBuilder>List of webhooksbooleanPagination token for next pageMethods 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
-
getWebhooksList
List<Webhooks.Webhook> getWebhooksList()List of webhooks
repeated .mlflow.Webhook webhooks = 1; -
getWebhooks
List of webhooks
repeated .mlflow.Webhook webhooks = 1; -
getWebhooksCount
int getWebhooksCount()List of webhooks
repeated .mlflow.Webhook webhooks = 1; -
getWebhooksOrBuilderList
List<? extends Webhooks.WebhookOrBuilder> getWebhooksOrBuilderList()List of webhooks
repeated .mlflow.Webhook webhooks = 1; -
getWebhooksOrBuilder
List of webhooks
repeated .mlflow.Webhook webhooks = 1; -
hasNextPageToken
boolean hasNextPageToken()Pagination token for next page
optional string next_page_token = 2;- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Pagination token for next page
optional string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Pagination token for next page
optional string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-