类的使用
org.apache.skywalking.apm.network.event.v3.Event.Builder
使用Event.Builder的程序包
-
org.apache.skywalking.apm.network.event.v3中Event.Builder的使用
修饰符和类型方法说明Event.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Event.Builder.clear()Event.Builder.clearEndTime()The end time (in milliseconds) of the event. , measured between the current time and midnight, January 1, 1970 UTC.Event.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Event.Builder.clearLayer()[Required] Since 9.0.0 Name of the layer to which the event belongs.Event.Builder.clearMessage()The detail of the event that describes why this event happened.Event.Builder.clearName()The name of the event.Event.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Event.Builder.clearParameters()Event.Builder.clearSource()The source object that the event occurs on.Event.Builder.clearStartTime()The start time (in milliseconds) of the event, measured between the current time and midnight, January 1, 1970 UTC.Event.Builder.clearType()The type of the event.Event.Builder.clearUuid()Unique ID of the event.Event.Builder.clone()Event.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Event.Builder.mergeFrom(com.google.protobuf.Message other) Event.Builder.mergeSource(Source value) The source object that the event occurs on.final Event.BuilderEvent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Event.BuilderEvent.newBuilder()static Event.BuilderEvent.newBuilder(Event prototype) Event.newBuilderForType()protected Event.BuilderEvent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Event.Builder.putAllParameters(Map<String, String> values) The parameters in the `message` field.Event.Builder.putParameters(String key, String value) The parameters in the `message` field.Event.Builder.removeParameters(String key) The parameters in the `message` field.Event.Builder.setEndTime(long value) The end time (in milliseconds) of the event. , measured between the current time and midnight, January 1, 1970 UTC.[Required] Since 9.0.0 Name of the layer to which the event belongs.Event.Builder.setLayerBytes(com.google.protobuf.ByteString value) [Required] Since 9.0.0 Name of the layer to which the event belongs.Event.Builder.setMessage(String value) The detail of the event that describes why this event happened.Event.Builder.setMessageBytes(com.google.protobuf.ByteString value) The detail of the event that describes why this event happened.The name of the event.Event.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the event.Event.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The source object that the event occurs on.Event.Builder.setSource(Source.Builder builderForValue) The source object that the event occurs on.Event.Builder.setStartTime(long value) The start time (in milliseconds) of the event, measured between the current time and midnight, January 1, 1970 UTC.The type of the event.Event.Builder.setTypeValue(int value) The type of the event.final Event.BuilderEvent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Unique ID of the event.Event.Builder.setUuidBytes(com.google.protobuf.ByteString value) Unique ID of the event.Event.toBuilder()