Uses of Class
io.envoyproxy.envoy.service.network_ext_proc.v3.Data.Builder
Packages that use Data.Builder
-
Uses of Data.Builder in io.envoyproxy.envoy.service.network_ext_proc.v3
Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 that return Data.BuilderModifier and TypeMethodDescriptionData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Data.Builder.clear()Data.Builder.clearData()The raw payload dataData.Builder.clearEndOfStream()Indicates whether this is the last data frame in the current direction.Data.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Data.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Data.Builder.clone()ProcessingRequest.Builder.getReadDataBuilder()ReadData contains the network data intercepted in the request path (client to server).ProcessingResponse.Builder.getReadDataBuilder()The processed ReadData containing potentially modified data for the request path.ProcessingRequest.Builder.getWriteDataBuilder()WriteData contains the network data intercepted in the response path (server to client).ProcessingResponse.Builder.getWriteDataBuilder()The processed WriteData containing potentially modified data for the response path.Data.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Data.Builder.mergeFrom(com.google.protobuf.Message other) final Data.BuilderData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Data.BuilderData.newBuilder()static Data.BuilderData.newBuilder(Data prototype) Data.newBuilderForType()protected Data.BuilderData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Data.Builder.setData(com.google.protobuf.ByteString value) The raw payload dataData.Builder.setEndOfStream(boolean value) Indicates whether this is the last data frame in the current direction.Data.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Data.BuilderData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Data.toBuilder()Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 with parameters of type Data.BuilderModifier and TypeMethodDescriptionProcessingRequest.Builder.setReadData(Data.Builder builderForValue) ReadData contains the network data intercepted in the request path (client to server).ProcessingResponse.Builder.setReadData(Data.Builder builderForValue) The processed ReadData containing potentially modified data for the request path.ProcessingRequest.Builder.setWriteData(Data.Builder builderForValue) WriteData contains the network data intercepted in the response path (server to client).ProcessingResponse.Builder.setWriteData(Data.Builder builderForValue) The processed WriteData containing potentially modified data for the response path.