Interface Webhooks.WebhookEventOrBuilder

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

public static interface Webhooks.WebhookEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Action type (required)
    Entity type (required)
    boolean
    Action type (required)
    boolean
    Entity type (required)

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasEntity

      boolean hasEntity()
       Entity type (required)
       
      optional .mlflow.WebhookEntity entity = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the entity field is set.
    • getEntity

       Entity type (required)
       
      optional .mlflow.WebhookEntity entity = 1 [(.mlflow.validate_required) = true];
      Returns:
      The entity.
    • hasAction

      boolean hasAction()
       Action type (required)
       
      optional .mlflow.WebhookAction action = 2 [(.mlflow.validate_required) = true];
      Returns:
      Whether the action field is set.
    • getAction

       Action type (required)
       
      optional .mlflow.WebhookAction action = 2 [(.mlflow.validate_required) = true];
      Returns:
      The action.