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

grpc.webhook._GetWebhookSecretResponseOrBuilder 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 _GetWebhookSecretResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:webhook._GetWebhookSecretResponse)
    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();

  /**
   * string secret_string = 3;
   * @return The secretString.
   */
  java.lang.String getSecretString();
  /**
   * string secret_string = 3;
   * @return The bytes for secretString.
   */
  com.google.protobuf.ByteString
      getSecretStringBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy