com.volcengine.service.vod.model.business.VodDescribeVodDomainBandwidthDataResultOrBuilder 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_cdn.proto
package com.volcengine.service.vod.model.business;
public interface VodDescribeVodDomainBandwidthDataResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodDescribeVodDomainBandwidthDataResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* 域名列表
*
*
* repeated string DomainList = 1;
* @return A list containing the domainList.
*/
java.util.List
getDomainListList();
/**
*
* 域名列表
*
*
* repeated string DomainList = 1;
* @return The count of domainList.
*/
int getDomainListCount();
/**
*
* 域名列表
*
*
* repeated string DomainList = 1;
* @param index The index of the element to return.
* @return The domainList at the given index.
*/
java.lang.String getDomainList(int index);
/**
*
* 域名列表
*
*
* repeated string DomainList = 1;
* @param index The index of the value to return.
* @return The bytes of the domainList at the given index.
*/
com.google.protobuf.ByteString
getDomainListBytes(int index);
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @return A list containing the domainInSpaceList.
*/
java.util.List
getDomainInSpaceListList();
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @return The count of domainInSpaceList.
*/
int getDomainInSpaceListCount();
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param index The index of the element to return.
* @return The domainInSpaceList at the given index.
*/
java.lang.String getDomainInSpaceList(int index);
/**
*
* 域名列表
*
*
* repeated string DomainInSpaceList = 2;
* @param index The index of the value to return.
* @return The bytes of the domainInSpaceList at the given index.
*/
com.google.protobuf.ByteString
getDomainInSpaceListBytes(int index);
/**
*
* 查询的起始时间
*
*
* string StartTime = 3;
* @return The startTime.
*/
java.lang.String getStartTime();
/**
*
* 查询的起始时间
*
*
* string StartTime = 3;
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString
getStartTimeBytes();
/**
*
* 查询的结束时间
*
*
* string EndTime = 4;
* @return The endTime.
*/
java.lang.String getEndTime();
/**
*
* 查询的结束时间
*
*
* string EndTime = 4;
* @return The bytes for endTime.
*/
com.google.protobuf.ByteString
getEndTimeBytes();
/**
*
* 聚合的时间粒度
*
*
* int32 Aggregation = 5;
* @return The aggregation.
*/
int getAggregation();
/**
*
* 默认是CDN,支持CDN、ECDN、ALL
*
*
* string BandwidthType = 6;
* @return The bandwidthType.
*/
java.lang.String getBandwidthType();
/**
*
* 默认是CDN,支持CDN、ECDN、ALL
*
*
* string BandwidthType = 6;
* @return The bytes for bandwidthType.
*/
com.google.protobuf.ByteString
getBandwidthTypeBytes();
/**
*
* 区域
*
*
* string Area = 7;
* @return The area.
*/
java.lang.String getArea();
/**
*
* 区域
*
*
* string Area = 7;
* @return The bytes for area.
*/
com.google.protobuf.ByteString
getAreaBytes();
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @return A list containing the regionList.
*/
java.util.List
getRegionListList();
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @return The count of regionList.
*/
int getRegionListCount();
/**
*
* 空间所属区域
*
*
* repeated string RegionList = 8;
* @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 = 8;
* @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);
/**
*
* 带宽峰值,单位为bps
*
*
* double PeakBandwidth = 9;
* @return The peakBandwidth.
*/
double getPeakBandwidth();
/**
*
* 带宽峰值出现的时间
*
*
* string PeakBandwidthTime = 10;
* @return The peakBandwidthTime.
*/
java.lang.String getPeakBandwidthTime();
/**
*
* 带宽峰值出现的时间
*
*
* string PeakBandwidthTime = 10;
* @return The bytes for peakBandwidthTime.
*/
com.google.protobuf.ByteString
getPeakBandwidthTimeBytes();
/**
*
* 带宽95峰值,单位为bps
*
*
* double Peak95Bandwidth = 11;
* @return The peak95Bandwidth.
*/
double getPeak95Bandwidth();
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @return The peak95BandwidthTime.
*/
java.lang.String getPeak95BandwidthTime();
/**
*
* 带宽95峰值出现的时间
*
*
* string Peak95BandwidthTime = 12;
* @return The bytes for peak95BandwidthTime.
*/
com.google.protobuf.ByteString
getPeak95BandwidthTimeBytes();
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
java.util.List
getBandwidthDataListList();
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
com.volcengine.service.vod.model.business.VodBandwidthData getBandwidthDataList(int index);
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
int getBandwidthDataListCount();
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
java.util.List extends com.volcengine.service.vod.model.business.VodBandwidthDataOrBuilder>
getBandwidthDataListOrBuilderList();
/**
*
* 所有时间粒度数据
*
*
* repeated .Volcengine.Vod.Models.Business.VodBandwidthData BandwidthDataList = 13;
*/
com.volcengine.service.vod.model.business.VodBandwidthDataOrBuilder getBandwidthDataListOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy