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
Fields in io.envoyproxy.envoy.config.accesslog.v3 declared as GrpcStatusFilter.Status Modifier and Type Field Description private static GrpcStatusFilter.Status[]
GrpcStatusFilter.Status. VALUES
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type GrpcStatusFilter.Status Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<GrpcStatusFilter.Status>
GrpcStatusFilter.Status. internalValueMap
private static com.google.protobuf.Internal.IntListAdapter.IntConverter<GrpcStatusFilter.Status>
GrpcStatusFilter. statuses_converter_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return GrpcStatusFilter.Status Modifier and Type Method Description static GrpcStatusFilter.Status
GrpcStatusFilter.Status. forNumber(int value)
GrpcStatusFilter.Status
GrpcStatusFilter.Builder. getStatuses(int index)
Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.Status
GrpcStatusFilter. getStatuses(int index)
Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.Status
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
GrpcStatusFilter.Status. valueOf(java.lang.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 java.util.List<GrpcStatusFilter.Status>
GrpcStatusFilter.Builder. getStatusesList()
Logs only responses that have any one of the gRPC statuses in this field.java.util.List<GrpcStatusFilter.Status>
GrpcStatusFilter. getStatusesList()
Logs only responses that have any one of the gRPC statuses in this field.java.util.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.Builder
GrpcStatusFilter.Builder. addStatuses(GrpcStatusFilter.Status value)
Logs only responses that have any one of the gRPC statuses in this field.GrpcStatusFilter.Builder
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.Status Modifier and Type Method Description GrpcStatusFilter.Builder
GrpcStatusFilter.Builder. addAllStatuses(java.lang.Iterable<? extends GrpcStatusFilter.Status> values)
Logs only responses that have any one of the gRPC statuses in this field.
-