public static interface ExternalAuth.CheckResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Status |
getStatus()
Status `OK` allows the request.
|
StatusOrBuilder |
getStatusOrBuilder()
Status `OK` allows the request.
|
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;Copyright © 2018 The Envoy Project. All rights reserved.