public final class GrpcStatusFilter extends com.google.protobuf.GeneratedMessageV3 implements GrpcStatusFilterOrBuilder
Filters gRPC requests based on their response status. If a gRPC status is not provided, the filter will infer the status from the HTTP status code.Protobuf type
envoy.config.accesslog.v4alpha.GrpcStatusFilter| Modifier and Type | Class and Description |
|---|---|
static class |
GrpcStatusFilter.Builder
Filters gRPC requests based on their response status.
|
static class |
GrpcStatusFilter.Status
Protobuf enum
envoy.config.accesslog.v4alpha.GrpcStatusFilter.Status |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
EXCLUDE_FIELD_NUMBER |
static int |
STATUSES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GrpcStatusFilter |
getDefaultInstance() |
GrpcStatusFilter |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<GrpcStatusFilter> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GrpcStatusFilter.Builder |
newBuilder() |
static GrpcStatusFilter.Builder |
newBuilder(GrpcStatusFilter prototype) |
GrpcStatusFilter.Builder |
newBuilderForType() |
protected GrpcStatusFilter.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GrpcStatusFilter |
parseDelimitedFrom(InputStream input) |
static GrpcStatusFilter |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcStatusFilter |
parseFrom(byte[] data) |
static GrpcStatusFilter |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcStatusFilter |
parseFrom(ByteBuffer data) |
static GrpcStatusFilter |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcStatusFilter |
parseFrom(com.google.protobuf.ByteString data) |
static GrpcStatusFilter |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcStatusFilter |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GrpcStatusFilter |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcStatusFilter |
parseFrom(InputStream input) |
static GrpcStatusFilter |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GrpcStatusFilter> |
parser() |
GrpcStatusFilter.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STATUSES_FIELD_NUMBER
public static final int EXCLUDE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<GrpcStatusFilter.Status> getStatusesList()
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v4alpha.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }getStatusesList in interface GrpcStatusFilterOrBuilderpublic int getStatusesCount()
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v4alpha.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }getStatusesCount in interface GrpcStatusFilterOrBuilderpublic GrpcStatusFilter.Status getStatuses(int index)
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v4alpha.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }getStatuses in interface GrpcStatusFilterOrBuilderpublic List<Integer> getStatusesValueList()
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v4alpha.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }getStatusesValueList in interface GrpcStatusFilterOrBuilderpublic int getStatusesValue(int index)
Logs only responses that have any one of the gRPC statuses in this field.
repeated .envoy.config.accesslog.v4alpha.GrpcStatusFilter.Status statuses = 1 [(.validate.rules) = { ... }getStatusesValue in interface GrpcStatusFilterOrBuilderpublic 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;getExclude in interface GrpcStatusFilterOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GrpcStatusFilter parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcStatusFilter parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcStatusFilter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcStatusFilter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcStatusFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcStatusFilter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GrpcStatusFilter parseFrom(InputStream input) throws IOException
IOExceptionpublic static GrpcStatusFilter parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GrpcStatusFilter parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GrpcStatusFilter parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GrpcStatusFilter parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GrpcStatusFilter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GrpcStatusFilter.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GrpcStatusFilter.Builder newBuilder()
public static GrpcStatusFilter.Builder newBuilder(GrpcStatusFilter prototype)
public GrpcStatusFilter.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GrpcStatusFilter.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GrpcStatusFilter getDefaultInstance()
public static com.google.protobuf.Parser<GrpcStatusFilter> parser()
public com.google.protobuf.Parser<GrpcStatusFilter> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GrpcStatusFilter getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.