Package org.mlflow.api.proto
Interface Webhooks.UpdateWebhookOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webhooks.UpdateWebhook,Webhooks.UpdateWebhook.Builder
- Enclosing class:
- Webhooks
public static interface Webhooks.UpdateWebhookOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionNew description for the webhookcom.google.protobuf.ByteStringNew description for the webhookgetEvents(int index) New list of events to subscribe tointNew list of events to subscribe toNew list of events to subscribe togetEventsOrBuilder(int index) New list of events to subscribe toList<? extends Webhooks.WebhookEventOrBuilder>New list of events to subscribe togetName()New name for the webhookcom.google.protobuf.ByteStringNew name for the webhookNew secret key for HMAC signaturecom.google.protobuf.ByteStringNew secret key for HMAC signatureNew status for the webhookgetUrl()New URL for the webhookcom.google.protobuf.ByteStringNew URL for the webhookID of the webhook to updatecom.google.protobuf.ByteStringID of the webhook to updatebooleanNew description for the webhookbooleanhasName()New name for the webhookbooleanNew secret key for HMAC signaturebooleanNew status for the webhookbooleanhasUrl()New URL for the webhookbooleanID of the webhook to updateMethods 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
-
hasWebhookId
boolean hasWebhookId()ID of the webhook to update
optional string webhook_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the webhookId field is set.
-
getWebhookId
String getWebhookId()ID of the webhook to update
optional string webhook_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The webhookId.
-
getWebhookIdBytes
com.google.protobuf.ByteString getWebhookIdBytes()ID of the webhook to update
optional string webhook_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for webhookId.
-
hasName
boolean hasName()New name for the webhook
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()New name for the webhook
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()New name for the webhook
optional string name = 2;- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()New description for the webhook
optional string description = 3;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()New description for the webhook
optional string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()New description for the webhook
optional string description = 3;- Returns:
- The bytes for description.
-
hasUrl
boolean hasUrl()New URL for the webhook
optional string url = 4;- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()New URL for the webhook
optional string url = 4;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()New URL for the webhook
optional string url = 4;- Returns:
- The bytes for url.
-
getEventsList
List<Webhooks.WebhookEvent> getEventsList()New list of events to subscribe to
repeated .mlflow.WebhookEvent events = 5; -
getEvents
New list of events to subscribe to
repeated .mlflow.WebhookEvent events = 5; -
getEventsCount
int getEventsCount()New list of events to subscribe to
repeated .mlflow.WebhookEvent events = 5; -
getEventsOrBuilderList
List<? extends Webhooks.WebhookEventOrBuilder> getEventsOrBuilderList()New list of events to subscribe to
repeated .mlflow.WebhookEvent events = 5; -
getEventsOrBuilder
New list of events to subscribe to
repeated .mlflow.WebhookEvent events = 5; -
hasSecret
boolean hasSecret()New secret key for HMAC signature
optional string secret = 6;- Returns:
- Whether the secret field is set.
-
getSecret
String getSecret()New secret key for HMAC signature
optional string secret = 6;- Returns:
- The secret.
-
getSecretBytes
com.google.protobuf.ByteString getSecretBytes()New secret key for HMAC signature
optional string secret = 6;- Returns:
- The bytes for secret.
-
hasStatus
boolean hasStatus()New status for the webhook
optional .mlflow.WebhookStatus status = 7;- Returns:
- Whether the status field is set.
-
getStatus
Webhooks.WebhookStatus getStatus()New status for the webhook
optional .mlflow.WebhookStatus status = 7;- Returns:
- The status.
-