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

wechat.protobuf.GetVideoRequestOrBuilder 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 GetVideoRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.GetVideoRequest)
    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 uint32 msgId = 2;
   * @return Whether the msgId field is set.
   */
  boolean hasMsgId();
  /**
   * optional uint32 msgId = 2;
   * @return The msgId.
   */
  int getMsgId();

  /**
   * optional uint32 totalLength = 3;
   * @return Whether the totalLength field is set.
   */
  boolean hasTotalLength();
  /**
   * optional uint32 totalLength = 3;
   * @return The totalLength.
   */
  int getTotalLength();

  /**
   * optional uint32 StartPos = 4;
   * @return Whether the startPos field is set.
   */
  boolean hasStartPos();
  /**
   * optional uint32 StartPos = 4;
   * @return The startPos.
   */
  int getStartPos();

  /**
   * optional uint32 NetworkEnv = 5;
   * @return Whether the networkEnv field is set.
   */
  boolean hasNetworkEnv();
  /**
   * optional uint32 NetworkEnv = 5;
   * @return The networkEnv.
   */
  int getNetworkEnv();

  /**
   * optional uint32 MxPackSize = 6;
   * @return Whether the mxPackSize field is set.
   */
  boolean hasMxPackSize();
  /**
   * optional uint32 MxPackSize = 6;
   * @return The mxPackSize.
   */
  int getMxPackSize();

  /**
   * optional uint64 NewMsgId = 7;
   * @return Whether the newMsgId field is set.
   */
  boolean hasNewMsgId();
  /**
   * optional uint64 NewMsgId = 7;
   * @return The newMsgId.
   */
  long getNewMsgId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy