grpc.cache_client.Cacheping 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: cacheping.proto
package grpc.cache_client;
public final class Cacheping {
private Cacheping() {}
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_cache_client__PingRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_cache_client__PingRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_cache_client__PingResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_cache_client__PingResponse_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\017cacheping.proto\022\014cache_client\"\016\n\014_Ping" +
"Request\"\017\n\r_PingResponse2I\n\004Ping\022A\n\004Ping" +
"\022\032.cache_client._PingRequest\032\033.cache_cli" +
"ent._PingResponse\"\000Bb\n\021grpc.cache_client" +
"P\001Z0github.com/momentohq/client-sdk-go;c" +
"lient_sdk_go\252\002\030Momento.Protos.CachePingb" +
"\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_cache_client__PingRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_cache_client__PingRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_cache_client__PingRequest_descriptor,
new java.lang.String[] { });
internal_static_cache_client__PingResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_cache_client__PingResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_cache_client__PingResponse_descriptor,
new java.lang.String[] { });
}
// @@protoc_insertion_point(outer_class_scope)
}