Interface Webhooks.WebhookOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Webhooks.Webhook, Webhooks.Webhook.Builder
Enclosing class:
Webhooks

public static interface Webhooks.WebhookOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasWebhookId

      boolean hasWebhookId()
       Unique identifier for the webhook
       
      optional string webhook_id = 1;
      Returns:
      Whether the webhookId field is set.
    • getWebhookId

      String getWebhookId()
       Unique identifier for the webhook
       
      optional string webhook_id = 1;
      Returns:
      The webhookId.
    • getWebhookIdBytes

      com.google.protobuf.ByteString getWebhookIdBytes()
       Unique identifier for the webhook
       
      optional string webhook_id = 1;
      Returns:
      The bytes for webhookId.
    • hasName

      boolean hasName()
       Name of the webhook
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Name of the webhook
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the webhook
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasDescription

      boolean hasDescription()
       Optional description for the webhook
       
      optional string description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       Optional description for the webhook
       
      optional string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Optional description for the webhook
       
      optional string description = 3;
      Returns:
      The bytes for description.
    • hasUrl

      boolean hasUrl()
       URL to send webhook events to
       
      optional string url = 4;
      Returns:
      Whether the url field is set.
    • getUrl

      String getUrl()
       URL to send webhook events to
       
      optional string url = 4;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       URL to send webhook events to
       
      optional string url = 4;
      Returns:
      The bytes for url.
    • getEventsList

      List<Webhooks.WebhookEvent> getEventsList()
       List of events this webhook is subscribed to
       
      repeated .mlflow.WebhookEvent events = 5;
    • getEvents

      Webhooks.WebhookEvent getEvents(int index)
       List of events this webhook is subscribed to
       
      repeated .mlflow.WebhookEvent events = 5;
    • getEventsCount

      int getEventsCount()
       List of events this webhook is subscribed to
       
      repeated .mlflow.WebhookEvent events = 5;
    • getEventsOrBuilderList

      List<? extends Webhooks.WebhookEventOrBuilder> getEventsOrBuilderList()
       List of events this webhook is subscribed to
       
      repeated .mlflow.WebhookEvent events = 5;
    • getEventsOrBuilder

      Webhooks.WebhookEventOrBuilder getEventsOrBuilder(int index)
       List of events this webhook is subscribed to
       
      repeated .mlflow.WebhookEvent events = 5;
    • hasStatus

      boolean hasStatus()
       Current status of the webhook
       
      optional .mlflow.WebhookStatus status = 6;
      Returns:
      Whether the status field is set.
    • getStatus

       Current status of the webhook
       
      optional .mlflow.WebhookStatus status = 6;
      Returns:
      The status.
    • hasCreationTimestamp

      boolean hasCreationTimestamp()
       Timestamp when webhook was created
       
      optional int64 creation_timestamp = 7;
      Returns:
      Whether the creationTimestamp field is set.
    • getCreationTimestamp

      long getCreationTimestamp()
       Timestamp when webhook was created
       
      optional int64 creation_timestamp = 7;
      Returns:
      The creationTimestamp.
    • hasLastUpdatedTimestamp

      boolean hasLastUpdatedTimestamp()
       Timestamp when webhook was last updated
       
      optional int64 last_updated_timestamp = 8;
      Returns:
      Whether the lastUpdatedTimestamp field is set.
    • getLastUpdatedTimestamp

      long getLastUpdatedTimestamp()
       Timestamp when webhook was last updated
       
      optional int64 last_updated_timestamp = 8;
      Returns:
      The lastUpdatedTimestamp.