Uses of Class
io.envoyproxy.envoy.service.event_reporting.v3.StreamEventsRequest.Identifier.Builder
Packages that use StreamEventsRequest.Identifier.Builder
-
Uses of StreamEventsRequest.Identifier.Builder in io.envoyproxy.envoy.service.event_reporting.v3
Methods in io.envoyproxy.envoy.service.event_reporting.v3 that return StreamEventsRequest.Identifier.BuilderModifier and TypeMethodDescriptionStreamEventsRequest.Identifier.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StreamEventsRequest.Identifier.Builder.clear()StreamEventsRequest.Identifier.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) StreamEventsRequest.Identifier.Builder.clearNode()The node sending the event messages over the stream.StreamEventsRequest.Identifier.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) StreamEventsRequest.Identifier.Builder.clone()StreamEventsRequest.Builder.getIdentifierBuilder()Identifier data that will only be sent in the first message on the stream.StreamEventsRequest.Identifier.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StreamEventsRequest.Identifier.Builder.mergeFrom(com.google.protobuf.Message other) StreamEventsRequest.Identifier.Builder.mergeFrom(StreamEventsRequest.Identifier other) The node sending the event messages over the stream.StreamEventsRequest.Identifier.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StreamEventsRequest.Identifier.newBuilder()StreamEventsRequest.Identifier.newBuilder(StreamEventsRequest.Identifier prototype) StreamEventsRequest.Identifier.newBuilderForType()protected StreamEventsRequest.Identifier.BuilderStreamEventsRequest.Identifier.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) StreamEventsRequest.Identifier.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The node sending the event messages over the stream.StreamEventsRequest.Identifier.Builder.setNode(Node.Builder builderForValue) The node sending the event messages over the stream.StreamEventsRequest.Identifier.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) StreamEventsRequest.Identifier.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StreamEventsRequest.Identifier.toBuilder()Methods in io.envoyproxy.envoy.service.event_reporting.v3 with parameters of type StreamEventsRequest.Identifier.BuilderModifier and TypeMethodDescriptionStreamEventsRequest.Builder.setIdentifier(StreamEventsRequest.Identifier.Builder builderForValue) Identifier data that will only be sent in the first message on the stream.