001// Generated by the protocol buffer compiler. DO NOT EDIT! 002// source: mqtt_actions.proto 003 004package com.baidu.bifromq.plugin.authprovider.type; 005 006public final class CheckTypesProto { 007 private CheckTypesProto() {} 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_checktypes_PubAction_descriptor; 019 static final 020 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 021 internal_static_checktypes_PubAction_fieldAccessorTable; 022 static final com.google.protobuf.Descriptors.Descriptor 023 internal_static_checktypes_SubAction_descriptor; 024 static final 025 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 026 internal_static_checktypes_SubAction_fieldAccessorTable; 027 static final com.google.protobuf.Descriptors.Descriptor 028 internal_static_checktypes_UnsubAction_descriptor; 029 static final 030 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 031 internal_static_checktypes_UnsubAction_fieldAccessorTable; 032 static final com.google.protobuf.Descriptors.Descriptor 033 internal_static_checktypes_MQTTAction_descriptor; 034 static final 035 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 036 internal_static_checktypes_MQTTAction_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\022mqtt_actions.proto\022\nchecktypes\032\024common" + 047 "type/QoS.proto\"L\n\tPubAction\022\r\n\005topic\030\001 \001" + 048 "(\t\022\034\n\003qos\030\002 \001(\0162\017.commontype.QoS\022\022\n\nisRe" + 049 "tained\030\003 \001(\010\">\n\tSubAction\022\023\n\013topicFilter" + 050 "\030\001 \001(\t\022\034\n\003qos\030\002 \001(\0162\017.commontype.QoS\"\"\n\013" + 051 "UnsubAction\022\023\n\013topicFilter\030\001 \001(\t\"\212\001\n\nMQT" + 052 "TAction\022$\n\003pub\030\001 \001(\0132\025.checktypes.PubAct" + 053 "ionH\000\022$\n\003sub\030\002 \001(\0132\025.checktypes.SubActio" + 054 "nH\000\022(\n\005unsub\030\003 \001(\0132\027.checktypes.UnsubAct" + 055 "ionH\000B\006\n\004TypeBA\n*com.baidu.bifromq.plugi" + 056 "n.authprovider.typeB\017CheckTypesProtoH\001P\001" + 057 "b\006proto3" 058 }; 059 descriptor = com.google.protobuf.Descriptors.FileDescriptor 060 .internalBuildGeneratedFileFrom(descriptorData, 061 new com.google.protobuf.Descriptors.FileDescriptor[] { 062 com.baidu.bifromq.type.QoSProto.getDescriptor(), 063 }); 064 internal_static_checktypes_PubAction_descriptor = 065 getDescriptor().getMessageTypes().get(0); 066 internal_static_checktypes_PubAction_fieldAccessorTable = new 067 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 068 internal_static_checktypes_PubAction_descriptor, 069 new java.lang.String[] { "Topic", "Qos", "IsRetained", }); 070 internal_static_checktypes_SubAction_descriptor = 071 getDescriptor().getMessageTypes().get(1); 072 internal_static_checktypes_SubAction_fieldAccessorTable = new 073 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 074 internal_static_checktypes_SubAction_descriptor, 075 new java.lang.String[] { "TopicFilter", "Qos", }); 076 internal_static_checktypes_UnsubAction_descriptor = 077 getDescriptor().getMessageTypes().get(2); 078 internal_static_checktypes_UnsubAction_fieldAccessorTable = new 079 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 080 internal_static_checktypes_UnsubAction_descriptor, 081 new java.lang.String[] { "TopicFilter", }); 082 internal_static_checktypes_MQTTAction_descriptor = 083 getDescriptor().getMessageTypes().get(3); 084 internal_static_checktypes_MQTTAction_fieldAccessorTable = new 085 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 086 internal_static_checktypes_MQTTAction_descriptor, 087 new java.lang.String[] { "Pub", "Sub", "Unsub", "Type", }); 088 com.baidu.bifromq.type.QoSProto.getDescriptor(); 089 } 090 091 // @@protoc_insertion_point(outer_class_scope) 092}