接口 LogOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Log,Log.Builder
public interface LogOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明booleancontainsExtendInfo(String key)map<string, string> extendInfo = 6;com.google.protobuf.ByteStringgetData()bytes data = 3;已过时。intmap<string, string> extendInfo = 6;map<string, string> extendInfo = 6;getExtendInfoOrDefault(String key, String defaultValue)map<string, string> extendInfo = 6;getExtendInfoOrThrow(String key)map<string, string> extendInfo = 6;getGroup()string group = 1;com.google.protobuf.ByteStringstring group = 1;getKey()string key = 2;com.google.protobuf.ByteStringstring key = 2;string operation = 5;com.google.protobuf.ByteStringstring operation = 5;getType()string type = 4;com.google.protobuf.ByteStringstring type = 4;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getGroup
String getGroup()string group = 1; -
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()string group = 1; -
getKey
String getKey()string key = 2; -
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 2; -
getData
com.google.protobuf.ByteString getData()bytes data = 3; -
getType
String getType()string type = 4; -
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 4; -
getOperation
String getOperation()string operation = 5; -
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()string operation = 5; -
getExtendInfoCount
int getExtendInfoCount()map<string, string> extendInfo = 6; -
containsExtendInfo
map<string, string> extendInfo = 6; -
getExtendInfo
已过时。UsegetExtendInfoMap()instead. -
getExtendInfoMap
map<string, string> extendInfo = 6; -
getExtendInfoOrDefault
map<string, string> extendInfo = 6; -
getExtendInfoOrThrow
map<string, string> extendInfo = 6;
-