public interface VodListCdnAccessLogRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDomains()
域名(当前仅支持设置一个域名)
|
com.google.protobuf.ByteString |
getDomainsBytes()
域名(当前仅支持设置一个域名)
|
int |
getEndTimestamp()
查询结束时间戳,单位:Unix秒级时间戳
|
String |
getSpaceName()
空间名称
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名称
|
int |
getStartTimestamp()
查询起始时间戳,单位:Unix秒级时间戳
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomains()
域名(当前仅支持设置一个域名)
string Domains = 1;com.google.protobuf.ByteString getDomainsBytes()
域名(当前仅支持设置一个域名)
string Domains = 1;int getStartTimestamp()
查询起始时间戳,单位:Unix秒级时间戳
int32 StartTimestamp = 2;int getEndTimestamp()
查询结束时间戳,单位:Unix秒级时间戳
int32 EndTimestamp = 3;String getSpaceName()
空间名称
string SpaceName = 4;com.google.protobuf.ByteString getSpaceNameBytes()
空间名称
string SpaceName = 4;Copyright © 2025. All rights reserved.