com.volcengine.service.vod.model.business.DescribeVodSpaceEditStatisDataResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_measure.proto
package com.volcengine.service.vod.model.business;
public interface DescribeVodSpaceEditStatisDataResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataResult)
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();
/**
*
* 封装格式
*
*
* string Specification = 4;
* @return The specification.
*/
java.lang.String getSpecification();
/**
*
* 封装格式
*
*
* string Specification = 4;
* @return The bytes for specification.
*/
com.google.protobuf.ByteString
getSpecificationBytes();
/**
*
*聚合的时间粒度,单位秒,默认3600,支持3600和86400
*
*
* int64 Aggregation = 5;
* @return The aggregation.
*/
long getAggregation();
/**
*
* 展示详细信息的维度,取值:Space
*
*
* repeated string DetailFieldList = 6;
* @return A list containing the detailFieldList.
*/
java.util.List
getDetailFieldListList();
/**
*
* 展示详细信息的维度,取值:Space
*
*
* repeated string DetailFieldList = 6;
* @return The count of detailFieldList.
*/
int getDetailFieldListCount();
/**
*
* 展示详细信息的维度,取值:Space
*
*
* repeated string DetailFieldList = 6;
* @param index The index of the element to return.
* @return The detailFieldList at the given index.
*/
java.lang.String getDetailFieldList(int index);
/**
*
* 展示详细信息的维度,取值:Space
*
*
* repeated string DetailFieldList = 6;
* @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);
/**
*
* 区域,多个区域用逗号分割
*
*
* repeated string RegionList = 7;
* @return A list containing the regionList.
*/
java.util.List
getRegionListList();
/**
*
* 区域,多个区域用逗号分割
*
*
* repeated string RegionList = 7;
* @return The count of regionList.
*/
int getRegionListCount();
/**
*
* 区域,多个区域用逗号分割
*
*
* repeated string RegionList = 7;
* @param index The index of the element to return.
* @return The regionList at the given index.
*/
java.lang.String getRegionList(int index);
/**
*
* 区域,多个区域用逗号分割
*
*
* repeated string RegionList = 7;
* @param index The index of the value to return.
* @return The bytes of the regionList at the given index.
*/
com.google.protobuf.ByteString
getRegionListBytes(int index);
/**
* int64 TotalEditUsageData = 8;
* @return The totalEditUsageData.
*/
long getTotalEditUsageData();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataItem TotalEditUsageDataList = 9;
*/
java.util.List
getTotalEditUsageDataListList();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataItem TotalEditUsageDataList = 9;
*/
com.volcengine.service.vod.model.business.DescribeVodSpaceEditStatisDataItem getTotalEditUsageDataList(int index);
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataItem TotalEditUsageDataList = 9;
*/
int getTotalEditUsageDataListCount();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataItem TotalEditUsageDataList = 9;
*/
java.util.List extends com.volcengine.service.vod.model.business.DescribeVodSpaceEditStatisDataItemOrBuilder>
getTotalEditUsageDataListOrBuilderList();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataItem TotalEditUsageDataList = 9;
*/
com.volcengine.service.vod.model.business.DescribeVodSpaceEditStatisDataItemOrBuilder getTotalEditUsageDataListOrBuilder(
int index);
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataDetail EditUsageDataDetailList = 10;
*/
java.util.List
getEditUsageDataDetailListList();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataDetail EditUsageDataDetailList = 10;
*/
com.volcengine.service.vod.model.business.DescribeVodSpaceEditStatisDataDetail getEditUsageDataDetailList(int index);
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataDetail EditUsageDataDetailList = 10;
*/
int getEditUsageDataDetailListCount();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataDetail EditUsageDataDetailList = 10;
*/
java.util.List extends com.volcengine.service.vod.model.business.DescribeVodSpaceEditStatisDataDetailOrBuilder>
getEditUsageDataDetailListOrBuilderList();
/**
* repeated .Volcengine.Vod.Models.Business.DescribeVodSpaceEditStatisDataDetail EditUsageDataDetailList = 10;
*/
com.volcengine.service.vod.model.business.DescribeVodSpaceEditStatisDataDetailOrBuilder getEditUsageDataDetailListOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy