grpc.store.StoreOuterClass 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: store.proto
package grpc.store;
public final class StoreOuterClass {
private StoreOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_store__StoreValue_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_store__StoreValue_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_store__StoreGetRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_store__StoreGetRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_store__StoreGetResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_store__StoreGetResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_store__StorePutRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_store__StorePutRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_store__StorePutResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_store__StorePutResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_store__StoreDeleteRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_store__StoreDeleteRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_store__StoreDeleteResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_store__StoreDeleteResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\013store.proto\022\005store\"v\n\013_StoreValue\022\025\n\013b" +
"ytes_value\030\001 \001(\014H\000\022\026\n\014string_value\030\002 \001(\t" +
"H\000\022\027\n\rinteger_value\030\003 \001(\003H\000\022\026\n\014double_va" +
"lue\030\004 \001(\001H\000B\007\n\005value\"\037\n\020_StoreGetRequest" +
"\022\013\n\003key\030\001 \001(\t\"6\n\021_StoreGetResponse\022!\n\005va" +
"lue\030\001 \001(\0132\022.store._StoreValue\"B\n\020_StoreP" +
"utRequest\022\013\n\003key\030\001 \001(\t\022!\n\005value\030\002 \001(\0132\022." +
"store._StoreValue\"\023\n\021_StorePutResponse\"\"" +
"\n\023_StoreDeleteRequest\022\013\n\003key\030\001 \001(\t\"\026\n\024_S" +
"toreDeleteResponse2\304\001\n\005Store\022:\n\003Get\022\027.st" +
"ore._StoreGetRequest\032\030.store._StoreGetRe" +
"sponse\"\000\022:\n\003Put\022\027.store._StorePutRequest" +
"\032\030.store._StorePutResponse\"\000\022C\n\006Delete\022\032" +
".store._StoreDeleteRequest\032\033.store._Stor" +
"eDeleteResponse\"\000BW\n\ngrpc.storeP\001Z0githu" +
"b.com/momentohq/client-sdk-go;client_sdk" +
"_go\252\002\024Momento.Protos.Storeb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_store__StoreValue_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_store__StoreValue_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_store__StoreValue_descriptor,
new java.lang.String[] { "BytesValue", "StringValue", "IntegerValue", "DoubleValue", "Value", });
internal_static_store__StoreGetRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_store__StoreGetRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_store__StoreGetRequest_descriptor,
new java.lang.String[] { "Key", });
internal_static_store__StoreGetResponse_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_store__StoreGetResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_store__StoreGetResponse_descriptor,
new java.lang.String[] { "Value", });
internal_static_store__StorePutRequest_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_store__StorePutRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_store__StorePutRequest_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_store__StorePutResponse_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_store__StorePutResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_store__StorePutResponse_descriptor,
new java.lang.String[] { });
internal_static_store__StoreDeleteRequest_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_store__StoreDeleteRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_store__StoreDeleteRequest_descriptor,
new java.lang.String[] { "Key", });
internal_static_store__StoreDeleteResponse_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_store__StoreDeleteResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_store__StoreDeleteResponse_descriptor,
new java.lang.String[] { });
}
// @@protoc_insertion_point(outer_class_scope)
}