org.polypheny.prism.ConnectionResponses Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polypheny-jdbc-driver Show documentation
Show all versions of polypheny-jdbc-driver Show documentation
A standards-compliant JDBC driver for Polypheny-DB.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: org/polypheny/prism/connection_responses.proto
package org.polypheny.prism;
public final class ConnectionResponses {
private ConnectionResponses() {}
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_org_polypheny_prism_ConnectionResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_ConnectionResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_DisconnectResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_DisconnectResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_ConnectionCheckResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_ConnectionCheckResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_org_polypheny_prism_ConnectionPropertiesUpdateResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_org_polypheny_prism_ConnectionPropertiesUpdateResponse_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.org/polypheny/prism/connection_respons" +
"es.proto\022\023org.polypheny.prism\"a\n\022Connect" +
"ionResponse\022\025\n\ris_compatible\030\001 \001(\010\022\031\n\021ma" +
"jor_api_version\030\002 \001(\005\022\031\n\021minor_api_versi" +
"on\030\003 \001(\005\"\024\n\022DisconnectResponse\"\031\n\027Connec" +
"tionCheckResponse\"$\n\"ConnectionPropertie" +
"sUpdateResponseBY\n\023org.polypheny.prismB\023" +
"ConnectionResponsesP\001Z\031org/polypheny/pri" +
"sm;prism\252\002\017Polypheny.Prismb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_org_polypheny_prism_ConnectionResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_org_polypheny_prism_ConnectionResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_ConnectionResponse_descriptor,
new java.lang.String[] { "IsCompatible", "MajorApiVersion", "MinorApiVersion", });
internal_static_org_polypheny_prism_DisconnectResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_org_polypheny_prism_DisconnectResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_DisconnectResponse_descriptor,
new java.lang.String[] { });
internal_static_org_polypheny_prism_ConnectionCheckResponse_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_org_polypheny_prism_ConnectionCheckResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_ConnectionCheckResponse_descriptor,
new java.lang.String[] { });
internal_static_org_polypheny_prism_ConnectionPropertiesUpdateResponse_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_org_polypheny_prism_ConnectionPropertiesUpdateResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_org_polypheny_prism_ConnectionPropertiesUpdateResponse_descriptor,
new java.lang.String[] { });
}
// @@protoc_insertion_point(outer_class_scope)
}