public static interface Logs.LogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Logs.Log.Content |
getContents(int index)
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2; |
int |
getContentsCount()
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2; |
List<Logs.Log.Content> |
getContentsList()
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2; |
Logs.Log.ContentOrBuilder |
getContentsOrBuilder(int index)
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2; |
List<? extends Logs.Log.ContentOrBuilder> |
getContentsOrBuilderList()
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2; |
int |
getTime()
required uint32 Time = 1; |
int |
getTimeNs()
optional fixed32 Time_ns = 4; |
boolean |
hasTime()
required uint32 Time = 1; |
boolean |
hasTimeNs()
optional fixed32 Time_ns = 4; |
boolean hasTime()
required uint32 Time = 1;
UNIX Time Format
int getTime()
required uint32 Time = 1;
UNIX Time Format
List<Logs.Log.Content> getContentsList()
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2;Logs.Log.Content getContents(int index)
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2;int getContentsCount()
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2;List<? extends Logs.Log.ContentOrBuilder> getContentsOrBuilderList()
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2;Logs.Log.ContentOrBuilder getContentsOrBuilder(int index)
repeated .com.aliyun.openservices.log.common.Log.Content Contents = 2;boolean hasTimeNs()
optional fixed32 Time_ns = 4;int getTimeNs()
optional fixed32 Time_ns = 4;Copyright © 2025. All Rights Reserved.