grpc.webhook._ListWebhooksResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// 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 extends grpc.webhook._WebhookOrBuilder>
getWebhookOrBuilderList();
/**
* repeated .webhook._Webhook webhook = 1;
*/
grpc.webhook._WebhookOrBuilder getWebhookOrBuilder(
int index);
}