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 UnsubActionOrBuilder extends
007    // @@protoc_insertion_point(interface_extends:checktypes.UnsubAction)
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}