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

nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanProto Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler.  DO NOT EDIT!
// source: google/spanner/v1/query_plan.proto

package nl.topicus.jdbc.shaded.com.google.spanner.v1;

public final class QueryPlanProto {
  private QueryPlanProto() {}
  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_PlanNode_descriptor;
  static final 
    nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_spanner_v1_PlanNode_fieldAccessorTable;
  static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
    internal_static_google_spanner_v1_PlanNode_ChildLink_descriptor;
  static final 
    nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_spanner_v1_PlanNode_ChildLink_fieldAccessorTable;
  static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
    internal_static_google_spanner_v1_PlanNode_ShortRepresentation_descriptor;
  static final 
    nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_spanner_v1_PlanNode_ShortRepresentation_fieldAccessorTable;
  static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
    internal_static_google_spanner_v1_PlanNode_ShortRepresentation_SubqueriesEntry_descriptor;
  static final 
    nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_spanner_v1_PlanNode_ShortRepresentation_SubqueriesEntry_fieldAccessorTable;
  static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor
    internal_static_google_spanner_v1_QueryPlan_descriptor;
  static final 
    nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_spanner_v1_QueryPlan_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/query_plan.proto\022\021go" +
      "ogle.spanner.v1\032\034google/api/annotations." +
      "proto\032\034google/protobuf/struct.proto\"\370\004\n\010" +
      "PlanNode\022\r\n\005index\030\001 \001(\005\022.\n\004kind\030\002 \001(\0162 ." +
      "google.spanner.v1.PlanNode.Kind\022\024\n\014displ" +
      "ay_name\030\003 \001(\t\022:\n\013child_links\030\004 \003(\0132%.goo" +
      "gle.spanner.v1.PlanNode.ChildLink\022M\n\024sho" +
      "rt_representation\030\005 \001(\0132/.google.spanner" +
      ".v1.PlanNode.ShortRepresentation\022)\n\010meta" +
      "data\030\006 \001(\0132\027.google.protobuf.Struct\0220\n\017e",
      "xecution_stats\030\007 \001(\0132\027.google.protobuf.S" +
      "truct\032@\n\tChildLink\022\023\n\013child_index\030\001 \001(\005\022" +
      "\014\n\004type\030\002 \001(\t\022\020\n\010variable\030\003 \001(\t\032\262\001\n\023Shor" +
      "tRepresentation\022\023\n\013description\030\001 \001(\t\022S\n\n" +
      "subqueries\030\002 \003(\0132?.google.spanner.v1.Pla" +
      "nNode.ShortRepresentation.SubqueriesEntr" +
      "y\0321\n\017SubqueriesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" +
      "ue\030\002 \001(\005:\0028\001\"8\n\004Kind\022\024\n\020KIND_UNSPECIFIED" +
      "\020\000\022\016\n\nRELATIONAL\020\001\022\n\n\006SCALAR\020\002\"<\n\tQueryP" +
      "lan\022/\n\nplan_nodes\030\001 \003(\0132\033.google.spanner",
      ".v1.PlanNodeB}\n\025com.google.spanner.v1B\016Q" +
      "ueryPlanProtoP\001Z8google.golang.nl.topicus.jdbc.shaded.org.genpr" +
      "oto/googleapis/spanner/v1;spanner\252\002\027Goog" +
      "le.Cloud.Spanner.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(),
        }, assigner);
    internal_static_google_spanner_v1_PlanNode_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_spanner_v1_PlanNode_fieldAccessorTable = new
      nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_spanner_v1_PlanNode_descriptor,
        new java.lang.String[] { "Index", "Kind", "DisplayName", "ChildLinks", "ShortRepresentation", "Metadata", "ExecutionStats", });
    internal_static_google_spanner_v1_PlanNode_ChildLink_descriptor =
      internal_static_google_spanner_v1_PlanNode_descriptor.getNestedTypes().get(0);
    internal_static_google_spanner_v1_PlanNode_ChildLink_fieldAccessorTable = new
      nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_spanner_v1_PlanNode_ChildLink_descriptor,
        new java.lang.String[] { "ChildIndex", "Type", "Variable", });
    internal_static_google_spanner_v1_PlanNode_ShortRepresentation_descriptor =
      internal_static_google_spanner_v1_PlanNode_descriptor.getNestedTypes().get(1);
    internal_static_google_spanner_v1_PlanNode_ShortRepresentation_fieldAccessorTable = new
      nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_spanner_v1_PlanNode_ShortRepresentation_descriptor,
        new java.lang.String[] { "Description", "Subqueries", });
    internal_static_google_spanner_v1_PlanNode_ShortRepresentation_SubqueriesEntry_descriptor =
      internal_static_google_spanner_v1_PlanNode_ShortRepresentation_descriptor.getNestedTypes().get(0);
    internal_static_google_spanner_v1_PlanNode_ShortRepresentation_SubqueriesEntry_fieldAccessorTable = new
      nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_spanner_v1_PlanNode_ShortRepresentation_SubqueriesEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_google_spanner_v1_QueryPlan_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_spanner_v1_QueryPlan_fieldAccessorTable = new
      nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_spanner_v1_QueryPlan_descriptor,
        new java.lang.String[] { "PlanNodes", });
    nl.topicus.jdbc.shaded.com.google.api.AnnotationsProto.getDescriptor();
    nl.topicus.jdbc.shaded.com.google.protobuf.StructProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy