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

com.volcengine.service.vod.model.request.DescribeVodMostPlayedStatisDataRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto

package com.volcengine.service.vod.model.request;

public interface DescribeVodMostPlayedStatisDataRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.DescribeVodMostPlayedStatisDataRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 空间
   * 
* * string Space = 1; * @return The space. */ java.lang.String getSpace(); /** *
   * 空间
   * 
* * string Space = 1; * @return The bytes for space. */ com.google.protobuf.ByteString getSpaceBytes(); /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 2; * @return The startTime. */ java.lang.String getStartTime(); /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 2; * @return The bytes for startTime. */ com.google.protobuf.ByteString getStartTimeBytes(); /** *
   * 查询的结束时间, rfc3339;查询时间跨度不超过93天
   * 
* * string EndTime = 3; * @return The endTime. */ java.lang.String getEndTime(); /** *
   * 查询的结束时间, rfc3339;查询时间跨度不超过93天
   * 
* * string EndTime = 3; * @return The bytes for endTime. */ com.google.protobuf.ByteString getEndTimeBytes(); /** *
   * 排序类型
   * 
* * string OrderType = 4; * @return The orderType. */ java.lang.String getOrderType(); /** *
   * 排序类型
   * 
* * string OrderType = 4; * @return The bytes for orderType. */ com.google.protobuf.ByteString getOrderTypeBytes(); /** *
   * 返回视频的个数。默认值为 100。最大为 100。
   * 
* * int64 TopN = 5; * @return The topN. */ long getTopN(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy