DriverService.java 6.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
/*
 * Copyright (c) 2022 bitlap
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 * this software and associated documentation files (the "Software"), to deal in
 * the Software without restriction, including without limitation the rights to
 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
 * the Software, and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: schema2.proto

package org.bitlap.tools.test.proto;

public final class DriverService {
  private DriverService() {}
  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_BOpenSession_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_BOpenSession_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_BOpenSession_BOpenSessionReq_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_BOpenSession_BOpenSessionReq_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_BOpenSession_BOpenSessionReq_ConfigurationEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_BOpenSession_BOpenSessionReq_ConfigurationEntry_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_BOpenSession_BOpenSessionResp_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_BOpenSession_BOpenSessionResp_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_BOpenSession_BOpenSessionResp_ConfigurationEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_BOpenSession_BOpenSessionResp_ConfigurationEntry_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    String[] descriptorData = {
      "\n\rschema2.proto\"\202\003\n\014BOpenSession\032\264\001\n\017BOp" +
      "enSessionReq\022\020\n\010username\030\001 \001(\t\022\020\n\010passwo" +
      "rd\030\002 \001(\t\022G\n\rconfiguration\030\003 \003(\01320.BOpenS" +
      "ession.BOpenSessionReq.ConfigurationEntr" +
      "y\0324\n\022ConfigurationEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005" +
      "value\030\002 \001(\t:\0028\001\032\272\001\n\020BOpenSessionResp\022\016\n\006" +
      "status\030\001 \001(\t\022H\n\rconfiguration\030\002 \003(\01321.BO" +
      "penSession.BOpenSessionResp.Configuratio" +
      "nEntry\022\026\n\016session_handle\030\003 \001(\t\0324\n\022Config" +
      "urationEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t" +
      ":\0028\001B.\n\033org.bitlap.tools.test.protoB\rDri" +
      "verServiceP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_BOpenSession_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_BOpenSession_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_BOpenSession_descriptor,
        new String[] { });
    internal_static_BOpenSession_BOpenSessionReq_descriptor =
      internal_static_BOpenSession_descriptor.getNestedTypes().get(0);
    internal_static_BOpenSession_BOpenSessionReq_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_BOpenSession_BOpenSessionReq_descriptor,
        new String[] { "Username", "Password", "Configuration", });
    internal_static_BOpenSession_BOpenSessionReq_ConfigurationEntry_descriptor =
      internal_static_BOpenSession_BOpenSessionReq_descriptor.getNestedTypes().get(0);
    internal_static_BOpenSession_BOpenSessionReq_ConfigurationEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_BOpenSession_BOpenSessionReq_ConfigurationEntry_descriptor,
        new String[] { "Key", "Value", });
    internal_static_BOpenSession_BOpenSessionResp_descriptor =
      internal_static_BOpenSession_descriptor.getNestedTypes().get(1);
    internal_static_BOpenSession_BOpenSessionResp_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_BOpenSession_BOpenSessionResp_descriptor,
        new String[] { "Status", "Configuration", "SessionHandle", });
    internal_static_BOpenSession_BOpenSessionResp_ConfigurationEntry_descriptor =
      internal_static_BOpenSession_BOpenSessionResp_descriptor.getNestedTypes().get(0);
    internal_static_BOpenSession_BOpenSessionResp_ConfigurationEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_BOpenSession_BOpenSessionResp_ConfigurationEntry_descriptor,
        new String[] { "Key", "Value", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}