All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.AutoAuthRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface AutoAuthRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.AutoAuthRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .wechat_proto.AutoAuthRsaReqData rsa_req_data = 1;
   * @return Whether the rsaReqData field is set.
   */
  boolean hasRsaReqData();
  /**
   * optional .wechat_proto.AutoAuthRsaReqData rsa_req_data = 1;
   * @return The rsaReqData.
   */
  wechat.protobuf.AutoAuthRsaReqData getRsaReqData();
  /**
   * optional .wechat_proto.AutoAuthRsaReqData rsa_req_data = 1;
   */
  wechat.protobuf.AutoAuthRsaReqDataOrBuilder getRsaReqDataOrBuilder();

  /**
   * optional .wechat_proto.AutoAuthAesReqData aes_req_data = 2;
   * @return Whether the aesReqData field is set.
   */
  boolean hasAesReqData();
  /**
   * optional .wechat_proto.AutoAuthAesReqData aes_req_data = 2;
   * @return The aesReqData.
   */
  wechat.protobuf.AutoAuthAesReqData getAesReqData();
  /**
   * optional .wechat_proto.AutoAuthAesReqData aes_req_data = 2;
   */
  wechat.protobuf.AutoAuthAesReqDataOrBuilder getAesReqDataOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy