com.ibm.etcd.api.Kv Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etcd-java Show documentation
Show all versions of etcd-java Show documentation
etcd3 java client and utilities
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: kv.proto
package com.ibm.etcd.api;
public final class Kv {
private Kv() {}
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_mvccpb_KeyValue_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_mvccpb_KeyValue_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_mvccpb_Event_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_mvccpb_Event_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\010kv.proto\022\006mvccpb\"u\n\010KeyValue\022\013\n\003key\030\001 " +
"\001(\014\022\027\n\017create_revision\030\002 \001(\003\022\024\n\014mod_revi" +
"sion\030\003 \001(\003\022\017\n\007version\030\004 \001(\003\022\r\n\005value\030\005 \001" +
"(\014\022\r\n\005lease\030\006 \001(\003\"\221\001\n\005Event\022%\n\004type\030\001 \001(" +
"\0162\027.mvccpb.Event.EventType\022\034\n\002kv\030\002 \001(\0132\020" +
".mvccpb.KeyValue\022!\n\007prev_kv\030\003 \001(\0132\020.mvcc" +
"pb.KeyValue\" \n\tEventType\022\007\n\003PUT\020\000\022\n\n\006DEL" +
"ETE\020\001B\024\n\020com.ibm.etcd.apiP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_mvccpb_KeyValue_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_mvccpb_KeyValue_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_mvccpb_KeyValue_descriptor,
new java.lang.String[] { "Key", "CreateRevision", "ModRevision", "Version", "Value", "Lease", });
internal_static_mvccpb_Event_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_mvccpb_Event_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_mvccpb_Event_descriptor,
new java.lang.String[] { "Type", "Kv", "PrevKv", });
}
// @@protoc_insertion_point(outer_class_scope)
}