Class LogMessage
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.tensorflow.proto.LogMessage
- All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, LogMessageOrBuilder
Deprecated.
Protocol buffer used for logging messages to the events file. This was theoretically used by the defunct tensorboard_logging module, which has been removed; this message is now deprecated and should not be used.Protobuf type
tensorflow.LogMessage- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.Protocol buffer used for logging messages to the events file.static enumDeprecated.Nested classes/interfaces inherited from class GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>, GeneratedMessageV3.ExtendableMessage<MessageType>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameterNested classes/interfaces inherited from class AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.Fields inherited from class GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class AbstractMessage
memoizedSizeFields inherited from class AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.static LogMessageDeprecated.Deprecated.static final Descriptors.DescriptorDeprecated.getLevel()Deprecated..tensorflow.LogMessage.Level level = 1;intDeprecated..tensorflow.LogMessage.Level level = 1;Deprecated.string message = 2;Deprecated.string message = 2;Deprecated.intDeprecated.final UnknownFieldSetDeprecated.inthashCode()Deprecated.protected GeneratedMessageV3.FieldAccessorTableDeprecated.final booleanDeprecated.static LogMessage.BuilderDeprecated.static LogMessage.BuildernewBuilder(LogMessage prototype) Deprecated.Deprecated.protected LogMessage.BuilderDeprecated.protected ObjectDeprecated.static LogMessageparseDelimitedFrom(InputStream input) Deprecated.static LogMessageparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) Deprecated.static LogMessageparseFrom(byte[] data) Deprecated.static LogMessageparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) Deprecated.static LogMessageparseFrom(ByteString data) Deprecated.static LogMessageparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) Deprecated.static LogMessageparseFrom(CodedInputStream input) Deprecated.static LogMessageparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Deprecated.static LogMessageparseFrom(InputStream input) Deprecated.static LogMessageparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) Deprecated.static LogMessageparseFrom(ByteBuffer data) Deprecated.static LogMessageparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Deprecated.static Parser<LogMessage> parser()Deprecated.Deprecated.voidwriteTo(CodedOutputStream output) Deprecated.Methods inherited from class GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
LEVEL_FIELD_NUMBER
public static final int LEVEL_FIELD_NUMBERDeprecated.- See Also:
-
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBERDeprecated.- See Also:
-
-
Method Details
-
newInstance
Deprecated.- Overrides:
newInstancein classGeneratedMessageV3
-
getUnknownFields
Deprecated.- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder- Overrides:
getUnknownFieldsin classGeneratedMessageV3
-
getDescriptor
Deprecated. -
internalGetFieldAccessorTable
Deprecated.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3
-
getLevelValue
public int getLevelValue()Deprecated..tensorflow.LogMessage.Level level = 1;- Specified by:
getLevelValuein interfaceLogMessageOrBuilder- Returns:
- The enum numeric value on the wire for level.
-
getLevel
Deprecated..tensorflow.LogMessage.Level level = 1;- Specified by:
getLevelin interfaceLogMessageOrBuilder- Returns:
- The level.
-
getMessage
Deprecated.string message = 2;- Specified by:
getMessagein interfaceLogMessageOrBuilder- Returns:
- The message.
-
getMessageBytes
Deprecated.string message = 2;- Specified by:
getMessageBytesin interfaceLogMessageOrBuilder- Returns:
- The bytes for message.
-
isInitialized
public final boolean isInitialized()Deprecated.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3
-
writeTo
Deprecated.- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()Deprecated.- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessageV3
-
equals
Deprecated.- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage
-
hashCode
public int hashCode()Deprecated.- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage
-
parseFrom
Deprecated.- Throws:
InvalidProtocolBufferException
-
parseFrom
public static LogMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException Deprecated.- Throws:
InvalidProtocolBufferException
-
parseFrom
Deprecated.- Throws:
InvalidProtocolBufferException
-
parseFrom
public static LogMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException Deprecated.- Throws:
InvalidProtocolBufferException
-
parseFrom
Deprecated.- Throws:
InvalidProtocolBufferException
-
parseFrom
public static LogMessage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException Deprecated.- Throws:
InvalidProtocolBufferException
-
parseFrom
Deprecated.- Throws:
IOException
-
parseFrom
public static LogMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static LogMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
Deprecated.- Throws:
IOException
-
parseFrom
public static LogMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
newBuilderForType
Deprecated.- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
Deprecated. -
newBuilder
Deprecated. -
toBuilder
Deprecated.- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
Deprecated.- Specified by:
newBuilderForTypein classGeneratedMessageV3
-
getDefaultInstance
Deprecated. -
parser
Deprecated. -
getParserForType
Deprecated.- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessageV3
-
getDefaultInstanceForType
Deprecated.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-