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 UnsubActionOrBuilder extends
008    // @@protoc_insertion_point(interface_extends:checktypes.UnsubAction)
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.UserProperties userProps = 2;</code>
025   * @return Whether the userProps field is set.
026   */
027  boolean hasUserProps();
028  /**
029   * <code>.commontype.UserProperties userProps = 2;</code>
030   * @return The userProps.
031   */
032  com.baidu.bifromq.type.UserProperties getUserProps();
033  /**
034   * <code>.commontype.UserProperties userProps = 2;</code>
035   */
036  com.baidu.bifromq.type.UserPropertiesOrBuilder getUserPropsOrBuilder();
037}