java.io.deephaven.proto.backplane.grpc.Partitionedtable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/partitionedtable.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public final class Partitionedtable {
private Partitionedtable() {}
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_io_deephaven_proto_backplane_grpc_PartitionByRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_io_deephaven_proto_backplane_grpc_PartitionByRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_io_deephaven_proto_backplane_grpc_PartitionByResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_io_deephaven_proto_backplane_grpc_PartitionByResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_io_deephaven_proto_backplane_grpc_MergeRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_io_deephaven_proto_backplane_grpc_MergeRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_io_deephaven_proto_backplane_grpc_GetTableRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_io_deephaven_proto_backplane_grpc_GetTableRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_io_deephaven_proto_backplane_grpc_PartitionedTableDescriptor_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_io_deephaven_proto_backplane_grpc_PartitionedTableDescriptor_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&deephaven/proto/partitionedtable.proto" +
"\022!io.deephaven.proto.backplane.grpc\032\033dee" +
"phaven/proto/table.proto\032\034deephaven/prot" +
"o/ticket.proto\"\274\001\n\022PartitionByRequest\022;\n" +
"\010table_id\030\001 \001(\0132).io.deephaven.proto.bac" +
"kplane.grpc.Ticket\022<\n\tresult_id\030\002 \001(\0132)." +
"io.deephaven.proto.backplane.grpc.Ticket" +
"\022\030\n\020key_column_names\030\003 \003(\t\022\021\n\tdrop_keys\030" +
"\004 \001(\010\"\025\n\023PartitionByResponse\"\222\001\n\014MergeRe" +
"quest\022D\n\021partitioned_table\030\001 \001(\0132).io.de" +
"ephaven.proto.backplane.grpc.Ticket\022<\n\tr" +
"esult_id\030\002 \001(\0132).io.deephaven.proto.back" +
"plane.grpc.Ticket\"\332\001\n\017GetTableRequest\022D\n" +
"\021partitioned_table\030\001 \001(\0132).io.deephaven." +
"proto.backplane.grpc.Ticket\022C\n\020key_table" +
"_ticket\030\002 \001(\0132).io.deephaven.proto.backp" +
"lane.grpc.Ticket\022<\n\tresult_id\030\004 \001(\0132).io" +
".deephaven.proto.backplane.grpc.Ticket\"\272" +
"\001\n\032PartitionedTableDescriptor\022\030\n\020key_col" +
"umn_names\030\001 \003(\t\022\037\n\027constituent_column_na" +
"me\030\004 \001(\t\022\023\n\013unique_keys\030\002 \001(\010\022%\n\035constit" +
"uent_definition_schema\030\003 \001(\014\022%\n\035constitu" +
"ent_changes_permitted\030\005 \001(\0102\226\003\n\027Partitio" +
"nedTableService\022|\n\013PartitionBy\0225.io.deep" +
"haven.proto.backplane.grpc.PartitionByRe" +
"quest\0326.io.deephaven.proto.backplane.grp" +
"c.PartitionByResponse\022z\n\005Merge\022/.io.deep" +
"haven.proto.backplane.grpc.MergeRequest\032" +
"@.io.deephaven.proto.backplane.grpc.Expo" +
"rtedTableCreationResponse\022\200\001\n\010GetTable\0222" +
".io.deephaven.proto.backplane.grpc.GetTa" +
"bleRequest\[email protected]" +
"e.grpc.ExportedTableCreationResponseBLH\001" +
"P\001ZFgithub.com/deephaven/deephaven-core/" +
"go/internal/proto/partitionedtableb\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
io.deephaven.proto.backplane.grpc.Table.getDescriptor(),
io.deephaven.proto.backplane.grpc.TicketOuterClass.getDescriptor(),
});
internal_static_io_deephaven_proto_backplane_grpc_PartitionByRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_io_deephaven_proto_backplane_grpc_PartitionByRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_io_deephaven_proto_backplane_grpc_PartitionByRequest_descriptor,
new java.lang.String[] { "TableId", "ResultId", "KeyColumnNames", "DropKeys", });
internal_static_io_deephaven_proto_backplane_grpc_PartitionByResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_io_deephaven_proto_backplane_grpc_PartitionByResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_io_deephaven_proto_backplane_grpc_PartitionByResponse_descriptor,
new java.lang.String[] { });
internal_static_io_deephaven_proto_backplane_grpc_MergeRequest_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_io_deephaven_proto_backplane_grpc_MergeRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_io_deephaven_proto_backplane_grpc_MergeRequest_descriptor,
new java.lang.String[] { "PartitionedTable", "ResultId", });
internal_static_io_deephaven_proto_backplane_grpc_GetTableRequest_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_io_deephaven_proto_backplane_grpc_GetTableRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_io_deephaven_proto_backplane_grpc_GetTableRequest_descriptor,
new java.lang.String[] { "PartitionedTable", "KeyTableTicket", "ResultId", });
internal_static_io_deephaven_proto_backplane_grpc_PartitionedTableDescriptor_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_io_deephaven_proto_backplane_grpc_PartitionedTableDescriptor_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_io_deephaven_proto_backplane_grpc_PartitionedTableDescriptor_descriptor,
new java.lang.String[] { "KeyColumnNames", "ConstituentColumnName", "UniqueKeys", "ConstituentDefinitionSchema", "ConstituentChangesPermitted", });
io.deephaven.proto.backplane.grpc.Table.getDescriptor();
io.deephaven.proto.backplane.grpc.TicketOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}