001// Generated by the protocol buffer compiler.  DO NOT EDIT!
002// source: mqtt3_auth_types.proto
003
004package com.baidu.bifromq.plugin.authprovider.type;
005
006public final class MQTT3AuthTypesProto {
007  private MQTT3AuthTypesProto() {}
008  public static void registerAllExtensions(
009      com.google.protobuf.ExtensionRegistryLite registry) {
010  }
011
012  public static void registerAllExtensions(
013      com.google.protobuf.ExtensionRegistry registry) {
014    registerAllExtensions(
015        (com.google.protobuf.ExtensionRegistryLite) registry);
016  }
017  static final com.google.protobuf.Descriptors.Descriptor
018    internal_static_mqtt3authtypes_MQTT3AuthData_descriptor;
019  static final 
020    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
021      internal_static_mqtt3authtypes_MQTT3AuthData_fieldAccessorTable;
022  static final com.google.protobuf.Descriptors.Descriptor
023    internal_static_mqtt3authtypes_Ok_descriptor;
024  static final 
025    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
026      internal_static_mqtt3authtypes_Ok_fieldAccessorTable;
027  static final com.google.protobuf.Descriptors.Descriptor
028    internal_static_mqtt3authtypes_Reject_descriptor;
029  static final 
030    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
031      internal_static_mqtt3authtypes_Reject_fieldAccessorTable;
032  static final com.google.protobuf.Descriptors.Descriptor
033    internal_static_mqtt3authtypes_MQTT3AuthResult_descriptor;
034  static final 
035    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
036      internal_static_mqtt3authtypes_MQTT3AuthResult_fieldAccessorTable;
037
038  public static com.google.protobuf.Descriptors.FileDescriptor
039      getDescriptor() {
040    return descriptor;
041  }
042  private static  com.google.protobuf.Descriptors.FileDescriptor
043      descriptor;
044  static {
045    java.lang.String[] descriptorData = {
046      "\n\026mqtt3_auth_types.proto\022\016mqtt3authtypes" +
047      "\"\344\001\n\rMQTT3AuthData\022\020\n\010isMQIsdp\030\001 \001(\010\022\025\n\010" +
048      "username\030\002 \001(\tH\000\210\001\001\022\025\n\010password\030\003 \001(\014H\001\210" +
049      "\001\001\022\021\n\004cert\030\004 \001(\014H\002\210\001\001\022\025\n\010clientId\030\005 \001(\tH" +
050      "\003\210\001\001\022\022\n\nremoteAddr\030\006 \001(\t\022\022\n\nremotePort\030\007" +
051      " \001(\r\022\021\n\tchannelId\030\010 \001(\tB\013\n\t_usernameB\013\n\t" +
052      "_passwordB\007\n\005_certB\013\n\t_clientId\"&\n\002Ok\022\020\n" +
053      "\010tenantId\030\001 \001(\t\022\016\n\006userId\030\002 \001(\t\"\206\001\n\006Reje" +
054      "ct\022)\n\004code\030\001 \001(\0162\033.mqtt3authtypes.Reject" +
055      ".Code\022\023\n\006reason\030\002 \001(\tH\000\210\001\001\"1\n\004Code\022\013\n\007Ba" +
056      "dPass\020\000\022\021\n\rNotAuthorized\020\001\022\t\n\005Error\020\002B\t\n" +
057      "\007_reason\"e\n\017MQTT3AuthResult\022 \n\002ok\030\001 \001(\0132" +
058      "\022.mqtt3authtypes.OkH\000\022(\n\006reject\030\002 \001(\0132\026." +
059      "mqtt3authtypes.RejectH\000B\006\n\004TypeBE\n*com.b" +
060      "aidu.bifromq.plugin.authprovider.typeB\023M" +
061      "QTT3AuthTypesProtoH\001P\001b\006proto3"
062    };
063    descriptor = com.google.protobuf.Descriptors.FileDescriptor
064      .internalBuildGeneratedFileFrom(descriptorData,
065        new com.google.protobuf.Descriptors.FileDescriptor[] {
066        });
067    internal_static_mqtt3authtypes_MQTT3AuthData_descriptor =
068      getDescriptor().getMessageTypes().get(0);
069    internal_static_mqtt3authtypes_MQTT3AuthData_fieldAccessorTable = new
070      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
071        internal_static_mqtt3authtypes_MQTT3AuthData_descriptor,
072        new java.lang.String[] { "IsMQIsdp", "Username", "Password", "Cert", "ClientId", "RemoteAddr", "RemotePort", "ChannelId", "Username", "Password", "Cert", "ClientId", });
073    internal_static_mqtt3authtypes_Ok_descriptor =
074      getDescriptor().getMessageTypes().get(1);
075    internal_static_mqtt3authtypes_Ok_fieldAccessorTable = new
076      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
077        internal_static_mqtt3authtypes_Ok_descriptor,
078        new java.lang.String[] { "TenantId", "UserId", });
079    internal_static_mqtt3authtypes_Reject_descriptor =
080      getDescriptor().getMessageTypes().get(2);
081    internal_static_mqtt3authtypes_Reject_fieldAccessorTable = new
082      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
083        internal_static_mqtt3authtypes_Reject_descriptor,
084        new java.lang.String[] { "Code", "Reason", "Reason", });
085    internal_static_mqtt3authtypes_MQTT3AuthResult_descriptor =
086      getDescriptor().getMessageTypes().get(3);
087    internal_static_mqtt3authtypes_MQTT3AuthResult_fieldAccessorTable = new
088      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
089        internal_static_mqtt3authtypes_MQTT3AuthResult_descriptor,
090        new java.lang.String[] { "Ok", "Reject", "Type", });
091  }
092
093  // @@protoc_insertion_point(outer_class_scope)
094}