com.volcengine.service.vod.model.request.VodDescribeVodDomainBandwidthDataRequestOrBuilder 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/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodDescribeVodDomainBandwidthDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodDescribeVodDomainBandwidthDataRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 域名列表,多个域名用逗号分割
*
*
* string DomainList = 1;
* @return The domainList.
*/
java.lang.String getDomainList();
/**
*
* 域名列表,多个域名用逗号分割
*
*
* string DomainList = 1;
* @return The bytes for domainList.
*/
com.google.protobuf.ByteString
getDomainListBytes();
/**
*
* 点播空间名和域名列表。格式为空间:域名
*
*
* string DomainInSpaceList = 2;
* @return The domainInSpaceList.
*/
java.lang.String getDomainInSpaceList();
/**
*
* 点播空间名和域名列表。格式为空间:域名
*
*
* string DomainInSpaceList = 2;
* @return The bytes for domainInSpaceList.
*/
com.google.protobuf.ByteString
getDomainInSpaceListBytes();
/**
*
* 查询的起始时间, rfc3339
*
*
* string StartTime = 3;
* @return The startTime.
*/
java.lang.String getStartTime();
/**
*
* 查询的起始时间, rfc3339
*
*
* string StartTime = 3;
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString
getStartTimeBytes();
/**
*
* 查询的结束时间, rfc3339;查询时间跨度不超过93天
*
*
* string EndTime = 4;
* @return The endTime.
*/
java.lang.String getEndTime();
/**
*
* 查询的结束时间, rfc3339;查询时间跨度不超过93天
*
*
* string EndTime = 4;
* @return The bytes for endTime.
*/
com.google.protobuf.ByteString
getEndTimeBytes();
/**
*
* 聚合的时间粒度,单位秒,默认300,支持300,1800,3600和86400
*
*
* 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();
/**
*
* 空间区域
*
*
* string RegionList = 8;
* @return The regionList.
*/
java.lang.String getRegionList();
/**
*
* 空间区域
*
*
* string RegionList = 8;
* @return The bytes for regionList.
*/
com.google.protobuf.ByteString
getRegionListBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy