Uses of Class
io.envoyproxy.envoy.config.accesslog.v3.GrpcStatusFilter.Status
-
Packages that use GrpcStatusFilter.Status Package Description io.envoyproxy.envoy.config.accesslog.v3 -
-
Uses of GrpcStatusFilter.Status in io.envoyproxy.envoy.config.accesslog.v3
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return GrpcStatusFilter.Status Modifier and Type Method Description static GrpcStatusFilter.StatusGrpcStatusFilter.Status. forNumber(int value)GrpcStatusFilter.StatusGrpcStatusFilter.Builder. getStatuses(int index)Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.StatusGrpcStatusFilter. getStatuses(int index)Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.StatusGrpcStatusFilterOrBuilder. 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.StatusGrpcStatusFilter.Status. valueOf(String name)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.Status Modifier and Type Method Description List<GrpcStatusFilter.Status>GrpcStatusFilter.Builder. getStatusesList()Logs only responses that have any one of the gRPC statuses in this field.List<GrpcStatusFilter.Status>GrpcStatusFilter. getStatusesList()Logs only responses that have any one of the gRPC statuses in this field.List<GrpcStatusFilter.Status>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.Status Modifier and Type Method Description GrpcStatusFilter.BuilderGrpcStatusFilter.Builder. addStatuses(GrpcStatusFilter.Status value)Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.BuilderGrpcStatusFilter.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.Status Modifier and Type Method Description GrpcStatusFilter.BuilderGrpcStatusFilter.Builder. addAllStatuses(Iterable<? extends GrpcStatusFilter.Status> values)Logs only responses that have any one of the gRPC statuses in this field.
-