grpc.webhook._WebhookDestinationOrBuilder 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 _WebhookDestinationOrBuilder extends
// @@protoc_insertion_point(interface_extends:webhook._WebhookDestination)
com.google.protobuf.MessageOrBuilder {
/**
* string post_url = 1;
* @return Whether the postUrl field is set.
*/
boolean hasPostUrl();
/**
* string post_url = 1;
* @return The postUrl.
*/
java.lang.String getPostUrl();
/**
* string post_url = 1;
* @return The bytes for postUrl.
*/
com.google.protobuf.ByteString
getPostUrlBytes();
grpc.webhook._WebhookDestination.KindCase getKindCase();
}