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/attribute_context.proto
package io.envoyproxy.envoy.service.auth.v2;
/**
*
* An attribute is a piece of metadata that describes an activity on a network.
* For example, the size of an HTTP request, or the status code of an HTTP response.
* Each attribute has a type and a name, which is logically defined as a proto message field
* of the `AttributeContext`. The `AttributeContext` is a collection of individual attributes
* supported by Envoy authorization system.
*
*
* Protobuf type {@code envoy.service.auth.v2.AttributeContext}
*/
public final class AttributeContext extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:envoy.service.auth.v2.AttributeContext)
AttributeContextOrBuilder {
private static final long serialVersionUID = 0L;
// Use AttributeContext.newBuilder() to construct.
private AttributeContext(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AttributeContext() {
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AttributeContext(
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;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder subBuilder = null;
if (source_ != null) {
subBuilder = source_.toBuilder();
}
source_ = input.readMessage(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(source_);
source_ = subBuilder.buildPartial();
}
break;
}
case 18: {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder subBuilder = null;
if (destination_ != null) {
subBuilder = destination_.toBuilder();
}
destination_ = input.readMessage(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(destination_);
destination_ = subBuilder.buildPartial();
}
break;
}
case 34: {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.Builder subBuilder = null;
if (request_ != null) {
subBuilder = request_.toBuilder();
}
request_ = input.readMessage(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(request_);
request_ = subBuilder.buildPartial();
}
break;
}
case 82: {
if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
contextExtensions_ = com.google.protobuf.MapField.newMapField(
ContextExtensionsDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000008;
}
com.google.protobuf.MapEntry
contextExtensions__ = input.readMessage(
ContextExtensionsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
contextExtensions_.getMutableMap().put(
contextExtensions__.getKey(), contextExtensions__.getValue());
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 10:
return internalGetContextExtensions();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.service.auth.v2.AttributeContext.class, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Builder.class);
}
public interface PeerOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.auth.v2.AttributeContext.Peer)
com.google.protobuf.MessageOrBuilder {
/**
*
* The address of the peer, this is typically the IP address.
* It can also be UDS path, or others.
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
* This message defines attributes for a node that handles a network request.
* The node can be either a service or an application that sends, forwards,
* or receives the request. Service peers should fill in the `service`,
* `principal`, and `labels` as appropriate.
*
*
* Protobuf type {@code envoy.service.auth.v2.AttributeContext.Peer}
*/
public static final class Peer extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:envoy.service.auth.v2.AttributeContext.Peer)
PeerOrBuilder {
private static final long serialVersionUID = 0L;
// Use Peer.newBuilder() to construct.
private Peer(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Peer() {
service_ = "";
principal_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Peer(
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;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
io.envoyproxy.envoy.api.v2.core.Address.Builder subBuilder = null;
if (address_ != null) {
subBuilder = address_.toBuilder();
}
address_ = input.readMessage(io.envoyproxy.envoy.api.v2.core.Address.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(address_);
address_ = subBuilder.buildPartial();
}
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
service_ = s;
break;
}
case 26: {
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
labels_ = com.google.protobuf.MapField.newMapField(
LabelsDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000004;
}
com.google.protobuf.MapEntry
labels__ = input.readMessage(
LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
labels_.getMutableMap().put(
labels__.getKey(), labels__.getValue());
break;
}
case 34: {
java.lang.String s = input.readStringRequireUtf8();
principal_ = s;
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Peer_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 3:
return internalGetLabels();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Peer_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.class, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder.class);
}
private int bitField0_;
public static final int ADDRESS_FIELD_NUMBER = 1;
private io.envoyproxy.envoy.api.v2.core.Address address_;
/**
*
* The address of the peer, this is typically the IP address.
* It can also be UDS path, or others.
*
* The address of the peer, this is typically the IP address.
* It can also be UDS path, or others.
*
*
* .envoy.api.v2.core.Address address = 1;
*/
public io.envoyproxy.envoy.api.v2.core.AddressOrBuilder getAddressOrBuilder() {
return getAddress();
}
public static final int SERVICE_FIELD_NUMBER = 2;
private volatile java.lang.Object service_;
/**
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
*
* string service = 2;
*/
public com.google.protobuf.ByteString
getServiceBytes() {
java.lang.Object ref = service_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
service_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LABELS_FIELD_NUMBER = 3;
private static final class LabelsDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.String, java.lang.String> defaultEntry =
com.google.protobuf.MapEntry
.newDefaultInstance(
io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Peer_LabelsEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
private com.google.protobuf.MapField<
java.lang.String, java.lang.String> labels_;
private com.google.protobuf.MapField
internalGetLabels() {
if (labels_ == null) {
return com.google.protobuf.MapField.emptyMapField(
LabelsDefaultEntryHolder.defaultEntry);
}
return labels_;
}
public int getLabelsCount() {
return internalGetLabels().getMap().size();
}
/**
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
*
* map<string, string> labels = 3;
*/
public boolean containsLabels(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetLabels().getMap().containsKey(key);
}
/**
* Use {@link #getLabelsMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getLabels() {
return getLabelsMap();
}
/**
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
*
* map<string, string> labels = 3;
*/
public java.lang.String getLabelsOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetLabels().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int PRINCIPAL_FIELD_NUMBER = 4;
private volatile java.lang.Object principal_;
/**
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
*
* string principal = 4;
*/
public com.google.protobuf.ByteString
getPrincipalBytes() {
java.lang.Object ref = principal_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
principal_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (address_ != null) {
output.writeMessage(1, getAddress());
}
if (!getServiceBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, service_);
}
com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetLabels(),
LabelsDefaultEntryHolder.defaultEntry,
3);
if (!getPrincipalBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, principal_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (address_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getAddress());
}
if (!getServiceBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, service_);
}
for (java.util.Map.Entry entry
: internalGetLabels().getMap().entrySet()) {
com.google.protobuf.MapEntry
labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, labels__);
}
if (!getPrincipalBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, principal_);
}
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.AttributeContext.Peer)) {
return super.equals(obj);
}
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer other = (io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer) obj;
boolean result = true;
result = result && (hasAddress() == other.hasAddress());
if (hasAddress()) {
result = result && getAddress()
.equals(other.getAddress());
}
result = result && getService()
.equals(other.getService());
result = result && internalGetLabels().equals(
other.internalGetLabels());
result = result && getPrincipal()
.equals(other.getPrincipal());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasAddress()) {
hash = (37 * hash) + ADDRESS_FIELD_NUMBER;
hash = (53 * hash) + getAddress().hashCode();
}
hash = (37 * hash) + SERVICE_FIELD_NUMBER;
hash = (53 * hash) + getService().hashCode();
if (!internalGetLabels().getMap().isEmpty()) {
hash = (37 * hash) + LABELS_FIELD_NUMBER;
hash = (53 * hash) + internalGetLabels().hashCode();
}
hash = (37 * hash) + PRINCIPAL_FIELD_NUMBER;
hash = (53 * hash) + getPrincipal().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer 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.AttributeContext.Peer parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer 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.AttributeContext.Peer parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer 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.AttributeContext.Peer 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.AttributeContext.Peer 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.AttributeContext.Peer 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.AttributeContext.Peer 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.AttributeContext.Peer 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.AttributeContext.Peer parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
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 message defines attributes for a node that handles a network request.
* The node can be either a service or an application that sends, forwards,
* or receives the request. Service peers should fill in the `service`,
* `principal`, and `labels` as appropriate.
*
*
* Protobuf type {@code envoy.service.auth.v2.AttributeContext.Peer}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:envoy.service.auth.v2.AttributeContext.Peer)
io.envoyproxy.envoy.service.auth.v2.AttributeContext.PeerOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Peer_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 3:
return internalGetLabels();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 3:
return internalGetMutableLabels();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Peer_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.class, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder.class);
}
// Construct using io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
if (addressBuilder_ == null) {
address_ = null;
} else {
address_ = null;
addressBuilder_ = null;
}
service_ = "";
internalGetMutableLabels().clear();
principal_ = "";
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Peer_descriptor;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer getDefaultInstanceForType() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.getDefaultInstance();
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer build() {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer buildPartial() {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer result = new io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (addressBuilder_ == null) {
result.address_ = address_;
} else {
result.address_ = addressBuilder_.build();
}
result.service_ = service_;
result.labels_ = internalGetLabels();
result.labels_.makeImmutable();
result.principal_ = principal_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer) {
return mergeFrom((io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer other) {
if (other == io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.getDefaultInstance()) return this;
if (other.hasAddress()) {
mergeAddress(other.getAddress());
}
if (!other.getService().isEmpty()) {
service_ = other.service_;
onChanged();
}
internalGetMutableLabels().mergeFrom(
other.internalGetLabels());
if (!other.getPrincipal().isEmpty()) {
principal_ = other.principal_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private io.envoyproxy.envoy.api.v2.core.Address address_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.api.v2.core.Address, io.envoyproxy.envoy.api.v2.core.Address.Builder, io.envoyproxy.envoy.api.v2.core.AddressOrBuilder> addressBuilder_;
/**
*
* The address of the peer, this is typically the IP address.
* It can also be UDS path, or others.
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
*
* string service = 2;
*/
public Builder setService(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
service_ = value;
onChanged();
return this;
}
/**
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
*
* string service = 2;
*/
public Builder clearService() {
service_ = getDefaultInstance().getService();
onChanged();
return this;
}
/**
*
* The canonical service name of the peer.
* It should be set to :ref:`the HTTP x-envoy-downstream-service-cluster
* <config_http_conn_man_headers_downstream-service-cluster>`
* If a more trusted source of the service name is available through mTLS/secure naming, it
* should be used.
*
*
* string service = 2;
*/
public Builder setServiceBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
service_ = value;
onChanged();
return this;
}
private com.google.protobuf.MapField<
java.lang.String, java.lang.String> labels_;
private com.google.protobuf.MapField
internalGetLabels() {
if (labels_ == null) {
return com.google.protobuf.MapField.emptyMapField(
LabelsDefaultEntryHolder.defaultEntry);
}
return labels_;
}
private com.google.protobuf.MapField
internalGetMutableLabels() {
onChanged();;
if (labels_ == null) {
labels_ = com.google.protobuf.MapField.newMapField(
LabelsDefaultEntryHolder.defaultEntry);
}
if (!labels_.isMutable()) {
labels_ = labels_.copy();
}
return labels_;
}
public int getLabelsCount() {
return internalGetLabels().getMap().size();
}
/**
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
*
* map<string, string> labels = 3;
*/
public boolean containsLabels(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetLabels().getMap().containsKey(key);
}
/**
* Use {@link #getLabelsMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getLabels() {
return getLabelsMap();
}
/**
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
*
* map<string, string> labels = 3;
*/
public java.lang.String getLabelsOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetLabels().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearLabels() {
internalGetMutableLabels().getMutableMap()
.clear();
return this;
}
/**
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
*
* map<string, string> labels = 3;
*/
public Builder removeLabels(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
internalGetMutableLabels().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableLabels() {
return internalGetMutableLabels().getMutableMap();
}
/**
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
*
* map<string, string> labels = 3;
*/
public Builder putLabels(
java.lang.String key,
java.lang.String value) {
if (key == null) { throw new java.lang.NullPointerException(); }
if (value == null) { throw new java.lang.NullPointerException(); }
internalGetMutableLabels().getMutableMap()
.put(key, value);
return this;
}
/**
*
* The labels associated with the peer.
* These could be pod labels for Kubernetes or tags for VMs.
* The source of the labels could be an X.509 certificate or other configuration.
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
*
* string principal = 4;
*/
public Builder setPrincipal(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
principal_ = value;
onChanged();
return this;
}
/**
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
*
* string principal = 4;
*/
public Builder clearPrincipal() {
principal_ = getDefaultInstance().getPrincipal();
onChanged();
return this;
}
/**
*
* The authenticated identity of this peer.
* For example, the identity associated with the workload such as a service account.
* If an X.509 certificate is used to assert the identity this field should be sourced from
* `Subject` or `Subject Alternative Names`. The primary identity should be the principal.
* The principal format is issuer specific.
* Example:
* * SPIFFE format is `spiffe://trust-domain/path`
* * Google account format is `https://accounts.google.com/{userid}`
*
*
* string principal = 4;
*/
public Builder setPrincipalBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
principal_ = value;
onChanged();
return this;
}
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:envoy.service.auth.v2.AttributeContext.Peer)
}
// @@protoc_insertion_point(class_scope:envoy.service.auth.v2.AttributeContext.Peer)
private static final io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer();
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
public Peer parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new Peer(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface RequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.auth.v2.AttributeContext.Request)
com.google.protobuf.MessageOrBuilder {
/**
*
* The timestamp when the proxy receives the first byte of the request.
*
* Represents an HTTP request or an HTTP-like request.
*
*
* .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest, io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.Builder, io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequestOrBuilder>
getHttpFieldBuilder() {
if (httpBuilder_ == null) {
httpBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest, io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.Builder, io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequestOrBuilder>(
getHttp(),
getParentForChildren(),
isClean());
http_ = null;
}
return httpBuilder_;
}
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:envoy.service.auth.v2.AttributeContext.Request)
}
// @@protoc_insertion_point(class_scope:envoy.service.auth.v2.AttributeContext.Request)
private static final io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request();
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
public Request parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new Request(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HttpRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.auth.v2.AttributeContext.HttpRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* This message defines attributes for an HTTP request.
* HTTP/1.x, HTTP/2, gRPC are all considered as HTTP requests.
*
*
* Protobuf type {@code envoy.service.auth.v2.AttributeContext.HttpRequest}
*/
public static final class HttpRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:envoy.service.auth.v2.AttributeContext.HttpRequest)
HttpRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use HttpRequest.newBuilder() to construct.
private HttpRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private HttpRequest() {
id_ = "";
method_ = "";
path_ = "";
host_ = "";
scheme_ = "";
query_ = "";
fragment_ = "";
size_ = 0L;
protocol_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HttpRequest(
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;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
id_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
method_ = s;
break;
}
case 26: {
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
headers_ = com.google.protobuf.MapField.newMapField(
HeadersDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000004;
}
com.google.protobuf.MapEntry
headers__ = input.readMessage(
HeadersDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
headers_.getMutableMap().put(
headers__.getKey(), headers__.getValue());
break;
}
case 34: {
java.lang.String s = input.readStringRequireUtf8();
path_ = s;
break;
}
case 42: {
java.lang.String s = input.readStringRequireUtf8();
host_ = s;
break;
}
case 50: {
java.lang.String s = input.readStringRequireUtf8();
scheme_ = s;
break;
}
case 58: {
java.lang.String s = input.readStringRequireUtf8();
query_ = s;
break;
}
case 66: {
java.lang.String s = input.readStringRequireUtf8();
fragment_ = s;
break;
}
case 72: {
size_ = input.readInt64();
break;
}
case 82: {
java.lang.String s = input.readStringRequireUtf8();
protocol_ = s;
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_HttpRequest_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 3:
return internalGetHeaders();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_HttpRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.class, io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.Builder.class);
}
private int bitField0_;
public static final int ID_FIELD_NUMBER = 1;
private volatile java.lang.Object id_;
/**
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
*
* string id = 1;
*/
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int METHOD_FIELD_NUMBER = 2;
private volatile java.lang.Object method_;
/**
*
* The HTTP request method, such as `GET`, `POST`.
*
* The HTTP request method, such as `GET`, `POST`.
*
*
* string method = 2;
*/
public com.google.protobuf.ByteString
getMethodBytes() {
java.lang.Object ref = method_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
method_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int HEADERS_FIELD_NUMBER = 3;
private static final class HeadersDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.String, java.lang.String> defaultEntry =
com.google.protobuf.MapEntry
.newDefaultInstance(
io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_HttpRequest_HeadersEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
private com.google.protobuf.MapField<
java.lang.String, java.lang.String> headers_;
private com.google.protobuf.MapField
internalGetHeaders() {
if (headers_ == null) {
return com.google.protobuf.MapField.emptyMapField(
HeadersDefaultEntryHolder.defaultEntry);
}
return headers_;
}
public int getHeadersCount() {
return internalGetHeaders().getMap().size();
}
/**
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
*
* map<string, string> headers = 3;
*/
public boolean containsHeaders(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetHeaders().getMap().containsKey(key);
}
/**
* Use {@link #getHeadersMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getHeaders() {
return getHeadersMap();
}
/**
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
*
* map<string, string> headers = 3;
*/
public java.lang.String getHeadersOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetHeaders().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int PATH_FIELD_NUMBER = 4;
private volatile java.lang.Object path_;
/**
*
* The network protocol used with the request, such as
* "http/1.1", "spdy/3", "h2", "h2c"
*
*
* string protocol = 10;
*/
public com.google.protobuf.ByteString
getProtocolBytes() {
java.lang.Object ref = protocol_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
protocol_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getIdBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_);
}
if (!getMethodBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, method_);
}
com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetHeaders(),
HeadersDefaultEntryHolder.defaultEntry,
3);
if (!getPathBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, path_);
}
if (!getHostBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, host_);
}
if (!getSchemeBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, scheme_);
}
if (!getQueryBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, query_);
}
if (!getFragmentBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, fragment_);
}
if (size_ != 0L) {
output.writeInt64(9, size_);
}
if (!getProtocolBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, protocol_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getIdBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, id_);
}
if (!getMethodBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, method_);
}
for (java.util.Map.Entry entry
: internalGetHeaders().getMap().entrySet()) {
com.google.protobuf.MapEntry
headers__ = HeadersDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, headers__);
}
if (!getPathBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, path_);
}
if (!getHostBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, host_);
}
if (!getSchemeBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, scheme_);
}
if (!getQueryBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, query_);
}
if (!getFragmentBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, fragment_);
}
if (size_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(9, size_);
}
if (!getProtocolBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, protocol_);
}
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.AttributeContext.HttpRequest)) {
return super.equals(obj);
}
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest other = (io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest) obj;
boolean result = true;
result = result && getId()
.equals(other.getId());
result = result && getMethod()
.equals(other.getMethod());
result = result && internalGetHeaders().equals(
other.internalGetHeaders());
result = result && getPath()
.equals(other.getPath());
result = result && getHost()
.equals(other.getHost());
result = result && getScheme()
.equals(other.getScheme());
result = result && getQuery()
.equals(other.getQuery());
result = result && getFragment()
.equals(other.getFragment());
result = result && (getSize()
== other.getSize());
result = result && getProtocol()
.equals(other.getProtocol());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + getId().hashCode();
hash = (37 * hash) + METHOD_FIELD_NUMBER;
hash = (53 * hash) + getMethod().hashCode();
if (!internalGetHeaders().getMap().isEmpty()) {
hash = (37 * hash) + HEADERS_FIELD_NUMBER;
hash = (53 * hash) + internalGetHeaders().hashCode();
}
hash = (37 * hash) + PATH_FIELD_NUMBER;
hash = (53 * hash) + getPath().hashCode();
hash = (37 * hash) + HOST_FIELD_NUMBER;
hash = (53 * hash) + getHost().hashCode();
hash = (37 * hash) + SCHEME_FIELD_NUMBER;
hash = (53 * hash) + getScheme().hashCode();
hash = (37 * hash) + QUERY_FIELD_NUMBER;
hash = (53 * hash) + getQuery().hashCode();
hash = (37 * hash) + FRAGMENT_FIELD_NUMBER;
hash = (53 * hash) + getFragment().hashCode();
hash = (37 * hash) + SIZE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getSize());
hash = (37 * hash) + PROTOCOL_FIELD_NUMBER;
hash = (53 * hash) + getProtocol().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest 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.AttributeContext.HttpRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest 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.AttributeContext.HttpRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest 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.AttributeContext.HttpRequest 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.AttributeContext.HttpRequest 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.AttributeContext.HttpRequest 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.AttributeContext.HttpRequest 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.AttributeContext.HttpRequest 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.AttributeContext.HttpRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
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 message defines attributes for an HTTP request.
* HTTP/1.x, HTTP/2, gRPC are all considered as HTTP requests.
*
*
* Protobuf type {@code envoy.service.auth.v2.AttributeContext.HttpRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:envoy.service.auth.v2.AttributeContext.HttpRequest)
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_HttpRequest_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 3:
return internalGetHeaders();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 3:
return internalGetMutableHeaders();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_HttpRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.class, io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.Builder.class);
}
// Construct using io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
id_ = "";
method_ = "";
internalGetMutableHeaders().clear();
path_ = "";
host_ = "";
scheme_ = "";
query_ = "";
fragment_ = "";
size_ = 0L;
protocol_ = "";
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_HttpRequest_descriptor;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest getDefaultInstanceForType() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.getDefaultInstance();
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest build() {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest buildPartial() {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest result = new io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.id_ = id_;
result.method_ = method_;
result.headers_ = internalGetHeaders();
result.headers_.makeImmutable();
result.path_ = path_;
result.host_ = host_;
result.scheme_ = scheme_;
result.query_ = query_;
result.fragment_ = fragment_;
result.size_ = size_;
result.protocol_ = protocol_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest) {
return mergeFrom((io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest other) {
if (other == io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.getDefaultInstance()) return this;
if (!other.getId().isEmpty()) {
id_ = other.id_;
onChanged();
}
if (!other.getMethod().isEmpty()) {
method_ = other.method_;
onChanged();
}
internalGetMutableHeaders().mergeFrom(
other.internalGetHeaders());
if (!other.getPath().isEmpty()) {
path_ = other.path_;
onChanged();
}
if (!other.getHost().isEmpty()) {
host_ = other.host_;
onChanged();
}
if (!other.getScheme().isEmpty()) {
scheme_ = other.scheme_;
onChanged();
}
if (!other.getQuery().isEmpty()) {
query_ = other.query_;
onChanged();
}
if (!other.getFragment().isEmpty()) {
fragment_ = other.fragment_;
onChanged();
}
if (other.getSize() != 0L) {
setSize(other.getSize());
}
if (!other.getProtocol().isEmpty()) {
protocol_ = other.protocol_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object id_ = "";
/**
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
*
* string id = 1;
*/
public Builder setId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
id_ = value;
onChanged();
return this;
}
/**
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
*
* string id = 1;
*/
public Builder clearId() {
id_ = getDefaultInstance().getId();
onChanged();
return this;
}
/**
*
* The unique ID for a request, which can be propagated to downstream
* systems. The ID should have low probability of collision
* within a single day for a specific service.
* For HTTP requests, it should be X-Request-ID or equivalent.
*
*
* string id = 1;
*/
public Builder setIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
id_ = value;
onChanged();
return this;
}
private java.lang.Object method_ = "";
/**
*
* The HTTP request method, such as `GET`, `POST`.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
*
* map<string, string> headers = 3;
*/
public boolean containsHeaders(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetHeaders().getMap().containsKey(key);
}
/**
* Use {@link #getHeadersMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getHeaders() {
return getHeadersMap();
}
/**
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
*
* map<string, string> headers = 3;
*/
public java.lang.String getHeadersOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetHeaders().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearHeaders() {
internalGetMutableHeaders().getMutableMap()
.clear();
return this;
}
/**
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
*
* map<string, string> headers = 3;
*/
public Builder removeHeaders(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
internalGetMutableHeaders().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableHeaders() {
return internalGetMutableHeaders().getMutableMap();
}
/**
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
*
* map<string, string> headers = 3;
*/
public Builder putHeaders(
java.lang.String key,
java.lang.String value) {
if (key == null) { throw new java.lang.NullPointerException(); }
if (value == null) { throw new java.lang.NullPointerException(); }
internalGetMutableHeaders().getMutableMap()
.put(key, value);
return this;
}
/**
*
* The HTTP request headers. If multiple headers share the same key, they
* must be merged according to the HTTP spec. All header keys must be
* lowercased, because HTTP header keys are case-insensitive.
*
* The network protocol used with the request, such as
* "http/1.1", "spdy/3", "h2", "h2c"
*
*
* string protocol = 10;
*/
public Builder setProtocolBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
protocol_ = value;
onChanged();
return this;
}
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:envoy.service.auth.v2.AttributeContext.HttpRequest)
}
// @@protoc_insertion_point(class_scope:envoy.service.auth.v2.AttributeContext.HttpRequest)
private static final io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest();
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
public HttpRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new HttpRequest(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private int bitField0_;
public static final int SOURCE_FIELD_NUMBER = 1;
private io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer source_;
/**
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
*
* .envoy.service.auth.v2.AttributeContext.Peer source = 1;
*/
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.PeerOrBuilder getSourceOrBuilder() {
return getSource();
}
public static final int DESTINATION_FIELD_NUMBER = 2;
private io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer destination_;
/**
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
*
* .envoy.service.auth.v2.AttributeContext.Peer destination = 2;
*/
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.PeerOrBuilder getDestinationOrBuilder() {
return getDestination();
}
public static final int REQUEST_FIELD_NUMBER = 4;
private io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request request_;
/**
*
* Represents a network request, such as an HTTP request.
*
* Represents a network request, such as an HTTP request.
*
*
* .envoy.service.auth.v2.AttributeContext.Request request = 4;
*/
public io.envoyproxy.envoy.service.auth.v2.AttributeContext.RequestOrBuilder getRequestOrBuilder() {
return getRequest();
}
public static final int CONTEXT_EXTENSIONS_FIELD_NUMBER = 10;
private static final class ContextExtensionsDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.String, java.lang.String> defaultEntry =
com.google.protobuf.MapEntry
.newDefaultInstance(
io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_ContextExtensionsEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
private com.google.protobuf.MapField<
java.lang.String, java.lang.String> contextExtensions_;
private com.google.protobuf.MapField
internalGetContextExtensions() {
if (contextExtensions_ == null) {
return com.google.protobuf.MapField.emptyMapField(
ContextExtensionsDefaultEntryHolder.defaultEntry);
}
return contextExtensions_;
}
public int getContextExtensionsCount() {
return internalGetContextExtensions().getMap().size();
}
/**
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
*
* map<string, string> context_extensions = 10;
*/
public boolean containsContextExtensions(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetContextExtensions().getMap().containsKey(key);
}
/**
* Use {@link #getContextExtensionsMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getContextExtensions() {
return getContextExtensionsMap();
}
/**
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
*
* map<string, string> context_extensions = 10;
*/
public java.lang.String getContextExtensionsOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetContextExtensions().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (source_ != null) {
output.writeMessage(1, getSource());
}
if (destination_ != null) {
output.writeMessage(2, getDestination());
}
if (request_ != null) {
output.writeMessage(4, getRequest());
}
com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetContextExtensions(),
ContextExtensionsDefaultEntryHolder.defaultEntry,
10);
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (source_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getSource());
}
if (destination_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getDestination());
}
if (request_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getRequest());
}
for (java.util.Map.Entry entry
: internalGetContextExtensions().getMap().entrySet()) {
com.google.protobuf.MapEntry
contextExtensions__ = ContextExtensionsDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(10, contextExtensions__);
}
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.AttributeContext)) {
return super.equals(obj);
}
io.envoyproxy.envoy.service.auth.v2.AttributeContext other = (io.envoyproxy.envoy.service.auth.v2.AttributeContext) obj;
boolean result = true;
result = result && (hasSource() == other.hasSource());
if (hasSource()) {
result = result && getSource()
.equals(other.getSource());
}
result = result && (hasDestination() == other.hasDestination());
if (hasDestination()) {
result = result && getDestination()
.equals(other.getDestination());
}
result = result && (hasRequest() == other.hasRequest());
if (hasRequest()) {
result = result && getRequest()
.equals(other.getRequest());
}
result = result && internalGetContextExtensions().equals(
other.internalGetContextExtensions());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasSource()) {
hash = (37 * hash) + SOURCE_FIELD_NUMBER;
hash = (53 * hash) + getSource().hashCode();
}
if (hasDestination()) {
hash = (37 * hash) + DESTINATION_FIELD_NUMBER;
hash = (53 * hash) + getDestination().hashCode();
}
if (hasRequest()) {
hash = (37 * hash) + REQUEST_FIELD_NUMBER;
hash = (53 * hash) + getRequest().hashCode();
}
if (!internalGetContextExtensions().getMap().isEmpty()) {
hash = (37 * hash) + CONTEXT_EXTENSIONS_FIELD_NUMBER;
hash = (53 * hash) + internalGetContextExtensions().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext 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.AttributeContext parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext 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.AttributeContext parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext 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.AttributeContext 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.AttributeContext 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.AttributeContext 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.AttributeContext 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.AttributeContext 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.AttributeContext parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(io.envoyproxy.envoy.service.auth.v2.AttributeContext prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
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;
}
/**
*
* An attribute is a piece of metadata that describes an activity on a network.
* For example, the size of an HTTP request, or the status code of an HTTP response.
* Each attribute has a type and a name, which is logically defined as a proto message field
* of the `AttributeContext`. The `AttributeContext` is a collection of individual attributes
* supported by Envoy authorization system.
*
*
* Protobuf type {@code envoy.service.auth.v2.AttributeContext}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:envoy.service.auth.v2.AttributeContext)
io.envoyproxy.envoy.service.auth.v2.AttributeContextOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 10:
return internalGetContextExtensions();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 10:
return internalGetMutableContextExtensions();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.service.auth.v2.AttributeContext.class, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Builder.class);
}
// Construct using io.envoyproxy.envoy.service.auth.v2.AttributeContext.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
if (sourceBuilder_ == null) {
source_ = null;
} else {
source_ = null;
sourceBuilder_ = null;
}
if (destinationBuilder_ == null) {
destination_ = null;
} else {
destination_ = null;
destinationBuilder_ = null;
}
if (requestBuilder_ == null) {
request_ = null;
} else {
request_ = null;
requestBuilder_ = null;
}
internalGetMutableContextExtensions().clear();
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_descriptor;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext getDefaultInstanceForType() {
return io.envoyproxy.envoy.service.auth.v2.AttributeContext.getDefaultInstance();
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext build() {
io.envoyproxy.envoy.service.auth.v2.AttributeContext result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext buildPartial() {
io.envoyproxy.envoy.service.auth.v2.AttributeContext result = new io.envoyproxy.envoy.service.auth.v2.AttributeContext(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (sourceBuilder_ == null) {
result.source_ = source_;
} else {
result.source_ = sourceBuilder_.build();
}
if (destinationBuilder_ == null) {
result.destination_ = destination_;
} else {
result.destination_ = destinationBuilder_.build();
}
if (requestBuilder_ == null) {
result.request_ = request_;
} else {
result.request_ = requestBuilder_.build();
}
result.contextExtensions_ = internalGetContextExtensions();
result.contextExtensions_.makeImmutable();
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof io.envoyproxy.envoy.service.auth.v2.AttributeContext) {
return mergeFrom((io.envoyproxy.envoy.service.auth.v2.AttributeContext)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.envoyproxy.envoy.service.auth.v2.AttributeContext other) {
if (other == io.envoyproxy.envoy.service.auth.v2.AttributeContext.getDefaultInstance()) return this;
if (other.hasSource()) {
mergeSource(other.getSource());
}
if (other.hasDestination()) {
mergeDestination(other.getDestination());
}
if (other.hasRequest()) {
mergeRequest(other.getRequest());
}
internalGetMutableContextExtensions().mergeFrom(
other.internalGetContextExtensions());
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
io.envoyproxy.envoy.service.auth.v2.AttributeContext parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (io.envoyproxy.envoy.service.auth.v2.AttributeContext) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer source_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder, io.envoyproxy.envoy.service.auth.v2.AttributeContext.PeerOrBuilder> sourceBuilder_;
/**
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
*
* .envoy.service.auth.v2.AttributeContext.Peer source = 1;
*/
public Builder setSource(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer value) {
if (sourceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
source_ = value;
onChanged();
} else {
sourceBuilder_.setMessage(value);
}
return this;
}
/**
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The source of a network activity, such as starting a TCP connection.
* In a multi hop network activity, the source represents the sender of the
* last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
*
* .envoy.service.auth.v2.AttributeContext.Peer destination = 2;
*/
public Builder setDestination(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer value) {
if (destinationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
destination_ = value;
onChanged();
} else {
destinationBuilder_.setMessage(value);
}
return this;
}
/**
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* The destination of a network activity, such as accepting a TCP connection.
* In a multi hop network activity, the destination represents the receiver of
* the last hop.
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
*
* map<string, string> context_extensions = 10;
*/
public boolean containsContextExtensions(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetContextExtensions().getMap().containsKey(key);
}
/**
* Use {@link #getContextExtensionsMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getContextExtensions() {
return getContextExtensionsMap();
}
/**
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
*
* map<string, string> context_extensions = 10;
*/
public java.lang.String getContextExtensionsOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetContextExtensions().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearContextExtensions() {
internalGetMutableContextExtensions().getMutableMap()
.clear();
return this;
}
/**
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
*
* map<string, string> context_extensions = 10;
*/
public Builder removeContextExtensions(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
internalGetMutableContextExtensions().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableContextExtensions() {
return internalGetMutableContextExtensions().getMutableMap();
}
/**
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
*
* map<string, string> context_extensions = 10;
*/
public Builder putContextExtensions(
java.lang.String key,
java.lang.String value) {
if (key == null) { throw new java.lang.NullPointerException(); }
if (value == null) { throw new java.lang.NullPointerException(); }
internalGetMutableContextExtensions().getMutableMap()
.put(key, value);
return this;
}
/**
*
* This is analogous to http_request.headers, however these contents will not be sent to the
* upstream server. Context_extensions provide an extension mechanism for sending additional
* information to the auth server without modifying the proto definition. It maps to the
* internal opaque context in the filter chain.
*
*
* map<string, string> context_extensions = 10;
*/
public Builder putAllContextExtensions(
java.util.Map values) {
internalGetMutableContextExtensions().getMutableMap()
.putAll(values);
return this;
}
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:envoy.service.auth.v2.AttributeContext)
}
// @@protoc_insertion_point(class_scope:envoy.service.auth.v2.AttributeContext)
private static final io.envoyproxy.envoy.service.auth.v2.AttributeContext DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.envoyproxy.envoy.service.auth.v2.AttributeContext();
}
public static io.envoyproxy.envoy.service.auth.v2.AttributeContext getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
public AttributeContext parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new AttributeContext(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public io.envoyproxy.envoy.service.auth.v2.AttributeContext getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}