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

wechat.protobuf.GetCertRequestOrBuilder 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 GetCertRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.GetCertRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .wechat_proto.BaseRequest base_request = 1;
   * @return Whether the baseRequest field is set.
   */
  boolean hasBaseRequest();
  /**
   * optional .wechat_proto.BaseRequest base_request = 1;
   * @return The baseRequest.
   */
  wechat.protobuf.BaseRequest getBaseRequest();
  /**
   * optional .wechat_proto.BaseRequest base_request = 1;
   */
  wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ aes_encrypt_key = 2;
   * @return Whether the aesEncryptKey field is set.
   */
  boolean hasAesEncryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ aes_encrypt_key = 2;
   * @return The aesEncryptKey.
   */
  wechat.protobuf.SKBuiltinString_ getAesEncryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ aes_encrypt_key = 2;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getAesEncryptKeyOrBuilder();

  /**
   * optional uint32 version = 3;
   * @return Whether the version field is set.
   */
  boolean hasVersion();
  /**
   * optional uint32 version = 3;
   * @return The version.
   */
  int getVersion();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy