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

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

  /**
   * repeated .webhook._Webhook webhook = 1;
   */
  java.util.List 
      getWebhookList();
  /**
   * repeated .webhook._Webhook webhook = 1;
   */
  grpc.webhook._Webhook getWebhook(int index);
  /**
   * repeated .webhook._Webhook webhook = 1;
   */
  int getWebhookCount();
  /**
   * repeated .webhook._Webhook webhook = 1;
   */
  java.util.List 
      getWebhookOrBuilderList();
  /**
   * repeated .webhook._Webhook webhook = 1;
   */
  grpc.webhook._WebhookOrBuilder getWebhookOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy