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

grpc.webhook._RotateWebhookSecretRequestOrBuilder Maven / Gradle / Ivy

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

package grpc.webhook;

public interface _RotateWebhookSecretRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:webhook._RotateWebhookSecretRequest)
    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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy