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

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

  /**
   * optional string clientImgId = 1;
   * @return Whether the clientImgId field is set.
   */
  boolean hasClientImgId();
  /**
   * optional string clientImgId = 1;
   * @return The clientImgId.
   */
  java.lang.String getClientImgId();
  /**
   * optional string clientImgId = 1;
   * @return The bytes for clientImgId.
   */
  com.google.protobuf.ByteString
      getClientImgIdBytes();

  /**
   * optional string fromUserName = 2;
   * @return Whether the fromUserName field is set.
   */
  boolean hasFromUserName();
  /**
   * optional string fromUserName = 2;
   * @return The fromUserName.
   */
  java.lang.String getFromUserName();
  /**
   * optional string fromUserName = 2;
   * @return The bytes for fromUserName.
   */
  com.google.protobuf.ByteString
      getFromUserNameBytes();

  /**
   * optional string toUserName = 3;
   * @return Whether the toUserName field is set.
   */
  boolean hasToUserName();
  /**
   * optional string toUserName = 3;
   * @return The toUserName.
   */
  java.lang.String getToUserName();
  /**
   * optional string toUserName = 3;
   * @return The bytes for toUserName.
   */
  com.google.protobuf.ByteString
      getToUserNameBytes();

  /**
   * optional int32 thumbHeight = 4;
   * @return Whether the thumbHeight field is set.
   */
  boolean hasThumbHeight();
  /**
   * optional int32 thumbHeight = 4;
   * @return The thumbHeight.
   */
  int getThumbHeight();

  /**
   * optional int32 thumbWidth = 5;
   * @return Whether the thumbWidth field is set.
   */
  boolean hasThumbWidth();
  /**
   * optional int32 thumbWidth = 5;
   * @return The thumbWidth.
   */
  int getThumbWidth();

  /**
   * optional string msgSource = 6;
   * @return Whether the msgSource field is set.
   */
  boolean hasMsgSource();
  /**
   * optional string msgSource = 6;
   * @return The msgSource.
   */
  java.lang.String getMsgSource();
  /**
   * optional string msgSource = 6;
   * @return The bytes for msgSource.
   */
  com.google.protobuf.ByteString
      getMsgSourceBytes();

  /**
   * optional .wechat_proto.SKBuiltinString_ clientStat = 7;
   * @return Whether the clientStat field is set.
   */
  boolean hasClientStat();
  /**
   * optional .wechat_proto.SKBuiltinString_ clientStat = 7;
   * @return The clientStat.
   */
  wechat.protobuf.SKBuiltinString_ getClientStat();
  /**
   * optional .wechat_proto.SKBuiltinString_ clientStat = 7;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getClientStatOrBuilder();

  /**
   * optional int32 scene = 8;
   * @return Whether the scene field is set.
   */
  boolean hasScene();
  /**
   * optional int32 scene = 8;
   * @return The scene.
   */
  int getScene();

  /**
   * optional float longitude = 9;
   * @return Whether the longitude field is set.
   */
  boolean hasLongitude();
  /**
   * optional float longitude = 9;
   * @return The longitude.
   */
  float getLongitude();

  /**
   * optional float latitude = 10;
   * @return Whether the latitude field is set.
   */
  boolean hasLatitude();
  /**
   * optional float latitude = 10;
   * @return The latitude.
   */
  float getLatitude();

  /**
   * optional string attachedContent = 11;
   * @return Whether the attachedContent field is set.
   */
  boolean hasAttachedContent();
  /**
   * optional string attachedContent = 11;
   * @return The attachedContent.
   */
  java.lang.String getAttachedContent();
  /**
   * optional string attachedContent = 11;
   * @return The bytes for attachedContent.
   */
  com.google.protobuf.ByteString
      getAttachedContentBytes();

  /**
   * optional int32 MidHeight = 12;
   * @return Whether the midHeight field is set.
   */
  boolean hasMidHeight();
  /**
   * optional int32 MidHeight = 12;
   * @return The midHeight.
   */
  int getMidHeight();

  /**
   * optional int32 MidWidth = 13;
   * @return Whether the midWidth field is set.
   */
  boolean hasMidWidth();
  /**
   * optional int32 MidWidth = 13;
   * @return The midWidth.
   */
  int getMidWidth();

  /**
   * optional int32 HDHeight = 14;
   * @return Whether the hDHeight field is set.
   */
  boolean hasHDHeight();
  /**
   * optional int32 HDHeight = 14;
   * @return The hDHeight.
   */
  int getHDHeight();

  /**
   * optional int32 HDWidth = 15;
   * @return Whether the hDWidth field is set.
   */
  boolean hasHDWidth();
  /**
   * optional int32 HDWidth = 15;
   * @return The hDWidth.
   */
  int getHDWidth();

  /**
   * optional string aeskey = 16;
   * @return Whether the aeskey field is set.
   */
  boolean hasAeskey();
  /**
   * optional string aeskey = 16;
   * @return The aeskey.
   */
  java.lang.String getAeskey();
  /**
   * optional string aeskey = 16;
   * @return The bytes for aeskey.
   */
  com.google.protobuf.ByteString
      getAeskeyBytes();

  /**
   * optional int32 encryVer = 17;
   * @return Whether the encryVer field is set.
   */
  boolean hasEncryVer();
  /**
   * optional int32 encryVer = 17;
   * @return The encryVer.
   */
  int getEncryVer();

  /**
   * optional uint32 crc32 = 18;
   * @return Whether the crc32 field is set.
   */
  boolean hasCrc32();
  /**
   * optional uint32 crc32 = 18;
   * @return The crc32.
   */
  int getCrc32();

  /**
   * optional uint32 msgForwardType = 19;
   * @return Whether the msgForwardType field is set.
   */
  boolean hasMsgForwardType();
  /**
   * optional uint32 msgForwardType = 19;
   * @return The msgForwardType.
   */
  int getMsgForwardType();

  /**
   * optional uint32 source = 20;
   * @return Whether the source field is set.
   */
  boolean hasSource();
  /**
   * optional uint32 source = 20;
   * @return The source.
   */
  int getSource();

  /**
   * optional string appid = 21;
   * @return Whether the appid field is set.
   */
  boolean hasAppid();
  /**
   * optional string appid = 21;
   * @return The appid.
   */
  java.lang.String getAppid();
  /**
   * optional string appid = 21;
   * @return The bytes for appid.
   */
  com.google.protobuf.ByteString
      getAppidBytes();

  /**
   * optional string messageAction = 22;
   * @return Whether the messageAction field is set.
   */
  boolean hasMessageAction();
  /**
   * optional string messageAction = 22;
   * @return The messageAction.
   */
  java.lang.String getMessageAction();
  /**
   * optional string messageAction = 22;
   * @return The bytes for messageAction.
   */
  com.google.protobuf.ByteString
      getMessageActionBytes();

  /**
   * optional string meesageExt = 23;
   * @return Whether the meesageExt field is set.
   */
  boolean hasMeesageExt();
  /**
   * optional string meesageExt = 23;
   * @return The meesageExt.
   */
  java.lang.String getMeesageExt();
  /**
   * optional string meesageExt = 23;
   * @return The bytes for meesageExt.
   */
  com.google.protobuf.ByteString
      getMeesageExtBytes();

  /**
   * optional string mediaTagName = 24;
   * @return Whether the mediaTagName field is set.
   */
  boolean hasMediaTagName();
  /**
   * optional string mediaTagName = 24;
   * @return The mediaTagName.
   */
  java.lang.String getMediaTagName();
  /**
   * optional string mediaTagName = 24;
   * @return The bytes for mediaTagName.
   */
  com.google.protobuf.ByteString
      getMediaTagNameBytes();

  /**
   * optional string SendMsgTicket = 25;
   * @return Whether the sendMsgTicket field is set.
   */
  boolean hasSendMsgTicket();
  /**
   * optional string SendMsgTicket = 25;
   * @return The sendMsgTicket.
   */
  java.lang.String getSendMsgTicket();
  /**
   * optional string SendMsgTicket = 25;
   * @return The bytes for sendMsgTicket.
   */
  com.google.protobuf.ByteString
      getSendMsgTicketBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy