001// Generated by the protocol buffer compiler. DO NOT EDIT! 002// source: mqtt_actions.proto 003 004// Protobuf Java Version: 3.25.5 005package com.baidu.bifromq.plugin.authprovider.type; 006 007public final class CheckTypesProto { 008 private CheckTypesProto() {} 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_checktypes_PubAction_descriptor; 020 static final 021 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 022 internal_static_checktypes_PubAction_fieldAccessorTable; 023 static final com.google.protobuf.Descriptors.Descriptor 024 internal_static_checktypes_SubAction_descriptor; 025 static final 026 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 027 internal_static_checktypes_SubAction_fieldAccessorTable; 028 static final com.google.protobuf.Descriptors.Descriptor 029 internal_static_checktypes_UnsubAction_descriptor; 030 static final 031 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 032 internal_static_checktypes_UnsubAction_fieldAccessorTable; 033 static final com.google.protobuf.Descriptors.Descriptor 034 internal_static_checktypes_MQTTAction_descriptor; 035 static final 036 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 037 internal_static_checktypes_MQTTAction_fieldAccessorTable; 038 static final com.google.protobuf.Descriptors.Descriptor 039 internal_static_checktypes_Granted_descriptor; 040 static final 041 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 042 internal_static_checktypes_Granted_fieldAccessorTable; 043 static final com.google.protobuf.Descriptors.Descriptor 044 internal_static_checktypes_Denied_descriptor; 045 static final 046 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 047 internal_static_checktypes_Denied_fieldAccessorTable; 048 static final com.google.protobuf.Descriptors.Descriptor 049 internal_static_checktypes_Error_descriptor; 050 static final 051 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 052 internal_static_checktypes_Error_fieldAccessorTable; 053 static final com.google.protobuf.Descriptors.Descriptor 054 internal_static_checktypes_CheckResult_descriptor; 055 static final 056 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 057 internal_static_checktypes_CheckResult_fieldAccessorTable; 058 059 public static com.google.protobuf.Descriptors.FileDescriptor 060 getDescriptor() { 061 return descriptor; 062 } 063 private static com.google.protobuf.Descriptors.FileDescriptor 064 descriptor; 065 static { 066 java.lang.String[] descriptorData = { 067 "\n\022mqtt_actions.proto\022\nchecktypes\032\037common" + 068 "type/UserProperties.proto\032\024commontype/Qo" + 069 "S.proto\"{\n\tPubAction\022\r\n\005topic\030\001 \001(\t\022\034\n\003q" + 070 "os\030\002 \001(\0162\017.commontype.QoS\022\022\n\nisRetained\030" + 071 "\003 \001(\010\022-\n\tuserProps\030\004 \001(\0132\032.commontype.Us" + 072 "erProperties\"m\n\tSubAction\022\023\n\013topicFilter" + 073 "\030\001 \001(\t\022\034\n\003qos\030\002 \001(\0162\017.commontype.QoS\022-\n\t" + 074 "userProps\030\005 \001(\0132\032.commontype.UserPropert" + 075 "ies\"Q\n\013UnsubAction\022\023\n\013topicFilter\030\001 \001(\t\022" + 076 "-\n\tuserProps\030\002 \001(\0132\032.commontype.UserProp" + 077 "erties\"\212\001\n\nMQTTAction\022$\n\003pub\030\001 \001(\0132\025.che" + 078 "cktypes.PubActionH\000\022$\n\003sub\030\002 \001(\0132\025.check" + 079 "types.SubActionH\000\022(\n\005unsub\030\003 \001(\0132\027.check" + 080 "types.UnsubActionH\000B\006\n\004Type\"8\n\007Granted\022-" + 081 "\n\tuserProps\030\001 \001(\0132\032.commontype.UserPrope" + 082 "rties\"W\n\006Denied\022\023\n\006reason\030\001 \001(\tH\000\210\001\001\022-\n\t" + 083 "userProps\030\002 \001(\0132\032.commontype.UserPropert" + 084 "iesB\t\n\007_reason\"V\n\005Error\022\023\n\006reason\030\001 \001(\tH" + 085 "\000\210\001\001\022-\n\tuserProps\030\002 \001(\0132\032.commontype.Use" + 086 "rPropertiesB\t\n\007_reason\"\207\001\n\013CheckResult\022&" + 087 "\n\007granted\030\001 \001(\0132\023.checktypes.GrantedH\000\022$" + 088 "\n\006denied\030\002 \001(\0132\022.checktypes.DeniedH\000\022\"\n\005" + 089 "error\030\003 \001(\0132\021.checktypes.ErrorH\000B\006\n\004Type" + 090 "BA\n*com.baidu.bifromq.plugin.authprovide" + 091 "r.typeB\017CheckTypesProtoH\001P\001b\006proto3" 092 }; 093 descriptor = com.google.protobuf.Descriptors.FileDescriptor 094 .internalBuildGeneratedFileFrom(descriptorData, 095 new com.google.protobuf.Descriptors.FileDescriptor[] { 096 com.baidu.bifromq.type.UserPropertiesProtos.getDescriptor(), 097 com.baidu.bifromq.type.QoSProto.getDescriptor(), 098 }); 099 internal_static_checktypes_PubAction_descriptor = 100 getDescriptor().getMessageTypes().get(0); 101 internal_static_checktypes_PubAction_fieldAccessorTable = new 102 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 103 internal_static_checktypes_PubAction_descriptor, 104 new java.lang.String[] { "Topic", "Qos", "IsRetained", "UserProps", }); 105 internal_static_checktypes_SubAction_descriptor = 106 getDescriptor().getMessageTypes().get(1); 107 internal_static_checktypes_SubAction_fieldAccessorTable = new 108 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 109 internal_static_checktypes_SubAction_descriptor, 110 new java.lang.String[] { "TopicFilter", "Qos", "UserProps", }); 111 internal_static_checktypes_UnsubAction_descriptor = 112 getDescriptor().getMessageTypes().get(2); 113 internal_static_checktypes_UnsubAction_fieldAccessorTable = new 114 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 115 internal_static_checktypes_UnsubAction_descriptor, 116 new java.lang.String[] { "TopicFilter", "UserProps", }); 117 internal_static_checktypes_MQTTAction_descriptor = 118 getDescriptor().getMessageTypes().get(3); 119 internal_static_checktypes_MQTTAction_fieldAccessorTable = new 120 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 121 internal_static_checktypes_MQTTAction_descriptor, 122 new java.lang.String[] { "Pub", "Sub", "Unsub", "Type", }); 123 internal_static_checktypes_Granted_descriptor = 124 getDescriptor().getMessageTypes().get(4); 125 internal_static_checktypes_Granted_fieldAccessorTable = new 126 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 127 internal_static_checktypes_Granted_descriptor, 128 new java.lang.String[] { "UserProps", }); 129 internal_static_checktypes_Denied_descriptor = 130 getDescriptor().getMessageTypes().get(5); 131 internal_static_checktypes_Denied_fieldAccessorTable = new 132 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 133 internal_static_checktypes_Denied_descriptor, 134 new java.lang.String[] { "Reason", "UserProps", }); 135 internal_static_checktypes_Error_descriptor = 136 getDescriptor().getMessageTypes().get(6); 137 internal_static_checktypes_Error_fieldAccessorTable = new 138 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 139 internal_static_checktypes_Error_descriptor, 140 new java.lang.String[] { "Reason", "UserProps", }); 141 internal_static_checktypes_CheckResult_descriptor = 142 getDescriptor().getMessageTypes().get(7); 143 internal_static_checktypes_CheckResult_fieldAccessorTable = new 144 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 145 internal_static_checktypes_CheckResult_descriptor, 146 new java.lang.String[] { "Granted", "Denied", "Error", "Type", }); 147 com.baidu.bifromq.type.UserPropertiesProtos.getDescriptor(); 148 com.baidu.bifromq.type.QoSProto.getDescriptor(); 149 } 150 151 // @@protoc_insertion_point(outer_class_scope) 152}