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

com.dimajix.flowman.kernel.proto.relation.RelationProto Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: relation.proto

package com.dimajix.flowman.kernel.proto.relation;

public final class RelationProto {
  private RelationProto() {}
  public static void registerAllExtensions(
      com.dimajix.shaded.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.dimajix.shaded.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.dimajix.shaded.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_RelationDetails_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_RelationDetails_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_ListRelationsRequest_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_ListRelationsRequest_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_GetRelationRequest_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_GetRelationRequest_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_GetRelationResponse_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_GetRelationResponse_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_PartitionEntry_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_PartitionEntry_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationResponse_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationResponse_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_PartitionEntry_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_PartitionEntry_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationResponse_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_ReadRelationResponse_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_PartitionEntry_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_PartitionEntry_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationResponse_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationResponse_fieldAccessorTable;

  public static com.dimajix.shaded.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.dimajix.shaded.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\016relation.proto\022#com.dimajix.flowman.ke" +
      "rnel.relation\032\014common.proto\032\017dataframe.p" +
      "roto\"\205\004\n\017RelationDetails\022\024\n\007project\030\001 \001(" +
      "\tH\000\210\001\001\022\014\n\004name\030\002 \001(\t\022\014\n\004kind\030\003 \001(\t\022H\n\020re" +
      "quiredByCreate\030\006 \003(\0132..com.dimajix.flowm" +
      "an.kernel.ResourceIdentifier\022G\n\017required" +
      "ByWrite\030\007 \003(\0132..com.dimajix.flowman.kern" +
      "el.ResourceIdentifier\022F\n\016requiredByRead\030" +
      "\010 \003(\0132..com.dimajix.flowman.kernel.Resou" +
      "rceIdentifier\022H\n\020providedByCreate\030\t \003(\0132" +
      "..com.dimajix.flowman.kernel.ResourceIde" +
      "ntifier\022G\n\017providedByWrite\030\n \003(\0132..com.d" +
      "imajix.flowman.kernel.ResourceIdentifier" +
      "\022F\n\016providedByRead\030\013 \003(\0132..com.dimajix.f" +
      "lowman.kernel.ResourceIdentifierB\n\n\010_pro" +
      "ject\"K\n\024ListRelationsRequest\022\021\n\tsessionI" +
      "d\030\001 \001(\t\022\024\n\007project\030\002 \001(\tH\000\210\001\001B\n\n\010_projec" +
      "t\"Z\n\025ListRelationsResponse\022A\n\trelations\030" +
      "\002 \003(\0132..com.dimajix.flowman.kernel.Relat" +
      "ionIdentifier\"i\n\022GetRelationRequest\022\021\n\ts" +
      "essionId\030\001 \001(\t\022@\n\010relation\030\002 \001(\0132..com.d" +
      "imajix.flowman.kernel.RelationIdentifier" +
      "\"]\n\023GetRelationResponse\022F\n\010relation\030\002 \001(" +
      "\01324.com.dimajix.flowman.kernel.relation." +
      "RelationDetails\"\354\002\n\026ExecuteRelationReque" +
      "st\022\021\n\tsessionId\030\001 \001(\t\022A\n\trelations\030\002 \003(\013" +
      "2..com.dimajix.flowman.kernel.RelationId" +
      "entifier\0229\n\005phase\030\003 \001(\0162*.com.dimajix.fl" +
      "owman.kernel.ExecutionPhase\022]\n\tpartition" +
      "\030\004 \003(\0132J.com.dimajix.flowman.kernel.rela" +
      "tion.ExecuteRelationRequest.PartitionEnt" +
      "ry\022\r\n\005force\030\005 \001(\010\022\021\n\tkeepGoing\030\006 \001(\010\022\016\n\006" +
      "dryRun\030\007 \001(\010\0320\n\016PartitionEntry\022\013\n\003key\030\001 " +
      "\001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"V\n\027ExecuteRelatio" +
      "nResponse\022;\n\006status\030\001 \001(\0162+.com.dimajix." +
      "flowman.kernel.ExecutionStatus\"\232\002\n\023ReadR" +
      "elationRequest\022\021\n\tsessionId\030\001 \001(\t\022@\n\010rel" +
      "ation\030\002 \001(\0132..com.dimajix.flowman.kernel" +
      ".RelationIdentifier\022\017\n\007maxRows\030\003 \001(\005\022Z\n\t" +
      "partition\030\004 \003(\0132G.com.dimajix.flowman.ke" +
      "rnel.relation.ReadRelationRequest.Partit" +
      "ionEntry\022\017\n\007columns\030\005 \003(\t\0320\n\016PartitionEn" +
      "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"K\n\024R" +
      "eadRelationResponse\0223\n\004data\030\001 \001(\0132%.com." +
      "dimajix.flowman.kernel.DataFrame\"\222\002\n\027Des" +
      "cribeRelationRequest\022\021\n\tsessionId\030\001 \001(\t\022" +
      "@\n\010relation\030\002 \001(\0132..com.dimajix.flowman." +
      "kernel.RelationIdentifier\022^\n\tpartition\030\003" +
      " \003(\0132K.com.dimajix.flowman.kernel.relati" +
      "on.DescribeRelationRequest.PartitionEntr" +
      "y\022\020\n\010useSpark\030\004 \001(\010\0320\n\016PartitionEntry\022\013\n" +
      "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"R\n\030Describ" +
      "eRelationResponse\0226\n\006schema\030\001 \001(\0132&.com." +
      "dimajix.flowman.kernel.StructTypeB<\n)com" +
      ".dimajix.flowman.kernel.proto.relationB\r" +
      "RelationProtoP\001b\006proto3"
    };
    descriptor = com.dimajix.shaded.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.dimajix.flowman.kernel.proto.CommonProto.getDescriptor(),
          com.dimajix.flowman.kernel.proto.DataFrameProto.getDescriptor(),
        });
    internal_static_com_dimajix_flowman_kernel_relation_RelationDetails_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_dimajix_flowman_kernel_relation_RelationDetails_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_RelationDetails_descriptor,
        new java.lang.String[] { "Project", "Name", "Kind", "RequiredByCreate", "RequiredByWrite", "RequiredByRead", "ProvidedByCreate", "ProvidedByWrite", "ProvidedByRead", "Project", });
    internal_static_com_dimajix_flowman_kernel_relation_ListRelationsRequest_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_com_dimajix_flowman_kernel_relation_ListRelationsRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_ListRelationsRequest_descriptor,
        new java.lang.String[] { "SessionId", "Project", "Project", });
    internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_descriptor,
        new java.lang.String[] { "Relations", });
    internal_static_com_dimajix_flowman_kernel_relation_GetRelationRequest_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_com_dimajix_flowman_kernel_relation_GetRelationRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_GetRelationRequest_descriptor,
        new java.lang.String[] { "SessionId", "Relation", });
    internal_static_com_dimajix_flowman_kernel_relation_GetRelationResponse_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_com_dimajix_flowman_kernel_relation_GetRelationResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_GetRelationResponse_descriptor,
        new java.lang.String[] { "Relation", });
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_descriptor,
        new java.lang.String[] { "SessionId", "Relations", "Phase", "Partition", "Force", "KeepGoing", "DryRun", });
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_PartitionEntry_descriptor =
      internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_descriptor.getNestedTypes().get(0);
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_PartitionEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationRequest_PartitionEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationResponse_descriptor =
      getDescriptor().getMessageTypes().get(6);
    internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_ExecuteRelationResponse_descriptor,
        new java.lang.String[] { "Status", });
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_descriptor =
      getDescriptor().getMessageTypes().get(7);
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_descriptor,
        new java.lang.String[] { "SessionId", "Relation", "MaxRows", "Partition", "Columns", });
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_PartitionEntry_descriptor =
      internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_descriptor.getNestedTypes().get(0);
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_PartitionEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_ReadRelationRequest_PartitionEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationResponse_descriptor =
      getDescriptor().getMessageTypes().get(8);
    internal_static_com_dimajix_flowman_kernel_relation_ReadRelationResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_ReadRelationResponse_descriptor,
        new java.lang.String[] { "Data", });
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_descriptor =
      getDescriptor().getMessageTypes().get(9);
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_descriptor,
        new java.lang.String[] { "SessionId", "Relation", "Partition", "UseSpark", });
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_PartitionEntry_descriptor =
      internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_descriptor.getNestedTypes().get(0);
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_PartitionEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationRequest_PartitionEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationResponse_descriptor =
      getDescriptor().getMessageTypes().get(10);
    internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_relation_DescribeRelationResponse_descriptor,
        new java.lang.String[] { "Schema", });
    com.dimajix.flowman.kernel.proto.CommonProto.getDescriptor();
    com.dimajix.flowman.kernel.proto.DataFrameProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy