public static final class Logs.LogGroup extends com.google.protobuf.GeneratedMessage implements Logs.LogGroupOrBuilder
com.aliyun.openservices.log.common.LogGroup| Modifier and Type | Class and Description |
|---|---|
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>| Modifier and Type | Field and Description |
|---|---|
static int |
CATEGORY_FIELD_NUMBER |
static int |
LOGS_FIELD_NUMBER |
static int |
LOGTAGS_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 |
| Modifier and Type | Method and Description |
|---|---|
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; |
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; |
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, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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 final int LOGTAGS_FIELD_NUMBER
public static Logs.LogGroup getDefaultInstance()
public Logs.LogGroup getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Logs.LogGroup> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic List<Logs.Log> getLogsList()
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogsList in interface Logs.LogGroupOrBuilderpublic List<? extends Logs.LogOrBuilder> getLogsOrBuilderList()
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogsOrBuilderList in interface Logs.LogGroupOrBuilderpublic int getLogsCount()
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogsCount in interface Logs.LogGroupOrBuilderpublic Logs.Log getLogs(int index)
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogs in interface Logs.LogGroupOrBuilderpublic Logs.LogOrBuilder getLogsOrBuilder(int index)
repeated .com.aliyun.openservices.log.common.Log Logs = 1;getLogsOrBuilder in interface Logs.LogGroupOrBuilderpublic boolean hasCategory()
optional string Category = 2;hasCategory in interface Logs.LogGroupOrBuilderpublic String getCategory()
optional string Category = 2;getCategory in interface Logs.LogGroupOrBuilderpublic com.google.protobuf.ByteString getCategoryBytes()
optional string Category = 2;getCategoryBytes in interface Logs.LogGroupOrBuilderpublic boolean hasTopic()
optional string Topic = 3;hasTopic in interface Logs.LogGroupOrBuilderpublic String getTopic()
optional string Topic = 3;getTopic in interface Logs.LogGroupOrBuilderpublic com.google.protobuf.ByteString getTopicBytes()
optional string Topic = 3;getTopicBytes in interface Logs.LogGroupOrBuilderpublic boolean hasSource()
optional string Source = 4;hasSource in interface Logs.LogGroupOrBuilderpublic String getSource()
optional string Source = 4;getSource in interface Logs.LogGroupOrBuilderpublic com.google.protobuf.ByteString getSourceBytes()
optional string Source = 4;getSourceBytes in interface Logs.LogGroupOrBuilderpublic boolean hasMachineUUID()
optional string MachineUUID = 5;hasMachineUUID in interface Logs.LogGroupOrBuilderpublic String getMachineUUID()
optional string MachineUUID = 5;getMachineUUID in interface Logs.LogGroupOrBuilderpublic com.google.protobuf.ByteString getMachineUUIDBytes()
optional string MachineUUID = 5;getMachineUUIDBytes in interface Logs.LogGroupOrBuilderpublic List<Logs.LogTag> getLogTagsList()
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;getLogTagsList in interface Logs.LogGroupOrBuilderpublic List<? extends Logs.LogTagOrBuilder> getLogTagsOrBuilderList()
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;getLogTagsOrBuilderList in interface Logs.LogGroupOrBuilderpublic int getLogTagsCount()
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;getLogTagsCount in interface Logs.LogGroupOrBuilderpublic Logs.LogTag getLogTags(int index)
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;getLogTags in interface Logs.LogGroupOrBuilderpublic Logs.LogTagOrBuilder getLogTagsOrBuilder(int index)
repeated .com.aliyun.openservices.log.common.LogTag LogTags = 6;getLogTagsOrBuilder in interface Logs.LogGroupOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class 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 in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Logs.LogGroup.Builder newBuilder(Logs.LogGroup prototype)
public Logs.LogGroup.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Logs.LogGroup.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2025. All Rights Reserved.