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

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

  /**
   * optional .wechat_proto.SKBuiltinString_ EncryptKey = 1;
   * @return Whether the encryptKey field is set.
   */
  boolean hasEncryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ EncryptKey = 1;
   * @return The encryptKey.
   */
  wechat.protobuf.SKBuiltinString_ getEncryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ EncryptKey = 1;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getEncryptKeyOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ Key = 2;
   * @return Whether the key field is set.
   */
  boolean hasKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ Key = 2;
   * @return The key.
   */
  wechat.protobuf.SKBuiltinString_ getKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ Key = 2;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getKeyOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy