Uses of Class
org.apache.skywalking.apm.network.logging.v3.LogDataBody
Packages that use LogDataBody
-
Uses of LogDataBody in org.apache.skywalking.apm.network.logging.v3
Methods in org.apache.skywalking.apm.network.logging.v3 that return LogDataBodyModifier and TypeMethodDescriptionLogDataBody.Builder.build()LogDataBody.Builder.buildPartial()LogData.Builder.getBody()[Required] The content of the log.LogData.getBody()[Required] The content of the log.LogDataOrBuilder.getBody()[Required] The content of the log.static LogDataBodyLogDataBody.getDefaultInstance()LogDataBody.Builder.getDefaultInstanceForType()LogDataBody.getDefaultInstanceForType()static LogDataBodyLogDataBody.parseDelimitedFrom(InputStream input) static LogDataBodyLogDataBody.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataBodyLogDataBody.parseFrom(byte[] data) static LogDataBodyLogDataBody.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataBodyLogDataBody.parseFrom(com.google.protobuf.ByteString data) static LogDataBodyLogDataBody.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataBodyLogDataBody.parseFrom(com.google.protobuf.CodedInputStream input) static LogDataBodyLogDataBody.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataBodyLogDataBody.parseFrom(InputStream input) static LogDataBodyLogDataBody.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataBodyLogDataBody.parseFrom(ByteBuffer data) static LogDataBodyLogDataBody.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.logging.v3 that return types with arguments of type LogDataBodyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<LogDataBody>LogDataBody.getParserForType()static com.google.protobuf.Parser<LogDataBody>LogDataBody.parser()Methods in org.apache.skywalking.apm.network.logging.v3 with parameters of type LogDataBodyModifier and TypeMethodDescriptionLogData.Builder.mergeBody(LogDataBody value) [Required] The content of the log.LogDataBody.Builder.mergeFrom(LogDataBody other) static LogDataBody.BuilderLogDataBody.newBuilder(LogDataBody prototype) LogData.Builder.setBody(LogDataBody value) [Required] The content of the log.