
wechat.protobuf.AutoAuthRequestOrBuilder Maven / Gradle / Ivy
// 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