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

com.byteplus.service.vod.model.request.DescribeVodSpaceTranscodeDataRequestOrBuilder 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 DescribeVodSpaceTranscodeDataRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.DescribeVodSpaceTranscodeDataRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 空间列表,多个空间用逗号分割
   * 
* * string SpaceList = 1; * @return The spaceList. */ java.lang.String getSpaceList(); /** *
   * 空间列表,多个空间用逗号分割
   * 
* * string SpaceList = 1; * @return The bytes for spaceList. */ com.google.protobuf.ByteString getSpaceListBytes(); /** *
   * 查询的起始时间, 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(); /** *
   * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
   * 
* * string TranscodeType = 4; * @return The transcodeType. */ java.lang.String getTranscodeType(); /** *
   * 转码类型:默认全部。Slice,Normal,LowCost,ByteHD
   * 
* * string TranscodeType = 4; * @return The bytes for transcodeType. */ com.google.protobuf.ByteString getTranscodeTypeBytes(); /** *
   * 
* * string Specification = 5; * @return The specification. */ java.lang.String getSpecification(); /** *
   * 
* * string Specification = 5; * @return The bytes for specification. */ com.google.protobuf.ByteString getSpecificationBytes(); /** *
   * 闲忙时: busy/free,多个值用逗号分割
   * 
* * string TaskStageList = 6; * @return The taskStageList. */ java.lang.String getTaskStageList(); /** *
   * 闲忙时: busy/free,多个值用逗号分割
   * 
* * string TaskStageList = 6; * @return The bytes for taskStageList. */ com.google.protobuf.ByteString getTaskStageListBytes(); /** *
   *聚合的时间粒度,单位秒,默认3600,支持3600和86400
   * 
* * int64 Aggregation = 7; * @return The aggregation. */ long getAggregation(); /** *
   * 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
   * 
* * string DetailFieldList = 8; * @return The detailFieldList. */ java.lang.String getDetailFieldList(); /** *
   * 展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
   * 
* * string DetailFieldList = 8; * @return The bytes for detailFieldList. */ com.google.protobuf.ByteString getDetailFieldListBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy