public static final class Lgraph.LogMessage extends com.google.protobuf.GeneratedMessageV3 implements Lgraph.LogMessageOrBuilder
lgraph.LogMessage| Modifier and Type | Class and Description |
|---|---|
static class |
Lgraph.LogMessage.Builder
Protobuf type
lgraph.LogMessage |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BEGIN_END_FIELD_NUMBER |
static int |
CONTENT_FIELD_NUMBER |
static int |
GRAPH_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static com.google.protobuf.Parser<Lgraph.LogMessage> |
PARSER
Deprecated.
|
static int |
READ_WRITE_FIELD_NUMBER |
static int |
SUCCESS_FIELD_NUMBER |
static int |
TIME_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getBeginEnd()
required bool begin_end = 3; |
String |
getContent()
optional string content = 9; |
com.google.protobuf.ByteString |
getContentBytes()
optional string content = 9; |
static Lgraph.LogMessage |
getDefaultInstance() |
Lgraph.LogMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGraph()
optional string graph = 5; |
com.google.protobuf.ByteString |
getGraphBytes()
optional string graph = 5; |
long |
getIndex()
required int64 index = 1; |
com.google.protobuf.Parser<Lgraph.LogMessage> |
getParserForType() |
boolean |
getReadWrite()
optional bool read_write = 7; |
int |
getSerializedSize() |
boolean |
getSuccess()
optional bool success = 8; |
long |
getTime()
required int64 time = 2; |
Lgraph.LogApiType |
getType()
optional .lgraph.LogApiType type = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUser()
optional string user = 4; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 4; |
boolean |
hasBeginEnd()
required bool begin_end = 3; |
boolean |
hasContent()
optional string content = 9; |
boolean |
hasGraph()
optional string graph = 5; |
int |
hashCode() |
boolean |
hasIndex()
required int64 index = 1; |
boolean |
hasReadWrite()
optional bool read_write = 7; |
boolean |
hasSuccess()
optional bool success = 8; |
boolean |
hasTime()
required int64 time = 2; |
boolean |
hasType()
optional .lgraph.LogApiType type = 6; |
boolean |
hasUser()
optional string user = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Lgraph.LogMessage.Builder |
newBuilder() |
static Lgraph.LogMessage.Builder |
newBuilder(Lgraph.LogMessage prototype) |
Lgraph.LogMessage.Builder |
newBuilderForType() |
protected Lgraph.LogMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Lgraph.LogMessage |
parseDelimitedFrom(InputStream input) |
static Lgraph.LogMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LogMessage |
parseFrom(byte[] data) |
static Lgraph.LogMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LogMessage |
parseFrom(ByteBuffer data) |
static Lgraph.LogMessage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LogMessage |
parseFrom(com.google.protobuf.ByteString data) |
static Lgraph.LogMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LogMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Lgraph.LogMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.LogMessage |
parseFrom(InputStream input) |
static Lgraph.LogMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Lgraph.LogMessage> |
parser() |
Lgraph.LogMessage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INDEX_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
public static final int BEGIN_END_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int GRAPH_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int READ_WRITE_FIELD_NUMBER
public static final int SUCCESS_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Lgraph.LogMessage> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasIndex()
required int64 index = 1;hasIndex in interface Lgraph.LogMessageOrBuilderpublic long getIndex()
required int64 index = 1;getIndex in interface Lgraph.LogMessageOrBuilderpublic boolean hasTime()
required int64 time = 2;hasTime in interface Lgraph.LogMessageOrBuilderpublic long getTime()
required int64 time = 2;getTime in interface Lgraph.LogMessageOrBuilderpublic boolean hasBeginEnd()
required bool begin_end = 3;hasBeginEnd in interface Lgraph.LogMessageOrBuilderpublic boolean getBeginEnd()
required bool begin_end = 3;getBeginEnd in interface Lgraph.LogMessageOrBuilderpublic boolean hasUser()
optional string user = 4;hasUser in interface Lgraph.LogMessageOrBuilderpublic String getUser()
optional string user = 4;getUser in interface Lgraph.LogMessageOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
optional string user = 4;getUserBytes in interface Lgraph.LogMessageOrBuilderpublic boolean hasGraph()
optional string graph = 5;hasGraph in interface Lgraph.LogMessageOrBuilderpublic String getGraph()
optional string graph = 5;getGraph in interface Lgraph.LogMessageOrBuilderpublic com.google.protobuf.ByteString getGraphBytes()
optional string graph = 5;getGraphBytes in interface Lgraph.LogMessageOrBuilderpublic boolean hasType()
optional .lgraph.LogApiType type = 6;hasType in interface Lgraph.LogMessageOrBuilderpublic Lgraph.LogApiType getType()
optional .lgraph.LogApiType type = 6;getType in interface Lgraph.LogMessageOrBuilderpublic boolean hasReadWrite()
optional bool read_write = 7;hasReadWrite in interface Lgraph.LogMessageOrBuilderpublic boolean getReadWrite()
optional bool read_write = 7;getReadWrite in interface Lgraph.LogMessageOrBuilderpublic boolean hasSuccess()
optional bool success = 8;hasSuccess in interface Lgraph.LogMessageOrBuilderpublic boolean getSuccess()
optional bool success = 8;getSuccess in interface Lgraph.LogMessageOrBuilderpublic boolean hasContent()
optional string content = 9;hasContent in interface Lgraph.LogMessageOrBuilderpublic String getContent()
optional string content = 9;getContent in interface Lgraph.LogMessageOrBuilderpublic com.google.protobuf.ByteString getContentBytes()
optional string content = 9;getContentBytes in interface Lgraph.LogMessageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Lgraph.LogMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LogMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LogMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LogMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LogMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LogMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.LogMessage parseFrom(InputStream input) throws IOException
IOExceptionpublic static Lgraph.LogMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lgraph.LogMessage parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Lgraph.LogMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lgraph.LogMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Lgraph.LogMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Lgraph.LogMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Lgraph.LogMessage.Builder newBuilder()
public static Lgraph.LogMessage.Builder newBuilder(Lgraph.LogMessage prototype)
public Lgraph.LogMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Lgraph.LogMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Lgraph.LogMessage getDefaultInstance()
public static com.google.protobuf.Parser<Lgraph.LogMessage> parser()
public com.google.protobuf.Parser<Lgraph.LogMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Lgraph.LogMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Ant Group. All rights reserved.