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 interface SubActionOrBuilder extends 008 // @@protoc_insertion_point(interface_extends:checktypes.SubAction) 009 com.google.protobuf.MessageOrBuilder { 010 011 /** 012 * <code>string topicFilter = 1;</code> 013 * @return The topicFilter. 014 */ 015 java.lang.String getTopicFilter(); 016 /** 017 * <code>string topicFilter = 1;</code> 018 * @return The bytes for topicFilter. 019 */ 020 com.google.protobuf.ByteString 021 getTopicFilterBytes(); 022 023 /** 024 * <code>.commontype.QoS qos = 2;</code> 025 * @return The enum numeric value on the wire for qos. 026 */ 027 int getQosValue(); 028 /** 029 * <code>.commontype.QoS qos = 2;</code> 030 * @return The qos. 031 */ 032 com.baidu.bifromq.type.QoS getQos(); 033 034 /** 035 * <code>.commontype.UserProperties userProps = 5;</code> 036 * @return Whether the userProps field is set. 037 */ 038 boolean hasUserProps(); 039 /** 040 * <code>.commontype.UserProperties userProps = 5;</code> 041 * @return The userProps. 042 */ 043 com.baidu.bifromq.type.UserProperties getUserProps(); 044 /** 045 * <code>.commontype.UserProperties userProps = 5;</code> 046 */ 047 com.baidu.bifromq.type.UserPropertiesOrBuilder getUserPropsOrBuilder(); 048}