nl.topicus.jdbc.shaded.com.google.spanner.v1.MutationProto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/spanner/v1/mutation.proto
package nl.topicus.jdbc.shaded.com.google.spanner.v1;
public final class MutationProto {
private MutationProto() {}
public static void registerAllExtensions(
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite) registry);
}
static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_google_spanner_v1_Mutation_descriptor;
static final
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_spanner_v1_Mutation_fieldAccessorTable;
static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_google_spanner_v1_Mutation_Write_descriptor;
static final
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_spanner_v1_Mutation_Write_fieldAccessorTable;
static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
internal_static_google_spanner_v1_Mutation_Delete_descriptor;
static final
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_spanner_v1_Mutation_Delete_fieldAccessorTable;
public static nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n google/spanner/v1/mutation.proto\022\021goog" +
"le.spanner.v1\032\034google/api/annotations.pr" +
"oto\032\034google/protobuf/struct.proto\032\034googl" +
"e/spanner/v1/keys.proto\"\306\003\n\010Mutation\0223\n\006" +
"insert\030\001 \001(\0132!.google.spanner.v1.Mutatio" +
"n.WriteH\000\0223\n\006update\030\002 \001(\0132!.google.spann" +
"er.v1.Mutation.WriteH\000\022=\n\020insert_or_upda" +
"te\030\003 \001(\0132!.google.spanner.v1.Mutation.Wr" +
"iteH\000\0224\n\007replace\030\004 \001(\0132!.google.spanner." +
"v1.Mutation.WriteH\000\0224\n\006delete\030\005 \001(\0132\".go",
"ogle.spanner.v1.Mutation.DeleteH\000\032S\n\005Wri" +
"te\022\r\n\005table\030\001 \001(\t\022\017\n\007columns\030\002 \003(\t\022*\n\006va" +
"lues\030\003 \003(\0132\032.google.protobuf.ListValue\032C" +
"\n\006Delete\022\r\n\005table\030\001 \001(\t\022*\n\007key_set\030\002 \001(\013" +
"2\031.google.spanner.v1.KeySetB\013\n\toperation" +
"B|\n\025com.google.spanner.v1B\rMutationProto" +
"P\001Z8google.golang.nl.topicus.jdbc.shaded.org.genproto/googleapi" +
"s/spanner/v1;spanner\252\002\027Google.Cloud.Span" +
"ner.V1b\006proto3"
};
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistry assignDescriptors(
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FileDescriptor[] {
nl.topicus.jdbc.shaded.com.google.api.AnnotationsProto.getDescriptor(),
nl.topicus.jdbc.shaded.com.google.protobuf.StructProto.getDescriptor(),
nl.topicus.jdbc.shaded.com.google.spanner.v1.KeysProto.getDescriptor(),
}, assigner);
internal_static_google_spanner_v1_Mutation_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_spanner_v1_Mutation_fieldAccessorTable = new
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_spanner_v1_Mutation_descriptor,
new java.lang.String[] { "Insert", "Update", "InsertOrUpdate", "Replace", "Delete", "Operation", });
internal_static_google_spanner_v1_Mutation_Write_descriptor =
internal_static_google_spanner_v1_Mutation_descriptor.getNestedTypes().get(0);
internal_static_google_spanner_v1_Mutation_Write_fieldAccessorTable = new
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_spanner_v1_Mutation_Write_descriptor,
new java.lang.String[] { "Table", "Columns", "Values", });
internal_static_google_spanner_v1_Mutation_Delete_descriptor =
internal_static_google_spanner_v1_Mutation_descriptor.getNestedTypes().get(1);
internal_static_google_spanner_v1_Mutation_Delete_fieldAccessorTable = new
nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_spanner_v1_Mutation_Delete_descriptor,
new java.lang.String[] { "Table", "KeySet", });
nl.topicus.jdbc.shaded.com.google.api.AnnotationsProto.getDescriptor();
nl.topicus.jdbc.shaded.com.google.protobuf.StructProto.getDescriptor();
nl.topicus.jdbc.shaded.com.google.spanner.v1.KeysProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}