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

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

  /**
   * optional .wechat_proto.SKBuiltinString_ imgBuf = 1;
   * @return Whether the imgBuf field is set.
   */
  boolean hasImgBuf();
  /**
   * optional .wechat_proto.SKBuiltinString_ imgBuf = 1;
   * @return The imgBuf.
   */
  wechat.protobuf.SKBuiltinString_ getImgBuf();
  /**
   * optional .wechat_proto.SKBuiltinString_ imgBuf = 1;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getImgBufOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString UserName = 2;
   * @return Whether the userName field is set.
   */
  boolean hasUserName();
  /**
   * optional .wechat_proto.SKBuiltinString UserName = 2;
   * @return The userName.
   */
  wechat.protobuf.SKBuiltinString getUserName();
  /**
   * optional .wechat_proto.SKBuiltinString UserName = 2;
   */
  wechat.protobuf.SKBuiltinStringOrBuilder getUserNameOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy