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