public interface VodCdnAccessLogElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDownloadUrl()
下载地址
|
com.google.protobuf.ByteString |
getDownloadUrlBytes()
下载地址
|
int |
getEndTimestamp()
日志包结束时间,单位:Unix秒级时间戳
|
String |
getFileName()
日志文件名
|
com.google.protobuf.ByteString |
getFileNameBytes()
日志文件名
|
long |
getFileSize()
文件大小,单位:bytes
|
int |
getStartTimestamp()
日志包起始时间,单位:Unix秒级时间戳
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDownloadUrl()
下载地址
string DownloadUrl = 1;com.google.protobuf.ByteString getDownloadUrlBytes()
下载地址
string DownloadUrl = 1;long getFileSize()
文件大小,单位:bytes
int64 FileSize = 2;String getFileName()
日志文件名
string FileName = 3;com.google.protobuf.ByteString getFileNameBytes()
日志文件名
string FileName = 3;int getStartTimestamp()
日志包起始时间,单位:Unix秒级时间戳
int32 StartTimestamp = 4;int getEndTimestamp()
日志包结束时间,单位:Unix秒级时间戳
int32 EndTimestamp = 5;Copyright © 2023. All rights reserved.