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

com.volcengine.service.vod.model.business.DescribeVodPlayFileLogByDomainResultOrBuilder Maven / Gradle / Ivy

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

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

public interface DescribeVodPlayFileLogByDomainResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DescribeVodPlayFileLogByDomainResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 查询的起始时间, rfc3339格式, 最早查询1年内的数据
   * 
* * string StartTime = 1; * @return The startTime. */ java.lang.String getStartTime(); /** *
   * 查询的起始时间, rfc3339格式, 最早查询1年内的数据
   * 
* * string StartTime = 1; * @return The bytes for startTime. */ com.google.protobuf.ByteString getStartTimeBytes(); /** *
   * 查询的结束时间, rfc3339;起止时间间隔不超过93天
   * 
* * string EndTime = 2; * @return The endTime. */ java.lang.String getEndTime(); /** *
   * 查询的结束时间, rfc3339;起止时间间隔不超过93天
   * 
* * string EndTime = 2; * @return The bytes for endTime. */ com.google.protobuf.ByteString getEndTimeBytes(); /** *
   * 查询域名列表
   * 
* * repeated string DomainList = 3; * @return A list containing the domainList. */ java.util.List getDomainListList(); /** *
   * 查询域名列表
   * 
* * repeated string DomainList = 3; * @return The count of domainList. */ int getDomainListCount(); /** *
   * 查询域名列表
   * 
* * repeated string DomainList = 3; * @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 = 3; * @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 .Volcengine.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4; */ java.util.List getFileListList(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4; */ com.volcengine.service.vod.model.business.DescribeVodPlayFileLogByDomainItem getFileList(int index); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4; */ int getFileListCount(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4; */ java.util.List getFileListOrBuilderList(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem FileList = 4; */ com.volcengine.service.vod.model.business.DescribeVodPlayFileLogByDomainItemOrBuilder getFileListOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy