All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodCdnStatisticsDataOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_cdn.proto

package com.byteplus.service.vod.model.business;

public interface VodCdnStatisticsDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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 .Byteplus.Vod.Models.Business.VodPoint Points = 4;
   */
  java.util.List 
      getPointsList();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodPoint Points = 4;
   */
  com.byteplus.service.vod.model.business.VodPoint getPoints(int index);
  /**
   * repeated .Byteplus.Vod.Models.Business.VodPoint Points = 4;
   */
  int getPointsCount();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodPoint Points = 4;
   */
  java.util.List 
      getPointsOrBuilderList();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodPoint Points = 4;
   */
  com.byteplus.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