grpc.webhook._GetWebhookSecretResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos Show documentation
Show all versions of client-protos Show documentation
Java protobuf protocols that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: webhook.proto
package grpc.webhook;
public interface _GetWebhookSecretResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:webhook._GetWebhookSecretResponse)
com.google.protobuf.MessageOrBuilder {
/**
* string cache_name = 1;
* @return The cacheName.
*/
java.lang.String getCacheName();
/**
* string cache_name = 1;
* @return The bytes for cacheName.
*/
com.google.protobuf.ByteString
getCacheNameBytes();
/**
* string webhook_name = 2;
* @return The webhookName.
*/
java.lang.String getWebhookName();
/**
* string webhook_name = 2;
* @return The bytes for webhookName.
*/
com.google.protobuf.ByteString
getWebhookNameBytes();
/**
* string secret_string = 3;
* @return The secretString.
*/
java.lang.String getSecretString();
/**
* string secret_string = 3;
* @return The bytes for secretString.
*/
com.google.protobuf.ByteString
getSecretStringBytes();
}