public static final class ExternalAuth.DeniedHttpResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder> implements ExternalAuth.DeniedHttpResponseOrBuilder
HTTP attributes for a denied response.
Protobuf type envoy.service.auth.v2alpha.DeniedHttpResponse
| Modifier and Type | Method and Description |
|---|---|
ExternalAuth.DeniedHttpResponse.Builder |
addAllHeaders(Iterable<? extends Base.HeaderValueOption> values)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
addHeaders(Base.HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
addHeaders(Base.HeaderValueOption value)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
addHeaders(int index,
Base.HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
addHeaders(int index,
Base.HeaderValueOption value)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
Base.HeaderValueOption.Builder |
addHeadersBuilder()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
Base.HeaderValueOption.Builder |
addHeadersBuilder(int index)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExternalAuth.DeniedHttpResponse |
build() |
ExternalAuth.DeniedHttpResponse |
buildPartial() |
ExternalAuth.DeniedHttpResponse.Builder |
clear() |
ExternalAuth.DeniedHttpResponse.Builder |
clearBody()
This field allows the authorization service to send a response body data
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExternalAuth.DeniedHttpResponse.Builder |
clearHeaders()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExternalAuth.DeniedHttpResponse.Builder |
clearStatus()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
ExternalAuth.DeniedHttpResponse.Builder |
clone() |
String |
getBody()
This field allows the authorization service to send a response body data
to the the downstream client.
|
com.google.protobuf.ByteString |
getBodyBytes()
This field allows the authorization service to send a response body data
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Base.HeaderValueOption |
getHeaders(int index)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
Base.HeaderValueOption.Builder |
getHeadersBuilder(int index)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
List<Base.HeaderValueOption.Builder> |
getHeadersBuilderList()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
int |
getHeadersCount()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
List<Base.HeaderValueOption> |
getHeadersList()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
Base.HeaderValueOptionOrBuilder |
getHeadersOrBuilder(int index)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
List<? extends Base.HeaderValueOptionOrBuilder> |
getHeadersOrBuilderList()
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
HttpStatusOuterClass.HttpStatus |
getStatus()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
HttpStatusOuterClass.HttpStatus.Builder |
getStatusBuilder()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
HttpStatusOuterClass.HttpStatusOrBuilder |
getStatusOrBuilder()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
boolean |
hasStatus()
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ExternalAuth.DeniedHttpResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExternalAuth.DeniedHttpResponse.Builder |
mergeFrom(ExternalAuth.DeniedHttpResponse other) |
ExternalAuth.DeniedHttpResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ExternalAuth.DeniedHttpResponse.Builder |
mergeStatus(HttpStatusOuterClass.HttpStatus value)
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
ExternalAuth.DeniedHttpResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExternalAuth.DeniedHttpResponse.Builder |
removeHeaders(int index)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
setBody(String value)
This field allows the authorization service to send a response body data
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
setBodyBytes(com.google.protobuf.ByteString value)
This field allows the authorization service to send a response body data
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExternalAuth.DeniedHttpResponse.Builder |
setHeaders(int index,
Base.HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
setHeaders(int index,
Base.HeaderValueOption value)
This field allows the authorization service to send HTTP response headers
to the the downstream client.
|
ExternalAuth.DeniedHttpResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExternalAuth.DeniedHttpResponse.Builder |
setStatus(HttpStatusOuterClass.HttpStatus.Builder builderForValue)
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
ExternalAuth.DeniedHttpResponse.Builder |
setStatus(HttpStatusOuterClass.HttpStatus value)
This field allows the authorization service to send a HTTP response status
code to the downstream client other than 403 (Forbidden).
|
ExternalAuth.DeniedHttpResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExternalAuth.DeniedHttpResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExternalAuth.DeniedHttpResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExternalAuth.DeniedHttpResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder mergeFrom(ExternalAuth.DeniedHttpResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public ExternalAuth.DeniedHttpResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExternalAuth.DeniedHttpResponse.Builder>IOExceptionpublic boolean hasStatus()
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }hasStatus in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic HttpStatusOuterClass.HttpStatus getStatus()
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }getStatus in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic ExternalAuth.DeniedHttpResponse.Builder setStatus(HttpStatusOuterClass.HttpStatus value)
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }public ExternalAuth.DeniedHttpResponse.Builder setStatus(HttpStatusOuterClass.HttpStatus.Builder builderForValue)
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }public ExternalAuth.DeniedHttpResponse.Builder mergeStatus(HttpStatusOuterClass.HttpStatus value)
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }public ExternalAuth.DeniedHttpResponse.Builder clearStatus()
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }public HttpStatusOuterClass.HttpStatus.Builder getStatusBuilder()
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }public HttpStatusOuterClass.HttpStatusOrBuilder getStatusOrBuilder()
This field allows the authorization service to send a HTTP response status code to the downstream client other than 403 (Forbidden).
.envoy.type.HttpStatus status = 1 [(.validate.rules) = { ... }getStatusOrBuilder in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic List<Base.HeaderValueOption> getHeadersList()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeadersList in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic int getHeadersCount()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeadersCount in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic Base.HeaderValueOption getHeaders(int index)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeaders in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic ExternalAuth.DeniedHttpResponse.Builder setHeaders(int index, Base.HeaderValueOption value)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public ExternalAuth.DeniedHttpResponse.Builder setHeaders(int index, Base.HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public ExternalAuth.DeniedHttpResponse.Builder addHeaders(Base.HeaderValueOption value)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public ExternalAuth.DeniedHttpResponse.Builder addHeaders(int index, Base.HeaderValueOption value)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public ExternalAuth.DeniedHttpResponse.Builder addHeaders(Base.HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public ExternalAuth.DeniedHttpResponse.Builder addHeaders(int index, Base.HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public ExternalAuth.DeniedHttpResponse.Builder addAllHeaders(Iterable<? extends Base.HeaderValueOption> values)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public ExternalAuth.DeniedHttpResponse.Builder clearHeaders()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public ExternalAuth.DeniedHttpResponse.Builder removeHeaders(int index)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public Base.HeaderValueOption.Builder getHeadersBuilder(int index)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public Base.HeaderValueOptionOrBuilder getHeadersOrBuilder(int index)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeadersOrBuilder in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic List<? extends Base.HeaderValueOptionOrBuilder> getHeadersOrBuilderList()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeadersOrBuilderList in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic Base.HeaderValueOption.Builder addHeadersBuilder()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public Base.HeaderValueOption.Builder addHeadersBuilder(int index)
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public List<Base.HeaderValueOption.Builder> getHeadersBuilderList()
This field allows the authorization service to send HTTP response headers to the the downstream client.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;public String getBody()
This field allows the authorization service to send a response body data to the the downstream client.
string body = 3;getBody in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic com.google.protobuf.ByteString getBodyBytes()
This field allows the authorization service to send a response body data to the the downstream client.
string body = 3;getBodyBytes in interface ExternalAuth.DeniedHttpResponseOrBuilderpublic ExternalAuth.DeniedHttpResponse.Builder setBody(String value)
This field allows the authorization service to send a response body data to the the downstream client.
string body = 3;public ExternalAuth.DeniedHttpResponse.Builder clearBody()
This field allows the authorization service to send a response body data to the the downstream client.
string body = 3;public ExternalAuth.DeniedHttpResponse.Builder setBodyBytes(com.google.protobuf.ByteString value)
This field allows the authorization service to send a response body data to the the downstream client.
string body = 3;public final ExternalAuth.DeniedHttpResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>public final ExternalAuth.DeniedHttpResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExternalAuth.DeniedHttpResponse.Builder>Copyright © 2019 WSO2. All rights reserved.