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

cz.proto.ManifestProto Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: manifest.proto

package cz.proto;

public final class ManifestProto {
  private ManifestProto() {}
  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_cz_proto_Manifest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_cz_proto_Manifest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_cz_proto_ManifestLayout_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_cz_proto_ManifestLayout_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\016manifest.proto\022\010cz.proto\032\020expression.p" +
      "roto\032\024file_meta_data.proto\032\022table_common" +
      ".proto\032\020statistics.proto\032\030virtual_value_" +
      "info.proto\"\233\005\n\010Manifest\022\027\n\017cluster_spec_" +
      "id\030\007 \001(\r\022\032\n\022sort_order_spec_id\030\010 \001(\r\022\033\n\023" +
      "primary_key_spec_id\030\t \001(\r\022\"\n\005stats\030\n \001(\013" +
      "2\023.cz.proto.StatsData\022\035\n\020base_snapshot_i" +
      "d\030\016 \001(\003H\000\210\001\001\022C\n\021concurrency_level\030\025 \001(\0162" +
      "#.cz.proto.Manifest.ConcurrencyLevelH\001\210\001" +
      "\001\0220\n\020added_data_files\030\017 \003(\0132\026.cz.proto.F" +
      "ileMetaData\0222\n\022deleted_data_files\030\021 \003(\0132" +
      "\026.cz.proto.FileMetaData\0221\n\021added_delta_f" +
      "iles\030\022 \003(\0132\026.cz.proto.FileMetaData\0223\n\023de" +
      "leted_delta_files\030\023 \003(\0132\026.cz.proto.FileM" +
      "etaData\0225\n\021deleted_partition\030\005 \003(\0132\032.cz." +
      "proto.VirtualValueInfo\022)\n\rsource_tables\030" +
      "\024 \003(\0132\022.cz.proto.MVSource\0221\n\rstream_tabl" +
      "es\030\026 \003(\0132\032.cz.proto.TableStreamState\"\'\n\020" +
      "ConcurrencyLevel\022\010\n\004FILE\020\000\022\t\n\005TABLE\020\001B\023\n" +
      "\021_base_snapshot_idB\024\n\022_concurrency_level" +
      "\"}\n\016ManifestLayout\022.\n\nvalue_info\030\001 \003(\0132\032" +
      ".cz.proto.VirtualValueInfo\022\"\n\005stats\030\002 \003(" +
      "\0132\023.cz.proto.StatsData\022\027\n\017data_source_id" +
      "s\030\003 \003(\003*#\n\014ManifestType\022\010\n\004DATA\020\000\022\t\n\005DEL" +
      "TA\020\001B\021B\rManifestProtoP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          cz.proto.Expression.getDescriptor(),
          cz.proto.FileMetaDataProto.getDescriptor(),
          cz.proto.TableCommon.getDescriptor(),
          cz.proto.Statistics.getDescriptor(),
          cz.proto.VirtualValueInfoOuterClass.getDescriptor(),
        });
    internal_static_cz_proto_Manifest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_cz_proto_Manifest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_cz_proto_Manifest_descriptor,
        new java.lang.String[] { "ClusterSpecId", "SortOrderSpecId", "PrimaryKeySpecId", "Stats", "BaseSnapshotId", "ConcurrencyLevel", "AddedDataFiles", "DeletedDataFiles", "AddedDeltaFiles", "DeletedDeltaFiles", "DeletedPartition", "SourceTables", "StreamTables", "BaseSnapshotId", "ConcurrencyLevel", });
    internal_static_cz_proto_ManifestLayout_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_cz_proto_ManifestLayout_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_cz_proto_ManifestLayout_descriptor,
        new java.lang.String[] { "ValueInfo", "Stats", "DataSourceIds", });
    cz.proto.Expression.getDescriptor();
    cz.proto.FileMetaDataProto.getDescriptor();
    cz.proto.TableCommon.getDescriptor();
    cz.proto.Statistics.getDescriptor();
    cz.proto.VirtualValueInfoOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy