public interface CheckResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeniedHttpResponse |
getDeniedResponse()
Supplies http attributes for a denied response.
|
DeniedHttpResponseOrBuilder |
getDeniedResponseOrBuilder()
Supplies http attributes for a denied response.
|
com.google.protobuf.Struct |
getDynamicMetadata()
Optional response metadata that will be emitted as dynamic metadata to be consumed by the next
filter.
|
com.google.protobuf.StructOrBuilder |
getDynamicMetadataOrBuilder()
Optional response metadata that will be emitted as dynamic metadata to be consumed by the next
filter.
|
CheckResponse.HttpResponseCase |
getHttpResponseCase() |
OkHttpResponse |
getOkResponse()
Supplies http attributes for an ok response.
|
OkHttpResponseOrBuilder |
getOkResponseOrBuilder()
Supplies http attributes for an ok response.
|
Status |
getStatus()
Status `OK` allows the request.
|
StatusOrBuilder |
getStatusOrBuilder()
Status `OK` allows the request.
|
boolean |
hasDeniedResponse()
Supplies http attributes for a denied response.
|
boolean |
hasDynamicMetadata()
Optional response metadata that will be emitted as dynamic metadata to be consumed by the next
filter.
|
boolean |
hasOkResponse()
Supplies http attributes for an ok response.
|
boolean |
hasStatus()
Status `OK` allows the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Status `OK` allows the request. Any other status indicates the request should be denied.
.google.rpc.Status status = 1;Status getStatus()
Status `OK` allows the request. Any other status indicates the request should be denied.
.google.rpc.Status status = 1;StatusOrBuilder getStatusOrBuilder()
Status `OK` allows the request. Any other status indicates the request should be denied.
.google.rpc.Status status = 1;boolean hasDeniedResponse()
Supplies http attributes for a denied response.
.envoy.service.auth.v3.DeniedHttpResponse denied_response = 2;DeniedHttpResponse getDeniedResponse()
Supplies http attributes for a denied response.
.envoy.service.auth.v3.DeniedHttpResponse denied_response = 2;DeniedHttpResponseOrBuilder getDeniedResponseOrBuilder()
Supplies http attributes for a denied response.
.envoy.service.auth.v3.DeniedHttpResponse denied_response = 2;boolean hasOkResponse()
Supplies http attributes for an ok response.
.envoy.service.auth.v3.OkHttpResponse ok_response = 3;OkHttpResponse getOkResponse()
Supplies http attributes for an ok response.
.envoy.service.auth.v3.OkHttpResponse ok_response = 3;OkHttpResponseOrBuilder getOkResponseOrBuilder()
Supplies http attributes for an ok response.
.envoy.service.auth.v3.OkHttpResponse ok_response = 3;boolean hasDynamicMetadata()
Optional response metadata that will be emitted as dynamic metadata to be consumed by the next filter. This metadata lives in a namespace specified by the canonical name of extension filter that requires it: - :ref:`envoy.filters.http.ext_authz <config_http_filters_ext_authz_dynamic_metadata>` for HTTP filter. - :ref:`envoy.filters.network.ext_authz <config_network_filters_ext_authz_dynamic_metadata>` for network filter.
.google.protobuf.Struct dynamic_metadata = 4;com.google.protobuf.Struct getDynamicMetadata()
Optional response metadata that will be emitted as dynamic metadata to be consumed by the next filter. This metadata lives in a namespace specified by the canonical name of extension filter that requires it: - :ref:`envoy.filters.http.ext_authz <config_http_filters_ext_authz_dynamic_metadata>` for HTTP filter. - :ref:`envoy.filters.network.ext_authz <config_network_filters_ext_authz_dynamic_metadata>` for network filter.
.google.protobuf.Struct dynamic_metadata = 4;com.google.protobuf.StructOrBuilder getDynamicMetadataOrBuilder()
Optional response metadata that will be emitted as dynamic metadata to be consumed by the next filter. This metadata lives in a namespace specified by the canonical name of extension filter that requires it: - :ref:`envoy.filters.http.ext_authz <config_http_filters_ext_authz_dynamic_metadata>` for HTTP filter. - :ref:`envoy.filters.network.ext_authz <config_network_filters_ext_authz_dynamic_metadata>` for network filter.
.google.protobuf.Struct dynamic_metadata = 4;CheckResponse.HttpResponseCase getHttpResponseCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.