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 interface SubActionOrBuilder extends 007 // @@protoc_insertion_point(interface_extends:checktypes.SubAction) 008 com.google.protobuf.MessageOrBuilder { 009 010 /** 011 * <code>string topicFilter = 1;</code> 012 * @return The topicFilter. 013 */ 014 java.lang.String getTopicFilter(); 015 /** 016 * <code>string topicFilter = 1;</code> 017 * @return The bytes for topicFilter. 018 */ 019 com.google.protobuf.ByteString 020 getTopicFilterBytes(); 021 022 /** 023 * <code>.commontype.QoS qos = 2;</code> 024 * @return The enum numeric value on the wire for qos. 025 */ 026 int getQosValue(); 027 /** 028 * <code>.commontype.QoS qos = 2;</code> 029 * @return The qos. 030 */ 031 com.baidu.bifromq.type.QoS getQos(); 032}