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.
|
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 |
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.v2.DeniedHttpResponse denied_response = 2;DeniedHttpResponse getDeniedResponse()
Supplies http attributes for a denied response.
.envoy.service.auth.v2.DeniedHttpResponse denied_response = 2;DeniedHttpResponseOrBuilder getDeniedResponseOrBuilder()
Supplies http attributes for a denied response.
.envoy.service.auth.v2.DeniedHttpResponse denied_response = 2;boolean hasOkResponse()
Supplies http attributes for an ok response.
.envoy.service.auth.v2.OkHttpResponse ok_response = 3;OkHttpResponse getOkResponse()
Supplies http attributes for an ok response.
.envoy.service.auth.v2.OkHttpResponse ok_response = 3;OkHttpResponseOrBuilder getOkResponseOrBuilder()
Supplies http attributes for an ok response.
.envoy.service.auth.v2.OkHttpResponse ok_response = 3;CheckResponse.HttpResponseCase getHttpResponseCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.