grpc.webhook._PutWebhookRequestOrBuilder 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 _PutWebhookRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:webhook._PutWebhookRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .webhook._Webhook webhook = 1;
* @return Whether the webhook field is set.
*/
boolean hasWebhook();
/**
* .webhook._Webhook webhook = 1;
* @return The webhook.
*/
grpc.webhook._Webhook getWebhook();
/**
* .webhook._Webhook webhook = 1;
*/
grpc.webhook._WebhookOrBuilder getWebhookOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy