grpc.webhook._RotateWebhookSecretResponseOrBuilder 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 _RotateWebhookSecretResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:webhook._RotateWebhookSecretResponse)
com.google.protobuf.MessageOrBuilder {
/**
* string secret_string = 1;
* @return The secretString.
*/
java.lang.String getSecretString();
/**
* string secret_string = 1;
* @return The bytes for secretString.
*/
com.google.protobuf.ByteString
getSecretStringBytes();
}