com.volcengine.service.vod.model.request.VodDescribeVodDomainTrafficDataRequestOrBuilder 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 VodDescribeVodDomainTrafficDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodDescribeVodDomainTrafficDataRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* list of domains to query
*
*
* string DomainList = 1;
* @return The domainList.
*/
java.lang.String getDomainList();
/**
*
* list of domains to query
*
*
* string DomainList = 1;
* @return The bytes for domainList.
*/
com.google.protobuf.ByteString
getDomainListBytes();
/**
*
* list of space:domain to query
*
*
* string DomainInSpaceList = 2;
* @return The domainInSpaceList.
*/
java.lang.String getDomainInSpaceList();
/**
*
* list of space:domain to query
*
*
* string DomainInSpaceList = 2;
* @return The bytes for domainInSpaceList.
*/
com.google.protobuf.ByteString
getDomainInSpaceListBytes();
/**
*
* rfc339
*
*
* string StartTime = 3;
* @return The startTime.
*/
java.lang.String getStartTime();
/**
*
* rfc339
*
*
* string StartTime = 3;
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString
getStartTimeBytes();
/**
*
* rfc339
*
*
* string EndTime = 4;
* @return The endTime.
*/
java.lang.String getEndTime();
/**
*
* rfc339
*
*
* string EndTime = 4;
* @return The bytes for endTime.
*/
com.google.protobuf.ByteString
getEndTimeBytes();
/**
*
* default 300, supports 1800, 3600 and 86400
*
*
* int32 Aggregation = 5;
* @return The aggregation.
*/
int getAggregation();
/**
*
* ECDN, CDN, or ALL
*
*
* string TrafficType = 6;
* @return The trafficType.
*/
java.lang.String getTrafficType();
/**
*
* ECDN, CDN, or ALL
*
*
* string TrafficType = 6;
* @return The bytes for trafficType.
*/
com.google.protobuf.ByteString
getTrafficTypeBytes();
/**
* 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