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

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

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

  /**
   * optional string ClientMsgID = 2;
   * @return Whether the clientMsgID field is set.
   */
  boolean hasClientMsgID();
  /**
   * optional string ClientMsgID = 2;
   * @return The clientMsgID.
   */
  java.lang.String getClientMsgID();
  /**
   * optional string ClientMsgID = 2;
   * @return The bytes for clientMsgID.
   */
  com.google.protobuf.ByteString
      getClientMsgIDBytes();

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

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

  /**
   * optional uint32 ThumbTotalLen = 5;
   * @return Whether the thumbTotalLen field is set.
   */
  boolean hasThumbTotalLen();
  /**
   * optional uint32 ThumbTotalLen = 5;
   * @return The thumbTotalLen.
   */
  int getThumbTotalLen();

  /**
   * optional uint32 ThumbStartPos = 6;
   * @return Whether the thumbStartPos field is set.
   */
  boolean hasThumbStartPos();
  /**
   * optional uint32 ThumbStartPos = 6;
   * @return The thumbStartPos.
   */
  int getThumbStartPos();

  /**
   * optional .wechat_proto.SKBuiltinString_ ThumbData = 7;
   * @return Whether the thumbData field is set.
   */
  boolean hasThumbData();
  /**
   * optional .wechat_proto.SKBuiltinString_ ThumbData = 7;
   * @return The thumbData.
   */
  wechat.protobuf.SKBuiltinString_ getThumbData();
  /**
   * optional .wechat_proto.SKBuiltinString_ ThumbData = 7;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getThumbDataOrBuilder();

  /**
   * optional uint32 VideoTotalLen = 8;
   * @return Whether the videoTotalLen field is set.
   */
  boolean hasVideoTotalLen();
  /**
   * optional uint32 VideoTotalLen = 8;
   * @return The videoTotalLen.
   */
  int getVideoTotalLen();

  /**
   * optional uint32 VideoStartPos = 9;
   * @return Whether the videoStartPos field is set.
   */
  boolean hasVideoStartPos();
  /**
   * optional uint32 VideoStartPos = 9;
   * @return The videoStartPos.
   */
  int getVideoStartPos();

  /**
   * optional .wechat_proto.SKBuiltinString_ VideoData = 10;
   * @return Whether the videoData field is set.
   */
  boolean hasVideoData();
  /**
   * optional .wechat_proto.SKBuiltinString_ VideoData = 10;
   * @return The videoData.
   */
  wechat.protobuf.SKBuiltinString_ getVideoData();
  /**
   * optional .wechat_proto.SKBuiltinString_ VideoData = 10;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getVideoDataOrBuilder();

  /**
   * optional uint32 PlayLength = 11;
   * @return Whether the playLength field is set.
   */
  boolean hasPlayLength();
  /**
   * optional uint32 PlayLength = 11;
   * @return The playLength.
   */
  int getPlayLength();

  /**
   * optional uint32 NetWorkEnv = 12;
   * @return Whether the netWorkEnv field is set.
   */
  boolean hasNetWorkEnv();
  /**
   * optional uint32 NetWorkEnv = 12;
   * @return The netWorkEnv.
   */
  int getNetWorkEnv();

  /**
   * optional uint32 CameraType = 13;
   * @return Whether the cameraType field is set.
   */
  boolean hasCameraType();
  /**
   * optional uint32 CameraType = 13;
   * @return The cameraType.
   */
  int getCameraType();

  /**
   * optional uint32 FuncFlag = 14;
   * @return Whether the funcFlag field is set.
   */
  boolean hasFuncFlag();
  /**
   * optional uint32 FuncFlag = 14;
   * @return The funcFlag.
   */
  int getFuncFlag();

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

  /**
   * optional string CDNVideoUrl = 16;
   * @return Whether the cDNVideoUrl field is set.
   */
  boolean hasCDNVideoUrl();
  /**
   * optional string CDNVideoUrl = 16;
   * @return The cDNVideoUrl.
   */
  java.lang.String getCDNVideoUrl();
  /**
   * optional string CDNVideoUrl = 16;
   * @return The bytes for cDNVideoUrl.
   */
  com.google.protobuf.ByteString
      getCDNVideoUrlBytes();

  /**
   * optional string AESKey = 17;
   * @return Whether the aESKey field is set.
   */
  boolean hasAESKey();
  /**
   * optional string AESKey = 17;
   * @return The aESKey.
   */
  java.lang.String getAESKey();
  /**
   * optional string AESKey = 17;
   * @return The bytes for aESKey.
   */
  com.google.protobuf.ByteString
      getAESKeyBytes();

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

  /**
   * optional string CDNThumbUrl = 19;
   * @return Whether the cDNThumbUrl field is set.
   */
  boolean hasCDNThumbUrl();
  /**
   * optional string CDNThumbUrl = 19;
   * @return The cDNThumbUrl.
   */
  java.lang.String getCDNThumbUrl();
  /**
   * optional string CDNThumbUrl = 19;
   * @return The bytes for cDNThumbUrl.
   */
  com.google.protobuf.ByteString
      getCDNThumbUrlBytes();

  /**
   * optional int32 CDNThumbImgSize = 20;
   * @return Whether the cDNThumbImgSize field is set.
   */
  boolean hasCDNThumbImgSize();
  /**
   * optional int32 CDNThumbImgSize = 20;
   * @return The cDNThumbImgSize.
   */
  int getCDNThumbImgSize();

  /**
   * optional int32 CDNThumbImgHeigth = 21;
   * @return Whether the cDNThumbImgHeigth field is set.
   */
  boolean hasCDNThumbImgHeigth();
  /**
   * optional int32 CDNThumbImgHeigth = 21;
   * @return The cDNThumbImgHeigth.
   */
  int getCDNThumbImgHeigth();

  /**
   * optional int32 CDNThumbImgWidth = 22;
   * @return Whether the cDNThumbImgWidth field is set.
   */
  boolean hasCDNThumbImgWidth();
  /**
   * optional int32 CDNThumbImgWidth = 22;
   * @return The cDNThumbImgWidth.
   */
  int getCDNThumbImgWidth();

  /**
   * optional string CDNThumbAESKey = 23;
   * @return Whether the cDNThumbAESKey field is set.
   */
  boolean hasCDNThumbAESKey();
  /**
   * optional string CDNThumbAESKey = 23;
   * @return The cDNThumbAESKey.
   */
  java.lang.String getCDNThumbAESKey();
  /**
   * optional string CDNThumbAESKey = 23;
   * @return The bytes for cDNThumbAESKey.
   */
  com.google.protobuf.ByteString
      getCDNThumbAESKeyBytes();

  /**
   * optional int32 VideoFrom = 24;
   * @return Whether the videoFrom field is set.
   */
  boolean hasVideoFrom();
  /**
   * optional int32 VideoFrom = 24;
   * @return The videoFrom.
   */
  int getVideoFrom();

  /**
   * optional uint32 ReqTime = 25;
   * @return Whether the reqTime field is set.
   */
  boolean hasReqTime();
  /**
   * optional uint32 ReqTime = 25;
   * @return The reqTime.
   */
  int getReqTime();

  /**
   * optional string VideoMd5 = 26;
   * @return Whether the videoMd5 field is set.
   */
  boolean hasVideoMd5();
  /**
   * optional string VideoMd5 = 26;
   * @return The videoMd5.
   */
  java.lang.String getVideoMd5();
  /**
   * optional string VideoMd5 = 26;
   * @return The bytes for videoMd5.
   */
  com.google.protobuf.ByteString
      getVideoMd5Bytes();

  /**
   * optional string StreamVideoUrl = 27;
   * @return Whether the streamVideoUrl field is set.
   */
  boolean hasStreamVideoUrl();
  /**
   * optional string StreamVideoUrl = 27;
   * @return The streamVideoUrl.
   */
  java.lang.String getStreamVideoUrl();
  /**
   * optional string StreamVideoUrl = 27;
   * @return The bytes for streamVideoUrl.
   */
  com.google.protobuf.ByteString
      getStreamVideoUrlBytes();

  /**
   * optional uint32 StreamVideoTotalTime = 28;
   * @return Whether the streamVideoTotalTime field is set.
   */
  boolean hasStreamVideoTotalTime();
  /**
   * optional uint32 StreamVideoTotalTime = 28;
   * @return The streamVideoTotalTime.
   */
  int getStreamVideoTotalTime();

  /**
   * optional string StreamVideoTitle = 29;
   * @return Whether the streamVideoTitle field is set.
   */
  boolean hasStreamVideoTitle();
  /**
   * optional string StreamVideoTitle = 29;
   * @return The streamVideoTitle.
   */
  java.lang.String getStreamVideoTitle();
  /**
   * optional string StreamVideoTitle = 29;
   * @return The bytes for streamVideoTitle.
   */
  com.google.protobuf.ByteString
      getStreamVideoTitleBytes();

  /**
   * optional string StreamVideoWording = 30;
   * @return Whether the streamVideoWording field is set.
   */
  boolean hasStreamVideoWording();
  /**
   * optional string StreamVideoWording = 30;
   * @return The streamVideoWording.
   */
  java.lang.String getStreamVideoWording();
  /**
   * optional string StreamVideoWording = 30;
   * @return The bytes for streamVideoWording.
   */
  com.google.protobuf.ByteString
      getStreamVideoWordingBytes();

  /**
   * optional string StreamVideoWebUrl = 31;
   * @return Whether the streamVideoWebUrl field is set.
   */
  boolean hasStreamVideoWebUrl();
  /**
   * optional string StreamVideoWebUrl = 31;
   * @return The streamVideoWebUrl.
   */
  java.lang.String getStreamVideoWebUrl();
  /**
   * optional string StreamVideoWebUrl = 31;
   * @return The bytes for streamVideoWebUrl.
   */
  com.google.protobuf.ByteString
      getStreamVideoWebUrlBytes();

  /**
   * optional string StreamVideoThumbUrl = 32;
   * @return Whether the streamVideoThumbUrl field is set.
   */
  boolean hasStreamVideoThumbUrl();
  /**
   * optional string StreamVideoThumbUrl = 32;
   * @return The streamVideoThumbUrl.
   */
  java.lang.String getStreamVideoThumbUrl();
  /**
   * optional string StreamVideoThumbUrl = 32;
   * @return The bytes for streamVideoThumbUrl.
   */
  com.google.protobuf.ByteString
      getStreamVideoThumbUrlBytes();

  /**
   * optional string StreamVideoPublishId = 33;
   * @return Whether the streamVideoPublishId field is set.
   */
  boolean hasStreamVideoPublishId();
  /**
   * optional string StreamVideoPublishId = 33;
   * @return The streamVideoPublishId.
   */
  java.lang.String getStreamVideoPublishId();
  /**
   * optional string StreamVideoPublishId = 33;
   * @return The bytes for streamVideoPublishId.
   */
  com.google.protobuf.ByteString
      getStreamVideoPublishIdBytes();

  /**
   * optional string StreamVideoAdUxInfo = 34;
   * @return Whether the streamVideoAdUxInfo field is set.
   */
  boolean hasStreamVideoAdUxInfo();
  /**
   * optional string StreamVideoAdUxInfo = 34;
   * @return The streamVideoAdUxInfo.
   */
  java.lang.String getStreamVideoAdUxInfo();
  /**
   * optional string StreamVideoAdUxInfo = 34;
   * @return The bytes for streamVideoAdUxInfo.
   */
  com.google.protobuf.ByteString
      getStreamVideoAdUxInfoBytes();

  /**
   * optional string StatExtStr = 35;
   * @return Whether the statExtStr field is set.
   */
  boolean hasStatExtStr();
  /**
   * optional string StatExtStr = 35;
   * @return The statExtStr.
   */
  java.lang.String getStatExtStr();
  /**
   * optional string StatExtStr = 35;
   * @return The bytes for statExtStr.
   */
  com.google.protobuf.ByteString
      getStatExtStrBytes();

  /**
   * optional string HitMd5 = 36;
   * @return Whether the hitMd5 field is set.
   */
  boolean hasHitMd5();
  /**
   * optional string HitMd5 = 36;
   * @return The hitMd5.
   */
  java.lang.String getHitMd5();
  /**
   * optional string HitMd5 = 36;
   * @return The bytes for hitMd5.
   */
  com.google.protobuf.ByteString
      getHitMd5Bytes();

  /**
   * optional string VideoNewMd5 = 37;
   * @return Whether the videoNewMd5 field is set.
   */
  boolean hasVideoNewMd5();
  /**
   * optional string VideoNewMd5 = 37;
   * @return The videoNewMd5.
   */
  java.lang.String getVideoNewMd5();
  /**
   * optional string VideoNewMd5 = 37;
   * @return The bytes for videoNewMd5.
   */
  com.google.protobuf.ByteString
      getVideoNewMd5Bytes();

  /**
   * optional string Crc32 = 38;
   * @return Whether the crc32 field is set.
   */
  boolean hasCrc32();
  /**
   * optional string Crc32 = 38;
   * @return The crc32.
   */
  java.lang.String getCrc32();
  /**
   * optional string Crc32 = 38;
   * @return The bytes for crc32.
   */
  com.google.protobuf.ByteString
      getCrc32Bytes();

  /**
   * optional uint32 MsgForwordType = 39;
   * @return Whether the msgForwordType field is set.
   */
  boolean hasMsgForwordType();
  /**
   * optional uint32 MsgForwordType = 39;
   * @return The msgForwordType.
   */
  int getMsgForwordType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy