All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.webhook._WebhookOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: webhook.proto

package grpc.webhook;

public interface _WebhookOrBuilder extends
    // @@protoc_insertion_point(interface_extends:webhook._Webhook)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .webhook._WebhookId webhook_id = 1;
   * @return Whether the webhookId field is set.
   */
  boolean hasWebhookId();
  /**
   * .webhook._WebhookId webhook_id = 1;
   * @return The webhookId.
   */
  grpc.webhook._WebhookId getWebhookId();
  /**
   * .webhook._WebhookId webhook_id = 1;
   */
  grpc.webhook._WebhookIdOrBuilder getWebhookIdOrBuilder();

  /**
   * string topic_name = 2;
   * @return The topicName.
   */
  java.lang.String getTopicName();
  /**
   * string topic_name = 2;
   * @return The bytes for topicName.
   */
  com.google.protobuf.ByteString
      getTopicNameBytes();

  /**
   * .webhook._WebhookDestination destination = 3;
   * @return Whether the destination field is set.
   */
  boolean hasDestination();
  /**
   * .webhook._WebhookDestination destination = 3;
   * @return The destination.
   */
  grpc.webhook._WebhookDestination getDestination();
  /**
   * .webhook._WebhookDestination destination = 3;
   */
  grpc.webhook._WebhookDestinationOrBuilder getDestinationOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy