public static final class ExternalAuth.OkHttpResponse extends com.google.protobuf.GeneratedMessageV3 implements ExternalAuth.OkHttpResponseOrBuilder
HTTP attributes for an ok response.
Protobuf type envoy.service.auth.v2alpha.OkHttpResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalAuth.OkHttpResponse.Builder
HTTP attributes for an ok response.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
HEADERS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ExternalAuth.OkHttpResponse |
getDefaultInstance() |
ExternalAuth.OkHttpResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Base.HeaderValueOption |
getHeaders(int index)
HTTP entity headers in addition to the original request headers.
|
int |
getHeadersCount()
HTTP entity headers in addition to the original request headers.
|
List<Base.HeaderValueOption> |
getHeadersList()
HTTP entity headers in addition to the original request headers.
|
Base.HeaderValueOptionOrBuilder |
getHeadersOrBuilder(int index)
HTTP entity headers in addition to the original request headers.
|
List<? extends Base.HeaderValueOptionOrBuilder> |
getHeadersOrBuilderList()
HTTP entity headers in addition to the original request headers.
|
com.google.protobuf.Parser<ExternalAuth.OkHttpResponse> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ExternalAuth.OkHttpResponse.Builder |
newBuilder() |
static ExternalAuth.OkHttpResponse.Builder |
newBuilder(ExternalAuth.OkHttpResponse prototype) |
ExternalAuth.OkHttpResponse.Builder |
newBuilderForType() |
protected ExternalAuth.OkHttpResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ExternalAuth.OkHttpResponse |
parseDelimitedFrom(InputStream input) |
static ExternalAuth.OkHttpResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.OkHttpResponse |
parseFrom(byte[] data) |
static ExternalAuth.OkHttpResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.OkHttpResponse |
parseFrom(ByteBuffer data) |
static ExternalAuth.OkHttpResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.OkHttpResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ExternalAuth.OkHttpResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.OkHttpResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ExternalAuth.OkHttpResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExternalAuth.OkHttpResponse |
parseFrom(InputStream input) |
static ExternalAuth.OkHttpResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ExternalAuth.OkHttpResponse> |
parser() |
ExternalAuth.OkHttpResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, 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 HEADERS_FIELD_NUMBER
public 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<Base.HeaderValueOption> getHeadersList()
HTTP entity headers in addition to the original request headers. This allows the authorization service to append, to add or to override headers from the original request before dispatching it to the upstream. By setting `append` field to `true` in the `HeaderValueOption`, the filter will append the correspondent header value to the matched request header. Note that by Leaving `append` as false, the filter will either add a new header, or override an existing one if there is a match.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeadersList in interface ExternalAuth.OkHttpResponseOrBuilderpublic List<? extends Base.HeaderValueOptionOrBuilder> getHeadersOrBuilderList()
HTTP entity headers in addition to the original request headers. This allows the authorization service to append, to add or to override headers from the original request before dispatching it to the upstream. By setting `append` field to `true` in the `HeaderValueOption`, the filter will append the correspondent header value to the matched request header. Note that by Leaving `append` as false, the filter will either add a new header, or override an existing one if there is a match.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeadersOrBuilderList in interface ExternalAuth.OkHttpResponseOrBuilderpublic int getHeadersCount()
HTTP entity headers in addition to the original request headers. This allows the authorization service to append, to add or to override headers from the original request before dispatching it to the upstream. By setting `append` field to `true` in the `HeaderValueOption`, the filter will append the correspondent header value to the matched request header. Note that by Leaving `append` as false, the filter will either add a new header, or override an existing one if there is a match.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeadersCount in interface ExternalAuth.OkHttpResponseOrBuilderpublic Base.HeaderValueOption getHeaders(int index)
HTTP entity headers in addition to the original request headers. This allows the authorization service to append, to add or to override headers from the original request before dispatching it to the upstream. By setting `append` field to `true` in the `HeaderValueOption`, the filter will append the correspondent header value to the matched request header. Note that by Leaving `append` as false, the filter will either add a new header, or override an existing one if there is a match.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeaders in interface ExternalAuth.OkHttpResponseOrBuilderpublic Base.HeaderValueOptionOrBuilder getHeadersOrBuilder(int index)
HTTP entity headers in addition to the original request headers. This allows the authorization service to append, to add or to override headers from the original request before dispatching it to the upstream. By setting `append` field to `true` in the `HeaderValueOption`, the filter will append the correspondent header value to the matched request header. Note that by Leaving `append` as false, the filter will either add a new header, or override an existing one if there is a match.
repeated .envoy.api.v2.core.HeaderValueOption headers = 2;getHeadersOrBuilder in interface ExternalAuth.OkHttpResponseOrBuilderpublic 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 ExternalAuth.OkHttpResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExternalAuth.OkHttpResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ExternalAuth.OkHttpResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ExternalAuth.OkHttpResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ExternalAuth.OkHttpResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ExternalAuth.OkHttpResponse.Builder newBuilder()
public static ExternalAuth.OkHttpResponse.Builder newBuilder(ExternalAuth.OkHttpResponse prototype)
public ExternalAuth.OkHttpResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ExternalAuth.OkHttpResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ExternalAuth.OkHttpResponse getDefaultInstance()
public static com.google.protobuf.Parser<ExternalAuth.OkHttpResponse> parser()
public com.google.protobuf.Parser<ExternalAuth.OkHttpResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ExternalAuth.OkHttpResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 WSO2. All rights reserved.