Uses of Enum
io.envoyproxy.envoy.config.accesslog.v3.GrpcStatusFilter.Status
Packages that use GrpcStatusFilter.Status
-
Uses of GrpcStatusFilter.Status in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 declared as GrpcStatusFilter.StatusModifier and TypeFieldDescriptionprivate static final GrpcStatusFilter.Status[]
GrpcStatusFilter.Status.VALUES
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type GrpcStatusFilter.StatusModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<GrpcStatusFilter.Status> GrpcStatusFilter.Status.internalValueMap
private static final com.google.protobuf.Internal.IntListAdapter.IntConverter
<GrpcStatusFilter.Status> GrpcStatusFilter.statuses_converter_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return GrpcStatusFilter.StatusModifier and TypeMethodDescriptionstatic GrpcStatusFilter.Status
GrpcStatusFilter.Status.forNumber
(int value) GrpcStatusFilter.Builder.getStatuses
(int index) Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.getStatuses
(int index) Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilterOrBuilder.getStatuses
(int index) Logs only responses that have any one of the gRPC statuses in this field.static GrpcStatusFilter.Status
GrpcStatusFilter.Status.valueOf
(int value) Deprecated.static GrpcStatusFilter.Status
GrpcStatusFilter.Status.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GrpcStatusFilter.Status
Returns the enum constant of this type with the specified name.static GrpcStatusFilter.Status[]
GrpcStatusFilter.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type GrpcStatusFilter.StatusModifier and TypeMethodDescriptionGrpcStatusFilter.Builder.getStatusesList()
Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.getStatusesList()
Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilterOrBuilder.getStatusesList()
Logs only responses that have any one of the gRPC statuses in this field.static com.google.protobuf.Internal.EnumLiteMap
<GrpcStatusFilter.Status> GrpcStatusFilter.Status.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.accesslog.v3 with parameters of type GrpcStatusFilter.StatusModifier and TypeMethodDescriptionGrpcStatusFilter.Builder.addStatuses
(GrpcStatusFilter.Status value) Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.Builder.setStatuses
(int index, GrpcStatusFilter.Status value) Logs only responses that have any one of the gRPC statuses in this field.Method parameters in io.envoyproxy.envoy.config.accesslog.v3 with type arguments of type GrpcStatusFilter.StatusModifier and TypeMethodDescriptionGrpcStatusFilter.Builder.addAllStatuses
(Iterable<? extends GrpcStatusFilter.Status> values) Logs only responses that have any one of the gRPC statuses in this field.