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

grpc.webhook._GetWebhookSecretRequestOrBuilder 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 _GetWebhookSecretRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:webhook._GetWebhookSecretRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string cache_name = 1;
   * @return The cacheName.
   */
  java.lang.String getCacheName();
  /**
   * string cache_name = 1;
   * @return The bytes for cacheName.
   */
  com.google.protobuf.ByteString
      getCacheNameBytes();

  /**
   * string webhook_name = 2;
   * @return The webhookName.
   */
  java.lang.String getWebhookName();
  /**
   * string webhook_name = 2;
   * @return The bytes for webhookName.
   */
  com.google.protobuf.ByteString
      getWebhookNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy