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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy