Uses of Enum
io.envoyproxy.envoy.service.network_ext_proc.v3.ProcessingResponse.DataProcessedStatus
Packages that use ProcessingResponse.DataProcessedStatus
-
Uses of ProcessingResponse.DataProcessedStatus in io.envoyproxy.envoy.service.network_ext_proc.v3
Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 that return ProcessingResponse.DataProcessedStatusModifier and TypeMethodDescriptionProcessingResponse.DataProcessedStatus.forNumber(int value) ProcessingResponse.Builder.getDataProcessingStatus()Indicates whether the data was modified or not.ProcessingResponse.getDataProcessingStatus()Indicates whether the data was modified or not.ProcessingResponseOrBuilder.getDataProcessingStatus()Indicates whether the data was modified or not.ProcessingResponse.DataProcessedStatus.valueOf(int value) Deprecated.ProcessingResponse.DataProcessedStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.ProcessingResponse.DataProcessedStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 that return types with arguments of type ProcessingResponse.DataProcessedStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProcessingResponse.DataProcessedStatus>ProcessingResponse.DataProcessedStatus.internalGetValueMap()Methods in io.envoyproxy.envoy.service.network_ext_proc.v3 with parameters of type ProcessingResponse.DataProcessedStatusModifier and TypeMethodDescriptionProcessingResponse.Builder.setDataProcessingStatus(ProcessingResponse.DataProcessedStatus value) Indicates whether the data was modified or not.