com.volcengine.service.vod.model.request.DescribeVodPlayFileLogByDomainRequestOrBuilder 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 DescribeVodPlayFileLogByDomainRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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