Interface Webhooks.TestWebhook.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional .mlflow.WebhookTestResult result = 1;
    optional .mlflow.WebhookTestResult result = 1;
    boolean
    optional .mlflow.WebhookTestResult result = 1;

    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

    • hasResult

      boolean hasResult()
      optional .mlflow.WebhookTestResult result = 1;
      Returns:
      Whether the result field is set.
    • getResult

      optional .mlflow.WebhookTestResult result = 1;
      Returns:
      The result.
    • getResultOrBuilder

      optional .mlflow.WebhookTestResult result = 1;