类的使用
org.apache.skywalking.apm.network.logging.v3.LogDataBody.Builder
使用LogDataBody.Builder的程序包
-
org.apache.skywalking.apm.network.logging.v3中LogDataBody.Builder的使用
修饰符和类型方法说明LogDataBody.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) LogDataBody.Builder.clear()LogDataBody.Builder.clearContent()LogDataBody.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) LogDataBody.Builder.clearJson().skywalking.v3.JSONLog json = 3;LogDataBody.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) LogDataBody.Builder.clearText().skywalking.v3.TextLog text = 2;LogDataBody.Builder.clearType()A type to match analyzer(s) at the OAP server.LogDataBody.Builder.clearYaml().skywalking.v3.YAMLLog yaml = 4;LogDataBody.Builder.clone()LogData.Builder.getBodyBuilder()[Required] The content of the log.LogDataBody.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LogDataBody.Builder.mergeFrom(com.google.protobuf.Message other) LogDataBody.Builder.mergeFrom(LogDataBody other) .skywalking.v3.JSONLog json = 3;.skywalking.v3.TextLog text = 2;final LogDataBody.BuilderLogDataBody.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) .skywalking.v3.YAMLLog yaml = 4;static LogDataBody.BuilderLogDataBody.newBuilder()static LogDataBody.BuilderLogDataBody.newBuilder(LogDataBody prototype) LogDataBody.newBuilderForType()protected LogDataBody.BuilderLogDataBody.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) .skywalking.v3.JSONLog json = 3;LogDataBody.Builder.setJson(JSONLog.Builder builderForValue) .skywalking.v3.JSONLog json = 3;LogDataBody.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) .skywalking.v3.TextLog text = 2;LogDataBody.Builder.setText(TextLog.Builder builderForValue) .skywalking.v3.TextLog text = 2;A type to match analyzer(s) at the OAP server.LogDataBody.Builder.setTypeBytes(com.google.protobuf.ByteString value) A type to match analyzer(s) at the OAP server.final LogDataBody.BuilderLogDataBody.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) .skywalking.v3.YAMLLog yaml = 4;LogDataBody.Builder.setYaml(YAMLLog.Builder builderForValue) .skywalking.v3.YAMLLog yaml = 4;LogDataBody.toBuilder()修饰符和类型方法说明LogData.Builder.setBody(LogDataBody.Builder builderForValue) [Required] The content of the log.