All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kv_storage.KvStorage Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: kv_storage/kv_storage.proto

// Protobuf Java Version: 3.25.3
package kv_storage;

public final class KvStorage {
  private KvStorage() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\033kv_storage/kv_storage.proto\022\nkv_storag" +
      "e\032\"google/bytestream/bytestream.proto2\241\001" +
      "\n\tKVStorage\022H\n\003Get\022\036.google.bytestream.R" +
      "eadRequest\032\037.google.bytestream.ReadRespo" +
      "nse0\001\022J\n\003Put\022\037.google.bytestream.WriteRe" +
      "quest\032 .google.bytestream.WriteResponse(" +
      "\001B1Z/github.com/flarebuild/flare/protobu" +
      "f/kv_storageb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.bytestream.ByteStreamProto.getDescriptor(),
        });
    com.google.bytestream.ByteStreamProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy