com.volcengine.service.vod.model.business.VodCdnStatisticsDataOrBuilder 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 VodCdnStatisticsDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodCdnStatisticsData)
com.google.protobuf.MessageOrBuilder {
/**
* string Name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string Name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string Metric = 2;
* @return The metric.
*/
java.lang.String getMetric();
/**
* string Metric = 2;
* @return The bytes for metric.
*/
com.google.protobuf.ByteString
getMetricBytes();
/**
* string DataType = 3;
* @return The dataType.
*/
java.lang.String getDataType();
/**
* string DataType = 3;
* @return The bytes for dataType.
*/
com.google.protobuf.ByteString
getDataTypeBytes();
/**
* repeated .Volcengine.Vod.Models.Business.VodPoint Points = 4;
*/
java.util.List
getPointsList();
/**
* repeated .Volcengine.Vod.Models.Business.VodPoint Points = 4;
*/
com.volcengine.service.vod.model.business.VodPoint getPoints(int index);
/**
* repeated .Volcengine.Vod.Models.Business.VodPoint Points = 4;
*/
int getPointsCount();
/**
* repeated .Volcengine.Vod.Models.Business.VodPoint Points = 4;
*/
java.util.List extends com.volcengine.service.vod.model.business.VodPointOrBuilder>
getPointsOrBuilderList();
/**
* repeated .Volcengine.Vod.Models.Business.VodPoint Points = 4;
*/
com.volcengine.service.vod.model.business.VodPointOrBuilder getPointsOrBuilder(
int index);
/**
* string Region = 5;
* @return The region.
*/
java.lang.String getRegion();
/**
* string Region = 5;
* @return The bytes for region.
*/
com.google.protobuf.ByteString
getRegionBytes();
/**
* string Isp = 6;
* @return The isp.
*/
java.lang.String getIsp();
/**
* string Isp = 6;
* @return The bytes for isp.
*/
com.google.protobuf.ByteString
getIspBytes();
/**
* string BillingRegion = 7;
* @return The billingRegion.
*/
java.lang.String getBillingRegion();
/**
* string BillingRegion = 7;
* @return The bytes for billingRegion.
*/
com.google.protobuf.ByteString
getBillingRegionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy