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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy