001// Generated by the protocol buffer compiler.  DO NOT EDIT!
002// source: mqtt3_auth_types.proto
003
004package com.baidu.bifromq.plugin.authprovider.type;
005
006public interface MQTT3AuthResultOrBuilder extends
007    // @@protoc_insertion_point(interface_extends:mqtt3authtypes.MQTT3AuthResult)
008    com.google.protobuf.MessageOrBuilder {
009
010  /**
011   * <code>.mqtt3authtypes.Ok ok = 1;</code>
012   * @return Whether the ok field is set.
013   */
014  boolean hasOk();
015  /**
016   * <code>.mqtt3authtypes.Ok ok = 1;</code>
017   * @return The ok.
018   */
019  com.baidu.bifromq.plugin.authprovider.type.Ok getOk();
020  /**
021   * <code>.mqtt3authtypes.Ok ok = 1;</code>
022   */
023  com.baidu.bifromq.plugin.authprovider.type.OkOrBuilder getOkOrBuilder();
024
025  /**
026   * <code>.mqtt3authtypes.Reject reject = 2;</code>
027   * @return Whether the reject field is set.
028   */
029  boolean hasReject();
030  /**
031   * <code>.mqtt3authtypes.Reject reject = 2;</code>
032   * @return The reject.
033   */
034  com.baidu.bifromq.plugin.authprovider.type.Reject getReject();
035  /**
036   * <code>.mqtt3authtypes.Reject reject = 2;</code>
037   */
038  com.baidu.bifromq.plugin.authprovider.type.RejectOrBuilder getRejectOrBuilder();
039
040  public com.baidu.bifromq.plugin.authprovider.type.MQTT3AuthResult.TypeCase getTypeCase();
041}