com.byteplus.service.vod.model.business.DescribeVodSpaceSubtitleStatisDataResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_measure.proto
package com.byteplus.service.vod.model.business;
public interface DescribeVodSpaceSubtitleStatisDataResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* 空间列表
*
*
* repeated string SpaceList = 1;
* @return A list containing the spaceList.
*/
java.util.List
getSpaceListList();
/**
*
* 空间列表
*
*
* repeated string SpaceList = 1;
* @return The count of spaceList.
*/
int getSpaceListCount();
/**
*
* 空间列表
*
*
* repeated string SpaceList = 1;
* @param index The index of the element to return.
* @return The spaceList at the given index.
*/
java.lang.String getSpaceList(int index);
/**
*
* 空间列表
*
*
* repeated string SpaceList = 1;
* @param index The index of the value to return.
* @return The bytes of the spaceList at the given index.
*/
com.google.protobuf.ByteString
getSpaceListBytes(int index);
/**
*
* 查询的起始时间, 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();
/**
*
*类型:默认全部。ASR(语音转写),MT(机器翻译),ES(提取字幕)
*
*
* string SubtitleType = 4;
* @return The subtitleType.
*/
java.lang.String getSubtitleType();
/**
*
*类型:默认全部。ASR(语音转写),MT(机器翻译),ES(提取字幕)
*
*
* string SubtitleType = 4;
* @return The bytes for subtitleType.
*/
com.google.protobuf.ByteString
getSubtitleTypeBytes();
/**
*
* 闲忙时: busy/free
*
*
* repeated string TaskStageList = 5;
* @return A list containing the taskStageList.
*/
java.util.List
getTaskStageListList();
/**
*
* 闲忙时: busy/free
*
*
* repeated string TaskStageList = 5;
* @return The count of taskStageList.
*/
int getTaskStageListCount();
/**
*
* 闲忙时: busy/free
*
*
* repeated string TaskStageList = 5;
* @param index The index of the element to return.
* @return The taskStageList at the given index.
*/
java.lang.String getTaskStageList(int index);
/**
*
* 闲忙时: busy/free
*
*
* repeated string TaskStageList = 5;
* @param index The index of the value to return.
* @return The bytes of the taskStageList at the given index.
*/
com.google.protobuf.ByteString
getTaskStageListBytes(int index);
/**
*
*聚合的时间粒度,单位秒,默认3600,支持3600和86400
*
*
* int64 Aggregation = 6;
* @return The aggregation.
*/
long getAggregation();
/**
*
* 展示详细信息的维度,取值:TaskStage、Space
*
*
* repeated string DetailFieldList = 7;
* @return A list containing the detailFieldList.
*/
java.util.List
getDetailFieldListList();
/**
*
* 展示详细信息的维度,取值:TaskStage、Space
*
*
* repeated string DetailFieldList = 7;
* @return The count of detailFieldList.
*/
int getDetailFieldListCount();
/**
*
* 展示详细信息的维度,取值:TaskStage、Space
*
*
* repeated string DetailFieldList = 7;
* @param index The index of the element to return.
* @return The detailFieldList at the given index.
*/
java.lang.String getDetailFieldList(int index);
/**
*
* 展示详细信息的维度,取值:TaskStage、Space
*
*
* repeated string DetailFieldList = 7;
* @param index The index of the value to return.
* @return The bytes of the detailFieldList at the given index.
*/
com.google.protobuf.ByteString
getDetailFieldListBytes(int index);
/**
* int64 TotalSubtitleUsageData = 8;
* @return The totalSubtitleUsageData.
*/
long getTotalSubtitleUsageData();
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataItem SubtitleUsageDataList = 9;
*/
java.util.List
getSubtitleUsageDataListList();
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataItem SubtitleUsageDataList = 9;
*/
com.byteplus.service.vod.model.business.DescribeVodSpaceSubtitleStatisDataItem getSubtitleUsageDataList(int index);
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataItem SubtitleUsageDataList = 9;
*/
int getSubtitleUsageDataListCount();
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataItem SubtitleUsageDataList = 9;
*/
java.util.List extends com.byteplus.service.vod.model.business.DescribeVodSpaceSubtitleStatisDataItemOrBuilder>
getSubtitleUsageDataListOrBuilderList();
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataItem SubtitleUsageDataList = 9;
*/
com.byteplus.service.vod.model.business.DescribeVodSpaceSubtitleStatisDataItemOrBuilder getSubtitleUsageDataListOrBuilder(
int index);
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataDetail SubtitleUsageDataDetailList = 10;
*/
java.util.List
getSubtitleUsageDataDetailListList();
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataDetail SubtitleUsageDataDetailList = 10;
*/
com.byteplus.service.vod.model.business.DescribeVodSpaceSubtitleStatisDataDetail getSubtitleUsageDataDetailList(int index);
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataDetail SubtitleUsageDataDetailList = 10;
*/
int getSubtitleUsageDataDetailListCount();
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataDetail SubtitleUsageDataDetailList = 10;
*/
java.util.List extends com.byteplus.service.vod.model.business.DescribeVodSpaceSubtitleStatisDataDetailOrBuilder>
getSubtitleUsageDataDetailListOrBuilderList();
/**
* repeated .Byteplus.Vod.Models.Business.DescribeVodSpaceSubtitleStatisDataDetail SubtitleUsageDataDetailList = 10;
*/
com.byteplus.service.vod.model.business.DescribeVodSpaceSubtitleStatisDataDetailOrBuilder getSubtitleUsageDataDetailListOrBuilder(
int index);
}