grpc.common.Common 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: common.proto
package grpc.common;
public final class Common {
private Common() {}
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_common_Present_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_common_Present_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_common_PresentAndNotEqual_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_common_PresentAndNotEqual_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_common_Absent_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_common_Absent_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_common_Equal_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_common_Equal_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_common_AbsentOrEqual_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_common_AbsentOrEqual_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_common_NotEqual_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_common_NotEqual_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_common__Unbounded_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_common__Unbounded_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_common__Empty_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_common__Empty_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\014common.proto\022\006common\"\t\n\007Present\",\n\022Pre" +
"sentAndNotEqual\022\026\n\016value_to_check\030\001 \001(\014\"" +
"\010\n\006Absent\"\037\n\005Equal\022\026\n\016value_to_check\030\001 \001" +
"(\014\"\'\n\rAbsentOrEqual\022\026\n\016value_to_check\030\001 " +
"\001(\014\"\"\n\010NotEqual\022\026\n\016value_to_check\030\001 \001(\014\"" +
"\014\n\n_Unbounded\"\010\n\006_EmptyBY\n\013grpc.commonP\001" +
"Z0github.com/momentohq/client-sdk-go;cli" +
"ent_sdk_go\252\002\025Momento.Protos.Commonb\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_common_Present_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_common_Present_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_common_Present_descriptor,
new java.lang.String[] { });
internal_static_common_PresentAndNotEqual_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_common_PresentAndNotEqual_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_common_PresentAndNotEqual_descriptor,
new java.lang.String[] { "ValueToCheck", });
internal_static_common_Absent_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_common_Absent_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_common_Absent_descriptor,
new java.lang.String[] { });
internal_static_common_Equal_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_common_Equal_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_common_Equal_descriptor,
new java.lang.String[] { "ValueToCheck", });
internal_static_common_AbsentOrEqual_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_common_AbsentOrEqual_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_common_AbsentOrEqual_descriptor,
new java.lang.String[] { "ValueToCheck", });
internal_static_common_NotEqual_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_common_NotEqual_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_common_NotEqual_descriptor,
new java.lang.String[] { "ValueToCheck", });
internal_static_common__Unbounded_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_common__Unbounded_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_common__Unbounded_descriptor,
new java.lang.String[] { });
internal_static_common__Empty_descriptor =
getDescriptor().getMessageTypes().get(7);
internal_static_common__Empty_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_common__Empty_descriptor,
new java.lang.String[] { });
}
// @@protoc_insertion_point(outer_class_scope)
}