public interface GrpcStatusFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExclude()
If included and set to true, the filter will instead block all responses
with a gRPC status or inferred gRPC status enumerated in statuses, and
allow all other responses.
|
GrpcStatusFilter.Status |
getStatuses(int index)
Logs only responses that have any one of the gRPC statuses in this field.
|
int |
getStatusesCount()
Logs only responses that have any one of the gRPC statuses in this field.
|
List<GrpcStatusFilter.Status> |
getStatusesList()
Logs only responses that have any one of the gRPC statuses in this field.
|
int |
getStatusesValue(int index)
Logs only responses that have any one of the gRPC statuses in this field.
|
List<Integer> |
getStatusesValueList()
Logs only responses that have any one of the gRPC statuses in this field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GrpcStatusFilter.Status> getStatusesList()
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v3.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }int getStatusesCount()
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v3.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }GrpcStatusFilter.Status getStatuses(int index)
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v3.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }List<Integer> getStatusesValueList()
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v3.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }int getStatusesValue(int index)
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v3.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }boolean getExclude()
If included and set to true, the filter will instead block all responses with a gRPC status or inferred gRPC status enumerated in statuses, and allow all other responses.
bool exclude = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.