public static final class Logs.LogGroup extends com.google.protobuf.GeneratedMessage implements Logs.LogGroupOrBuilder
com.aliyun.openservices.log.common.LogGroup| 限定符和类型 | 类和说明 |
|---|---|
static class |
Logs.LogGroup.Builder
Protobuf type
com.aliyun.openservices.log.common.LogGroup |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CATEGORY_FIELD_NUMBER |
static int |
LOGS_FIELD_NUMBER |
static int |
MACHINEUUID_FIELD_NUMBER |
static com.google.protobuf.Parser<Logs.LogGroup> |
PARSER |
static int |
SOURCE_FIELD_NUMBER |
static int |
TOPIC_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCategory()
optional string Category = 2; |
com.google.protobuf.ByteString |
getCategoryBytes()
optional string Category = 2; |
static Logs.LogGroup |
getDefaultInstance() |
Logs.LogGroup |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
String |
getMachineUUID()
optional string MachineUUID = 5; |
com.google.protobuf.ByteString |
getMachineUUIDBytes()
optional string MachineUUID = 5; |
com.google.protobuf.Parser<Logs.LogGroup> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCategory()
optional string Category = 2; |
boolean |
hasMachineUUID()
optional string MachineUUID = 5; |
boolean |
hasSource()
optional string Source = 4; |
boolean |
hasTopic()
optional string Topic = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Logs.LogGroup.Builder |
newBuilder() |
static Logs.LogGroup.Builder |
newBuilder(Logs.LogGroup prototype) |
Logs.LogGroup.Builder |
newBuilderForType() |
protected Logs.LogGroup.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Logs.LogGroup |
parseDelimitedFrom(InputStream input) |
static Logs.LogGroup |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logs.LogGroup |
parseFrom(byte[] data) |
static Logs.LogGroup |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logs.LogGroup |
parseFrom(com.google.protobuf.ByteString data) |
static Logs.LogGroup |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logs.LogGroup |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Logs.LogGroup |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logs.LogGroup |
parseFrom(InputStream input) |
static Logs.LogGroup |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Logs.LogGroup.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<Logs.LogGroup> PARSER
public static final int LOGS_FIELD_NUMBER
public static final int CATEGORY_FIELD_NUMBER
public static final int TOPIC_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static final int MACHINEUUID_FIELD_NUMBER
public static Logs.LogGroup getDefaultInstance()
public Logs.LogGroup getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Logs.LogGroup> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic List<Logs.Log> getLogsList()
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogsList 在接口中 Logs.LogGroupOrBuilderpublic List<? extends Logs.LogOrBuilder> getLogsOrBuilderList()
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogsOrBuilderList 在接口中 Logs.LogGroupOrBuilderpublic int getLogsCount()
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogsCount 在接口中 Logs.LogGroupOrBuilderpublic Logs.Log getLogs(int index)
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogs 在接口中 Logs.LogGroupOrBuilderpublic Logs.LogOrBuilder getLogsOrBuilder(int index)
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogsOrBuilder 在接口中 Logs.LogGroupOrBuilderpublic boolean hasCategory()
optional string Category = 2;hasCategory 在接口中 Logs.LogGroupOrBuilderpublic String getCategory()
optional string Category = 2;getCategory 在接口中 Logs.LogGroupOrBuilderpublic com.google.protobuf.ByteString getCategoryBytes()
optional string Category = 2;getCategoryBytes 在接口中 Logs.LogGroupOrBuilderpublic boolean hasTopic()
optional string Topic = 3;hasTopic 在接口中 Logs.LogGroupOrBuilderpublic String getTopic()
optional string Topic = 3;getTopic 在接口中 Logs.LogGroupOrBuilderpublic com.google.protobuf.ByteString getTopicBytes()
optional string Topic = 3;getTopicBytes 在接口中 Logs.LogGroupOrBuilderpublic boolean hasSource()
optional string Source = 4;hasSource 在接口中 Logs.LogGroupOrBuilderpublic String getSource()
optional string Source = 4;getSource 在接口中 Logs.LogGroupOrBuilderpublic com.google.protobuf.ByteString getSourceBytes()
optional string Source = 4;getSourceBytes 在接口中 Logs.LogGroupOrBuilderpublic boolean hasMachineUUID()
optional string MachineUUID = 5;hasMachineUUID 在接口中 Logs.LogGroupOrBuilderpublic String getMachineUUID()
optional string MachineUUID = 5;getMachineUUID 在接口中 Logs.LogGroupOrBuilderpublic com.google.protobuf.ByteString getMachineUUIDBytes()
optional string MachineUUID = 5;getMachineUUIDBytes 在接口中 Logs.LogGroupOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Logs.LogGroup parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logs.LogGroup parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logs.LogGroup parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logs.LogGroup parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logs.LogGroup parseFrom(InputStream input) throws IOException
IOExceptionpublic static Logs.LogGroup parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Logs.LogGroup parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Logs.LogGroup parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Logs.LogGroup parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Logs.LogGroup parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Logs.LogGroup.Builder newBuilder()
public Logs.LogGroup.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Logs.LogGroup.Builder newBuilder(Logs.LogGroup prototype)
public Logs.LogGroup.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Logs.LogGroup.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2016. All Rights Reserved.