Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/auth/v2/external_auth.proto
package io.envoyproxy.envoy.service.auth.v2;
/**
*
* HTTP attributes for a denied response.
*
*
* Protobuf type {@code envoy.service.auth.v2.DeniedHttpResponse}
*/
public final class DeniedHttpResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:envoy.service.auth.v2.DeniedHttpResponse)
DeniedHttpResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use DeniedHttpResponse.newBuilder() to construct.
private DeniedHttpResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private DeniedHttpResponse() {
headers_ = java.util.Collections.emptyList();
body_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new DeniedHttpResponse();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private DeniedHttpResponse(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
io.envoyproxy.envoy.type.HttpStatus.Builder subBuilder = null;
if (status_ != null) {
subBuilder = status_.toBuilder();
}
status_ = input.readMessage(io.envoyproxy.envoy.type.HttpStatus.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(status_);
status_ = subBuilder.buildPartial();
}
break;
}
case 18: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
headers_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
headers_.add(
input.readMessage(io.envoyproxy.envoy.api.v2.core.HeaderValueOption.parser(), extensionRegistry));
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
body_ = s;
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
headers_ = java.util.Collections.unmodifiableList(headers_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.envoyproxy.envoy.service.auth.v2.ExternalAuthProto.internal_static_envoy_service_auth_v2_DeniedHttpResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.service.auth.v2.ExternalAuthProto.internal_static_envoy_service_auth_v2_DeniedHttpResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse.class, io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse.Builder.class);
}
public static final int STATUS_FIELD_NUMBER = 1;
private io.envoyproxy.envoy.type.HttpStatus status_;
/**
*
* 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) = { ... }
* @return Whether the status field is set.
*/
@java.lang.Override
public boolean hasStatus() {
return status_ != null;
}
/**
*
* This field allows the authorization service to send a HTTP response status
* code to the downstream client other than 403 (Forbidden).
*
* 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) = { ... }
*/
@java.lang.Override
public io.envoyproxy.envoy.type.HttpStatusOrBuilder getStatusOrBuilder() {
return getStatus();
}
public static final int HEADERS_FIELD_NUMBER = 2;
private java.util.List headers_;
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
*
* repeated .envoy.api.v2.core.HeaderValueOption headers = 2;
*/
@java.lang.Override
public int getHeadersCount() {
return headers_.size();
}
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
*
* repeated .envoy.api.v2.core.HeaderValueOption headers = 2;
*/
@java.lang.Override
public io.envoyproxy.envoy.api.v2.core.HeaderValueOptionOrBuilder getHeadersOrBuilder(
int index) {
return headers_.get(index);
}
public static final int BODY_FIELD_NUMBER = 3;
private volatile java.lang.Object body_;
/**
*
* This field allows the authorization service to send a response body data
* to the downstream client.
*
*
* string body = 3;
* @return The body.
*/
@java.lang.Override
public java.lang.String getBody() {
java.lang.Object ref = body_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
body_ = s;
return s;
}
}
/**
*
* This field allows the authorization service to send a response body data
* to the downstream client.
*
*
* string body = 3;
* @return The bytes for body.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBodyBytes() {
java.lang.Object ref = body_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
body_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (status_ != null) {
output.writeMessage(1, getStatus());
}
for (int i = 0; i < headers_.size(); i++) {
output.writeMessage(2, headers_.get(i));
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(body_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, body_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (status_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getStatus());
}
for (int i = 0; i < headers_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, headers_.get(i));
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(body_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, body_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse)) {
return super.equals(obj);
}
io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse other = (io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse) obj;
if (hasStatus() != other.hasStatus()) return false;
if (hasStatus()) {
if (!getStatus()
.equals(other.getStatus())) return false;
}
if (!getHeadersList()
.equals(other.getHeadersList())) return false;
if (!getBody()
.equals(other.getBody())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasStatus()) {
hash = (37 * hash) + STATUS_FIELD_NUMBER;
hash = (53 * hash) + getStatus().hashCode();
}
if (getHeadersCount() > 0) {
hash = (37 * hash) + HEADERS_FIELD_NUMBER;
hash = (53 * hash) + getHeadersList().hashCode();
}
hash = (37 * hash) + BODY_FIELD_NUMBER;
hash = (53 * hash) + getBody().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
*
* repeated .envoy.api.v2.core.HeaderValueOption headers = 2;
*/
public int getHeadersCount() {
if (headersBuilder_ == null) {
return headers_.size();
} else {
return headersBuilder_.getCount();
}
}
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
*
* repeated .envoy.api.v2.core.HeaderValueOption headers = 2;
*/
public Builder setHeaders(
int index, io.envoyproxy.envoy.api.v2.core.HeaderValueOption value) {
if (headersBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureHeadersIsMutable();
headers_.set(index, value);
onChanged();
} else {
headersBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
*
* repeated .envoy.api.v2.core.HeaderValueOption headers = 2;
*/
public Builder addHeaders(io.envoyproxy.envoy.api.v2.core.HeaderValueOption value) {
if (headersBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureHeadersIsMutable();
headers_.add(value);
onChanged();
} else {
headersBuilder_.addMessage(value);
}
return this;
}
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
*
* repeated .envoy.api.v2.core.HeaderValueOption headers = 2;
*/
public Builder addHeaders(
int index, io.envoyproxy.envoy.api.v2.core.HeaderValueOption value) {
if (headersBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureHeadersIsMutable();
headers_.add(index, value);
onChanged();
} else {
headersBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
*
* repeated .envoy.api.v2.core.HeaderValueOption headers = 2;
*/
public io.envoyproxy.envoy.api.v2.core.HeaderValueOption.Builder getHeadersBuilder(
int index) {
return getHeadersFieldBuilder().getBuilder(index);
}
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
*
* repeated .envoy.api.v2.core.HeaderValueOption headers = 2;
*/
public io.envoyproxy.envoy.api.v2.core.HeaderValueOptionOrBuilder getHeadersOrBuilder(
int index) {
if (headersBuilder_ == null) {
return headers_.get(index); } else {
return headersBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send HTTP response headers
* to the downstream client. Note that the `append` field in `HeaderValueOption` defaults to
* false when used in this message.
*
* This field allows the authorization service to send a response body data
* to the downstream client.
*
*
* string body = 3;
* @return The body.
*/
public java.lang.String getBody() {
java.lang.Object ref = body_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
body_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* This field allows the authorization service to send a response body data
* to the downstream client.
*
*
* string body = 3;
* @return The bytes for body.
*/
public com.google.protobuf.ByteString
getBodyBytes() {
java.lang.Object ref = body_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
body_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* This field allows the authorization service to send a response body data
* to the downstream client.
*
*
* string body = 3;
* @param value The body to set.
* @return This builder for chaining.
*/
public Builder setBody(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
body_ = value;
onChanged();
return this;
}
/**
*
* This field allows the authorization service to send a response body data
* to the downstream client.
*
*
* string body = 3;
* @return This builder for chaining.
*/
public Builder clearBody() {
body_ = getDefaultInstance().getBody();
onChanged();
return this;
}
/**
*
* This field allows the authorization service to send a response body data
* to the downstream client.
*
*
* string body = 3;
* @param value The bytes for body to set.
* @return This builder for chaining.
*/
public Builder setBodyBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
body_ = value;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:envoy.service.auth.v2.DeniedHttpResponse)
}
// @@protoc_insertion_point(class_scope:envoy.service.auth.v2.DeniedHttpResponse)
private static final io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse();
}
public static io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public DeniedHttpResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new DeniedHttpResponse(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public io.envoyproxy.envoy.service.auth.v2.DeniedHttpResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}