com.volcengine.service.vod.model.request.VodListCdnAccessLogRequestOrBuilder 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 VodListCdnAccessLogRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListCdnAccessLogRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 域名(当前仅支持设置一个域名)
*
*
* string Domains = 1;
* @return The domains.
*/
java.lang.String getDomains();
/**
*
* 域名(当前仅支持设置一个域名)
*
*
* string Domains = 1;
* @return The bytes for domains.
*/
com.google.protobuf.ByteString
getDomainsBytes();
/**
*
* 查询起始时间戳,单位:Unix秒级时间戳
*
*
* int32 StartTimestamp = 2;
* @return The startTimestamp.
*/
int getStartTimestamp();
/**
*
* 查询结束时间戳,单位:Unix秒级时间戳
*
*
* int32 EndTimestamp = 3;
* @return The endTimestamp.
*/
int getEndTimestamp();
/**
*
* 空间名称
*
*
* string SpaceName = 4;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
*
* 空间名称
*
*
* string SpaceName = 4;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy