grpc.webhook._RotateWebhookSecretRequestOrBuilder 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 _RotateWebhookSecretRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:webhook._RotateWebhookSecretRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .webhook._WebhookId webhook_id = 1;
* @return Whether the webhookId field is set.
*/
boolean hasWebhookId();
/**
* .webhook._WebhookId webhook_id = 1;
* @return The webhookId.
*/
grpc.webhook._WebhookId getWebhookId();
/**
* .webhook._WebhookId webhook_id = 1;
*/
grpc.webhook._WebhookIdOrBuilder getWebhookIdOrBuilder();
}