com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilderLogs.LogGroup, Logs.LogGroup.Builderpublic static interface Logs.LogGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
String |
getCategory() |
optional string Category = 2; |
com.google.protobuf.ByteString |
getCategoryBytes() |
optional string Category = 2; |
Logs.Log |
getLogs(int index) |
repeated .com.aliyun.openservices.log.common.Log Logs = 1; |
int |
getLogsCount() |
repeated .com.aliyun.openservices.log.common.Log Logs = 1; |
List<Logs.Log> |
getLogsList() |
repeated .com.aliyun.openservices.log.common.Log Logs = 1; |
Logs.LogOrBuilder |
getLogsOrBuilder(int index) |
repeated .com.aliyun.openservices.log.common.Log Logs = 1; |
List<? extends Logs.LogOrBuilder> |
getLogsOrBuilderList() |
repeated .com.aliyun.openservices.log.common.Log Logs = 1; |
Logs.LogTag |
getLogTags(int index) |
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6; |
int |
getLogTagsCount() |
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6; |
List<Logs.LogTag> |
getLogTagsList() |
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6; |
Logs.LogTagOrBuilder |
getLogTagsOrBuilder(int index) |
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6; |
List<? extends Logs.LogTagOrBuilder> |
getLogTagsOrBuilderList() |
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6; |
String |
getMachineUUID() |
optional string MachineUUID = 5; |
com.google.protobuf.ByteString |
getMachineUUIDBytes() |
optional string MachineUUID = 5; |
String |
getSource() |
optional string Source = 4; |
com.google.protobuf.ByteString |
getSourceBytes() |
optional string Source = 4; |
String |
getTopic() |
optional string Topic = 3; |
com.google.protobuf.ByteString |
getTopicBytes() |
optional string Topic = 3; |
boolean |
hasCategory() |
optional string Category = 2; |
boolean |
hasMachineUUID() |
optional string MachineUUID = 5; |
boolean |
hasSource() |
optional string Source = 4; |
boolean |
hasTopic() |
optional string Topic = 3; |
Logs.Log getLogs(int index)
repeated .com.aliyun.openservices.log.common.Log Logs = 1;int getLogsCount()
repeated .com.aliyun.openservices.log.common.Log Logs = 1;List<? extends Logs.LogOrBuilder> getLogsOrBuilderList()
repeated .com.aliyun.openservices.log.common.Log Logs = 1;Logs.LogOrBuilder getLogsOrBuilder(int index)
repeated .com.aliyun.openservices.log.common.Log Logs = 1;boolean hasCategory()
optional string Category = 2;String getCategory()
optional string Category = 2;com.google.protobuf.ByteString getCategoryBytes()
optional string Category = 2;boolean hasTopic()
optional string Topic = 3;String getTopic()
optional string Topic = 3;com.google.protobuf.ByteString getTopicBytes()
optional string Topic = 3;boolean hasSource()
optional string Source = 4;String getSource()
optional string Source = 4;com.google.protobuf.ByteString getSourceBytes()
optional string Source = 4;boolean hasMachineUUID()
optional string MachineUUID = 5;String getMachineUUID()
optional string MachineUUID = 5;com.google.protobuf.ByteString getMachineUUIDBytes()
optional string MachineUUID = 5;List<Logs.LogTag> getLogTagsList()
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;Logs.LogTag getLogTags(int index)
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;int getLogTagsCount()
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;List<? extends Logs.LogTagOrBuilder> getLogTagsOrBuilderList()
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;Logs.LogTagOrBuilder getLogTagsOrBuilder(int index)
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;Copyright © 2018. All Rights Reserved.