Uses of Class
io.envoyproxy.envoy.service.network_ext_proc.v3.Data
Packages that use Data
-
Uses of Data in io.envoyproxy.envoy.service.network_ext_proc.v3
Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 that return DataModifier and TypeMethodDescriptionData.Builder.build()Data.Builder.buildPartial()static DataData.getDefaultInstance()Data.Builder.getDefaultInstanceForType()Data.getDefaultInstanceForType()ProcessingRequest.Builder.getReadData()ReadData contains the network data intercepted in the request path (client to server).ProcessingRequest.getReadData()ReadData contains the network data intercepted in the request path (client to server).ProcessingRequestOrBuilder.getReadData()ReadData contains the network data intercepted in the request path (client to server).ProcessingResponse.Builder.getReadData()The processed ReadData containing potentially modified data for the request path.ProcessingResponse.getReadData()The processed ReadData containing potentially modified data for the request path.ProcessingResponseOrBuilder.getReadData()The processed ReadData containing potentially modified data for the request path.ProcessingRequest.Builder.getWriteData()WriteData contains the network data intercepted in the response path (server to client).ProcessingRequest.getWriteData()WriteData contains the network data intercepted in the response path (server to client).ProcessingRequestOrBuilder.getWriteData()WriteData contains the network data intercepted in the response path (server to client).ProcessingResponse.Builder.getWriteData()The processed WriteData containing potentially modified data for the response path.ProcessingResponse.getWriteData()The processed WriteData containing potentially modified data for the response path.ProcessingResponseOrBuilder.getWriteData()The processed WriteData containing potentially modified data for the response path.static DataData.parseDelimitedFrom(InputStream input) static DataData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataData.parseFrom(byte[] data) static DataData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataData.parseFrom(com.google.protobuf.ByteString data) static DataData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataData.parseFrom(com.google.protobuf.CodedInputStream input) static DataData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataData.parseFrom(InputStream input) static DataData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataData.parseFrom(ByteBuffer data) static DataData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 that return types with arguments of type DataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Data>Data.getParserForType()static com.google.protobuf.Parser<Data>Data.parser()Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 with parameters of type DataModifier and TypeMethodDescriptionProcessingRequest.Builder.mergeReadData(Data value) ReadData contains the network data intercepted in the request path (client to server).ProcessingResponse.Builder.mergeReadData(Data value) The processed ReadData containing potentially modified data for the request path.ProcessingRequest.Builder.mergeWriteData(Data value) WriteData contains the network data intercepted in the response path (server to client).ProcessingResponse.Builder.mergeWriteData(Data value) The processed WriteData containing potentially modified data for the response path.static Data.BuilderData.newBuilder(Data prototype) ProcessingRequest.Builder.setReadData(Data value) ReadData contains the network data intercepted in the request path (client to server).ProcessingResponse.Builder.setReadData(Data value) The processed ReadData containing potentially modified data for the request path.ProcessingRequest.Builder.setWriteData(Data value) WriteData contains the network data intercepted in the response path (server to client).ProcessingResponse.Builder.setWriteData(Data value) The processed WriteData containing potentially modified data for the response path.