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
Subclasses with type arguments of type GrpcStatusFilter.Status in io.envoyproxy.envoy.config.accesslog.v3Modifier and TypeClassDescriptionstatic enumProtobuf enumenvoy.config.accesslog.v3.GrpcStatusFilter.StatusFields in io.envoyproxy.envoy.config.accesslog.v3 declared as GrpcStatusFilter.StatusModifier and TypeFieldDescriptionprivate static final GrpcStatusFilter.Status[]GrpcStatusFilter.Status.VALUESFields 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.internalValueMapprivate 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.StatusGrpcStatusFilter.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.StatusGrpcStatusFilter.Status.valueOf(int value) Deprecated.static GrpcStatusFilter.StatusGrpcStatusFilter.Status.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GrpcStatusFilter.StatusReturns 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.