Uses of Class
org.apache.skywalking.apm.network.logging.v3.TextLog.Builder
Packages that use TextLog.Builder
-
Uses of TextLog.Builder in org.apache.skywalking.apm.network.logging.v3
Methods in org.apache.skywalking.apm.network.logging.v3 that return TextLog.BuilderModifier and TypeMethodDescriptionTextLog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TextLog.Builder.clear()TextLog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TextLog.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TextLog.Builder.clearText()string text = 1;TextLog.Builder.clone()LogDataBody.Builder.getTextBuilder().skywalking.v3.TextLog text = 2;TextLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TextLog.Builder.mergeFrom(com.google.protobuf.Message other) final TextLog.BuilderTextLog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TextLog.BuilderTextLog.newBuilder()static TextLog.BuilderTextLog.newBuilder(TextLog prototype) TextLog.newBuilderForType()protected TextLog.BuilderTextLog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TextLog.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) string text = 1;TextLog.Builder.setTextBytes(com.google.protobuf.ByteString value) string text = 1;final TextLog.BuilderTextLog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TextLog.toBuilder()Methods in org.apache.skywalking.apm.network.logging.v3 with parameters of type TextLog.BuilderModifier and TypeMethodDescriptionLogDataBody.Builder.setText(TextLog.Builder builderForValue) .skywalking.v3.TextLog text = 2;