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

com.byteplus.service.vod.model.request.DescribeVodPlayFileLogByDomainRequestOrBuilder 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/request/request_vod.proto

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

public interface DescribeVodPlayFileLogByDomainRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.DescribeVodPlayFileLogByDomainRequest)
    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(); /** *
   * 查询域名列表, 有多个时使用英文逗号分隔
   * 
* * string DomainList = 3; * @return The domainList. */ java.lang.String getDomainList(); /** *
   * 查询域名列表, 有多个时使用英文逗号分隔
   * 
* * string DomainList = 3; * @return The bytes for domainList. */ com.google.protobuf.ByteString getDomainListBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy