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

com.byteplus.service.vod.model.request.VodGetMediaListRequestOrBuilder Maven / Gradle / Ivy

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

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

public interface VodGetMediaListRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodGetMediaListRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *空间名
   * 
* * string SpaceName = 1; * @return The spaceName. */ java.lang.String getSpaceName(); /** *
   *空间名
   * 
* * string SpaceName = 1; * @return The bytes for spaceName. */ com.google.protobuf.ByteString getSpaceNameBytes(); /** *
   *视频ID
   * 
* * string Vid = 2; * @return The vid. */ java.lang.String getVid(); /** *
   *视频ID
   * 
* * string Vid = 2; * @return The bytes for vid. */ com.google.protobuf.ByteString getVidBytes(); /** *
   *视频状态
   * 
* * string Status = 3; * @return The status. */ java.lang.String getStatus(); /** *
   *视频状态
   * 
* * string Status = 3; * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); /** *
   *排序规则
   * 
* * string Order = 4; * @return The order. */ java.lang.String getOrder(); /** *
   *排序规则
   * 
* * string Order = 4; * @return The bytes for order. */ com.google.protobuf.ByteString getOrderBytes(); /** *
   *标签,多个用","隔开
   * 
* * string Tags = 5; * @return The tags. */ java.lang.String getTags(); /** *
   *标签,多个用","隔开
   * 
* * string Tags = 5; * @return The bytes for tags. */ com.google.protobuf.ByteString getTagsBytes(); /** *
   *查询时间范围下限
   * 
* * string StartTime = 6; * @return The startTime. */ java.lang.String getStartTime(); /** *
   *查询时间范围下限
   * 
* * string StartTime = 6; * @return The bytes for startTime. */ com.google.protobuf.ByteString getStartTimeBytes(); /** *
   *查询时间范围上限
   * 
* * string EndTime = 7; * @return The endTime. */ java.lang.String getEndTime(); /** *
   *查询时间范围上限
   * 
* * string EndTime = 7; * @return The bytes for endTime. */ com.google.protobuf.ByteString getEndTimeBytes(); /** *
   *数据偏移量
   * 
* * string Offset = 8; * @return The offset. */ java.lang.String getOffset(); /** *
   *数据偏移量
   * 
* * string Offset = 8; * @return The bytes for offset. */ com.google.protobuf.ByteString getOffsetBytes(); /** *
   *分页大小
   * 
* * string PageSize = 9; * @return The pageSize. */ java.lang.String getPageSize(); /** *
   *分页大小
   * 
* * string PageSize = 9; * @return The bytes for pageSize. */ com.google.protobuf.ByteString getPageSizeBytes(); /** *
   *分类id列表
   * 
* * string ClassificationIds = 10; * @return The classificationIds. */ java.lang.String getClassificationIds(); /** *
   *分类id列表
   * 
* * string ClassificationIds = 10; * @return The bytes for classificationIds. */ com.google.protobuf.ByteString getClassificationIdsBytes(); /** *
   * tos存储类型(Standard, Archive),多个用","隔开
   * 
* * string TosStorageClasses = 11; * @return The tosStorageClasses. */ java.lang.String getTosStorageClasses(); /** *
   * tos存储类型(Standard, Archive),多个用","隔开
   * 
* * string TosStorageClasses = 11; * @return The bytes for tosStorageClasses. */ com.google.protobuf.ByteString getTosStorageClassesBytes(); /** *
   * 音视频上传来源,多个用","隔开
   * 
* * string VodUploadSources = 12; * @return The vodUploadSources. */ java.lang.String getVodUploadSources(); /** *
   * 音视频上传来源,多个用","隔开
   * 
* * string VodUploadSources = 12; * @return The bytes for vodUploadSources. */ com.google.protobuf.ByteString getVodUploadSourcesBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy