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

grpc.webhook._PutWebhookRequestOrBuilder Maven / Gradle / Ivy

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

package grpc.webhook;

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

  /**
   * .webhook._Webhook webhook = 1;
   * @return Whether the webhook field is set.
   */
  boolean hasWebhook();
  /**
   * .webhook._Webhook webhook = 1;
   * @return The webhook.
   */
  grpc.webhook._Webhook getWebhook();
  /**
   * .webhook._Webhook webhook = 1;
   */
  grpc.webhook._WebhookOrBuilder getWebhookOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy