All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.auth.v2.AttributeContext Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// 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.
     * 
* * .envoy.api.v2.core.Address address = 1; */ boolean hasAddress(); /** *
     * 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; */ io.envoyproxy.envoy.api.v2.core.Address getAddress(); /** *
     * 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; */ io.envoyproxy.envoy.api.v2.core.AddressOrBuilder getAddressOrBuilder(); /** *
     * 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; */ java.lang.String getService(); /** *
     * 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; */ com.google.protobuf.ByteString getServiceBytes(); /** *
     * 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; */ int getLabelsCount(); /** *
     * 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; */ boolean containsLabels( java.lang.String key); /** * Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** *
     * 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; */ java.util.Map 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.
     * 
* * map<string, string> labels = 3; */ java.lang.String getLabelsOrDefault( java.lang.String key, java.lang.String defaultValue); /** *
     * 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; */ java.lang.String getLabelsOrThrow( java.lang.String key); /** *
     * 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; */ java.lang.String getPrincipal(); /** *
     * 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; */ com.google.protobuf.ByteString getPrincipalBytes(); } /** *
   * 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.
     * 
* * .envoy.api.v2.core.Address address = 1; */ public boolean hasAddress() { return address_ != null; } /** *
     * 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.Address getAddress() { return address_ == null ? io.envoyproxy.envoy.api.v2.core.Address.getDefaultInstance() : address_; } /** *
     * 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.
     * 
* * string service = 2; */ public java.lang.String getService() { java.lang.Object ref = service_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); service_ = s; return s; } } /** *
     * 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.
     * 
* * map<string, string> labels = 3; */ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** *
     * 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 getLabelsOrDefault( java.lang.String key, java.lang.String defaultValue) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * 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}`
     * 
* * string principal = 4; */ public java.lang.String getPrincipal() { java.lang.Object ref = principal_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); principal_ = s; return s; } } /** *
     * 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.
       * 
* * .envoy.api.v2.core.Address address = 1; */ public boolean hasAddress() { return addressBuilder_ != null || address_ != null; } /** *
       * 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.Address getAddress() { if (addressBuilder_ == null) { return address_ == null ? io.envoyproxy.envoy.api.v2.core.Address.getDefaultInstance() : address_; } else { return addressBuilder_.getMessage(); } } /** *
       * 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 Builder setAddress(io.envoyproxy.envoy.api.v2.core.Address value) { if (addressBuilder_ == null) { if (value == null) { throw new NullPointerException(); } address_ = value; onChanged(); } else { addressBuilder_.setMessage(value); } return this; } /** *
       * 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 Builder setAddress( io.envoyproxy.envoy.api.v2.core.Address.Builder builderForValue) { if (addressBuilder_ == null) { address_ = builderForValue.build(); onChanged(); } else { addressBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * 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 Builder mergeAddress(io.envoyproxy.envoy.api.v2.core.Address value) { if (addressBuilder_ == null) { if (address_ != null) { address_ = io.envoyproxy.envoy.api.v2.core.Address.newBuilder(address_).mergeFrom(value).buildPartial(); } else { address_ = value; } onChanged(); } else { addressBuilder_.mergeFrom(value); } return this; } /** *
       * 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 Builder clearAddress() { if (addressBuilder_ == null) { address_ = null; onChanged(); } else { address_ = null; addressBuilder_ = null; } return this; } /** *
       * 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.Address.Builder getAddressBuilder() { onChanged(); return getAddressFieldBuilder().getBuilder(); } /** *
       * 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() { if (addressBuilder_ != null) { return addressBuilder_.getMessageOrBuilder(); } else { return address_ == null ? io.envoyproxy.envoy.api.v2.core.Address.getDefaultInstance() : address_; } } /** *
       * 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; */ 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> getAddressFieldBuilder() { if (addressBuilder_ == null) { addressBuilder_ = new 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>( getAddress(), getParentForChildren(), isClean()); address_ = null; } return addressBuilder_; } private 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.
       * 
* * string service = 2; */ public java.lang.String getService() { java.lang.Object ref = service_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); service_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * 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 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; } } /** *
       * 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.
       * 
* * map<string, string> labels = 3; */ public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** *
       * 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 getLabelsOrDefault( java.lang.String key, java.lang.String defaultValue) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * 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.
       * 
* * map<string, string> labels = 3; */ public Builder putAllLabels( java.util.Map values) { internalGetMutableLabels().getMutableMap() .putAll(values); return this; } private 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}`
       * 
* * string principal = 4; */ public java.lang.String getPrincipal() { java.lang.Object ref = principal_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); principal_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * 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 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; } } /** *
       * 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.
     * 
* * .google.protobuf.Timestamp time = 1; */ boolean hasTime(); /** *
     * The timestamp when the proxy receives the first byte of the request.
     * 
* * .google.protobuf.Timestamp time = 1; */ com.google.protobuf.Timestamp getTime(); /** *
     * The timestamp when the proxy receives the first byte of the request.
     * 
* * .google.protobuf.Timestamp time = 1; */ com.google.protobuf.TimestampOrBuilder getTimeOrBuilder(); /** *
     * Represents an HTTP request or an HTTP-like request.
     * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ boolean hasHttp(); /** *
     * Represents an HTTP request or an HTTP-like request.
     * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest getHttp(); /** *
     * Represents an HTTP request or an HTTP-like request.
     * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequestOrBuilder getHttpOrBuilder(); } /** *
   * Represents a network request, such as an HTTP request.
   * 
* * Protobuf type {@code envoy.service.auth.v2.AttributeContext.Request} */ public static final class Request extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:envoy.service.auth.v2.AttributeContext.Request) RequestOrBuilder { private static final long serialVersionUID = 0L; // Use Request.newBuilder() to construct. private Request(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Request() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Request( 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: { com.google.protobuf.Timestamp.Builder subBuilder = null; if (time_ != null) { subBuilder = time_.toBuilder(); } time_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(time_); time_ = subBuilder.buildPartial(); } break; } case 18: { io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.Builder subBuilder = null; if (http_ != null) { subBuilder = http_.toBuilder(); } http_ = input.readMessage(io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(http_); http_ = subBuilder.buildPartial(); } 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_Request_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Request_fieldAccessorTable .ensureFieldAccessorsInitialized( io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.class, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.Builder.class); } public static final int TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp time_; /** *
     * The timestamp when the proxy receives the first byte of the request.
     * 
* * .google.protobuf.Timestamp time = 1; */ public boolean hasTime() { return time_ != null; } /** *
     * The timestamp when the proxy receives the first byte of the request.
     * 
* * .google.protobuf.Timestamp time = 1; */ public com.google.protobuf.Timestamp getTime() { return time_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : time_; } /** *
     * The timestamp when the proxy receives the first byte of the request.
     * 
* * .google.protobuf.Timestamp time = 1; */ public com.google.protobuf.TimestampOrBuilder getTimeOrBuilder() { return getTime(); } public static final int HTTP_FIELD_NUMBER = 2; private io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest http_; /** *
     * Represents an HTTP request or an HTTP-like request.
     * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public boolean hasHttp() { return http_ != null; } /** *
     * Represents an HTTP request or an HTTP-like request.
     * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest getHttp() { return http_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.getDefaultInstance() : http_; } /** *
     * Represents an HTTP request or an HTTP-like request.
     * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequestOrBuilder getHttpOrBuilder() { return getHttp(); } 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 (time_ != null) { output.writeMessage(1, getTime()); } if (http_ != null) { output.writeMessage(2, getHttp()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (time_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getTime()); } if (http_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getHttp()); } 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.Request)) { return super.equals(obj); } io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request other = (io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request) obj; boolean result = true; result = result && (hasTime() == other.hasTime()); if (hasTime()) { result = result && getTime() .equals(other.getTime()); } result = result && (hasHttp() == other.hasHttp()); if (hasHttp()) { result = result && getHttp() .equals(other.getHttp()); } 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 (hasTime()) { hash = (37 * hash) + TIME_FIELD_NUMBER; hash = (53 * hash) + getTime().hashCode(); } if (hasHttp()) { hash = (37 * hash) + HTTP_FIELD_NUMBER; hash = (53 * hash) + getHttp().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request 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.Request parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request 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.Request parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request 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.Request 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.Request 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.Request 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.Request 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.Request 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.Request 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.Request 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; } /** *
     * Represents a network request, such as an HTTP request.
     * 
* * Protobuf type {@code envoy.service.auth.v2.AttributeContext.Request} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:envoy.service.auth.v2.AttributeContext.Request) io.envoyproxy.envoy.service.auth.v2.AttributeContext.RequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Request_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Request_fieldAccessorTable .ensureFieldAccessorsInitialized( io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.class, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.Builder.class); } // Construct using io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.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 (timeBuilder_ == null) { time_ = null; } else { time_ = null; timeBuilder_ = null; } if (httpBuilder_ == null) { http_ = null; } else { http_ = null; httpBuilder_ = null; } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.internal_static_envoy_service_auth_v2_AttributeContext_Request_descriptor; } public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request getDefaultInstanceForType() { return io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.getDefaultInstance(); } public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request build() { io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request buildPartial() { io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request result = new io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request(this); if (timeBuilder_ == null) { result.time_ = time_; } else { result.time_ = timeBuilder_.build(); } if (httpBuilder_ == null) { result.http_ = http_; } else { result.http_ = httpBuilder_.build(); } 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.Request) { return mergeFrom((io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request other) { if (other == io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.getDefaultInstance()) return this; if (other.hasTime()) { mergeTime(other.getTime()); } if (other.hasHttp()) { mergeHttp(other.getHttp()); } 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.Request parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private com.google.protobuf.Timestamp time_ = null; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> timeBuilder_; /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ public boolean hasTime() { return timeBuilder_ != null || time_ != null; } /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ public com.google.protobuf.Timestamp getTime() { if (timeBuilder_ == null) { return time_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : time_; } else { return timeBuilder_.getMessage(); } } /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ public Builder setTime(com.google.protobuf.Timestamp value) { if (timeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } time_ = value; onChanged(); } else { timeBuilder_.setMessage(value); } return this; } /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ public Builder setTime( com.google.protobuf.Timestamp.Builder builderForValue) { if (timeBuilder_ == null) { time_ = builderForValue.build(); onChanged(); } else { timeBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ public Builder mergeTime(com.google.protobuf.Timestamp value) { if (timeBuilder_ == null) { if (time_ != null) { time_ = com.google.protobuf.Timestamp.newBuilder(time_).mergeFrom(value).buildPartial(); } else { time_ = value; } onChanged(); } else { timeBuilder_.mergeFrom(value); } return this; } /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ public Builder clearTime() { if (timeBuilder_ == null) { time_ = null; onChanged(); } else { time_ = null; timeBuilder_ = null; } return this; } /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ public com.google.protobuf.Timestamp.Builder getTimeBuilder() { onChanged(); return getTimeFieldBuilder().getBuilder(); } /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ public com.google.protobuf.TimestampOrBuilder getTimeOrBuilder() { if (timeBuilder_ != null) { return timeBuilder_.getMessageOrBuilder(); } else { return time_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : time_; } } /** *
       * The timestamp when the proxy receives the first byte of the request.
       * 
* * .google.protobuf.Timestamp time = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getTimeFieldBuilder() { if (timeBuilder_ == null) { timeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( getTime(), getParentForChildren(), isClean()); time_ = null; } return timeBuilder_; } private io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest http_ = null; 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> httpBuilder_; /** *
       * Represents an HTTP request or an HTTP-like request.
       * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public boolean hasHttp() { return httpBuilder_ != null || http_ != null; } /** *
       * Represents an HTTP request or an HTTP-like request.
       * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest getHttp() { if (httpBuilder_ == null) { return http_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.getDefaultInstance() : http_; } else { return httpBuilder_.getMessage(); } } /** *
       * Represents an HTTP request or an HTTP-like request.
       * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public Builder setHttp(io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest value) { if (httpBuilder_ == null) { if (value == null) { throw new NullPointerException(); } http_ = value; onChanged(); } else { httpBuilder_.setMessage(value); } return this; } /** *
       * Represents an HTTP request or an HTTP-like request.
       * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public Builder setHttp( io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.Builder builderForValue) { if (httpBuilder_ == null) { http_ = builderForValue.build(); onChanged(); } else { httpBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * Represents an HTTP request or an HTTP-like request.
       * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public Builder mergeHttp(io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest value) { if (httpBuilder_ == null) { if (http_ != null) { http_ = io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.newBuilder(http_).mergeFrom(value).buildPartial(); } else { http_ = value; } onChanged(); } else { httpBuilder_.mergeFrom(value); } return this; } /** *
       * Represents an HTTP request or an HTTP-like request.
       * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public Builder clearHttp() { if (httpBuilder_ == null) { http_ = null; onChanged(); } else { http_ = null; httpBuilder_ = null; } return this; } /** *
       * Represents an HTTP request or an HTTP-like request.
       * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.Builder getHttpBuilder() { onChanged(); return getHttpFieldBuilder().getBuilder(); } /** *
       * Represents an HTTP request or an HTTP-like request.
       * 
* * .envoy.service.auth.v2.AttributeContext.HttpRequest http = 2; */ public io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequestOrBuilder getHttpOrBuilder() { if (httpBuilder_ != null) { return httpBuilder_.getMessageOrBuilder(); } else { return http_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.HttpRequest.getDefaultInstance() : http_; } } /** *
       * 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.
     * 
* * string id = 1; */ java.lang.String getId(); /** *
     * 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; */ com.google.protobuf.ByteString getIdBytes(); /** *
     * The HTTP request method, such as `GET`, `POST`.
     * 
* * string method = 2; */ java.lang.String getMethod(); /** *
     * The HTTP request method, such as `GET`, `POST`.
     * 
* * string method = 2; */ com.google.protobuf.ByteString getMethodBytes(); /** *
     * 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; */ int getHeadersCount(); /** *
     * 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; */ boolean containsHeaders( java.lang.String key); /** * Use {@link #getHeadersMap()} instead. */ @java.lang.Deprecated java.util.Map getHeaders(); /** *
     * 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; */ java.util.Map 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.
     * 
* * map<string, string> headers = 3; */ java.lang.String getHeadersOrDefault( java.lang.String key, java.lang.String defaultValue); /** *
     * 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; */ java.lang.String getHeadersOrThrow( java.lang.String key); /** *
     * The HTTP URL path.
     * 
* * string path = 4; */ java.lang.String getPath(); /** *
     * The HTTP URL path.
     * 
* * string path = 4; */ com.google.protobuf.ByteString getPathBytes(); /** *
     * The HTTP request `Host` or 'Authority` header value.
     * 
* * string host = 5; */ java.lang.String getHost(); /** *
     * The HTTP request `Host` or 'Authority` header value.
     * 
* * string host = 5; */ com.google.protobuf.ByteString getHostBytes(); /** *
     * The HTTP URL scheme, such as `http` and `https`.
     * 
* * string scheme = 6; */ java.lang.String getScheme(); /** *
     * The HTTP URL scheme, such as `http` and `https`.
     * 
* * string scheme = 6; */ com.google.protobuf.ByteString getSchemeBytes(); /** *
     * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
     * appears in the first line of the HTTP request. No decoding is performed.
     * 
* * string query = 7; */ java.lang.String getQuery(); /** *
     * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
     * appears in the first line of the HTTP request. No decoding is performed.
     * 
* * string query = 7; */ com.google.protobuf.ByteString getQueryBytes(); /** *
     * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
     * 
* * string fragment = 8; */ java.lang.String getFragment(); /** *
     * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
     * 
* * string fragment = 8; */ com.google.protobuf.ByteString getFragmentBytes(); /** *
     * The HTTP request size in bytes. If unknown, it must be -1.
     * 
* * int64 size = 9; */ long getSize(); /** *
     * The network protocol used with the request, such as
     * "http/1.1", "spdy/3", "h2", "h2c"
     * 
* * string protocol = 10; */ java.lang.String getProtocol(); /** *
     * The network protocol used with the request, such as
     * "http/1.1", "spdy/3", "h2", "h2c"
     * 
* * string protocol = 10; */ com.google.protobuf.ByteString getProtocolBytes(); } /** *
   * 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.
     * 
* * string id = 1; */ public java.lang.String getId() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** *
     * 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`.
     * 
* * string method = 2; */ public java.lang.String getMethod() { java.lang.Object ref = method_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); method_ = s; return s; } } /** *
     * 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.
     * 
* * map<string, string> headers = 3; */ public java.util.Map getHeadersMap() { return internalGetHeaders().getMap(); } /** *
     * 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 getHeadersOrDefault( java.lang.String key, java.lang.String defaultValue) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetHeaders().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * 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 HTTP URL path.
     * 
* * string path = 4; */ public java.lang.String getPath() { java.lang.Object ref = path_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); path_ = s; return s; } } /** *
     * The HTTP URL path.
     * 
* * string path = 4; */ public com.google.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int HOST_FIELD_NUMBER = 5; private volatile java.lang.Object host_; /** *
     * The HTTP request `Host` or 'Authority` header value.
     * 
* * string host = 5; */ public java.lang.String getHost() { java.lang.Object ref = host_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); host_ = s; return s; } } /** *
     * The HTTP request `Host` or 'Authority` header value.
     * 
* * string host = 5; */ public com.google.protobuf.ByteString getHostBytes() { java.lang.Object ref = host_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); host_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SCHEME_FIELD_NUMBER = 6; private volatile java.lang.Object scheme_; /** *
     * The HTTP URL scheme, such as `http` and `https`.
     * 
* * string scheme = 6; */ public java.lang.String getScheme() { java.lang.Object ref = scheme_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); scheme_ = s; return s; } } /** *
     * The HTTP URL scheme, such as `http` and `https`.
     * 
* * string scheme = 6; */ public com.google.protobuf.ByteString getSchemeBytes() { java.lang.Object ref = scheme_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); scheme_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int QUERY_FIELD_NUMBER = 7; private volatile java.lang.Object query_; /** *
     * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
     * appears in the first line of the HTTP request. No decoding is performed.
     * 
* * string query = 7; */ public java.lang.String getQuery() { java.lang.Object ref = query_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); query_ = s; return s; } } /** *
     * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
     * appears in the first line of the HTTP request. No decoding is performed.
     * 
* * string query = 7; */ public com.google.protobuf.ByteString getQueryBytes() { java.lang.Object ref = query_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); query_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FRAGMENT_FIELD_NUMBER = 8; private volatile java.lang.Object fragment_; /** *
     * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
     * 
* * string fragment = 8; */ public java.lang.String getFragment() { java.lang.Object ref = fragment_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fragment_ = s; return s; } } /** *
     * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
     * 
* * string fragment = 8; */ public com.google.protobuf.ByteString getFragmentBytes() { java.lang.Object ref = fragment_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fragment_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SIZE_FIELD_NUMBER = 9; private long size_; /** *
     * The HTTP request size in bytes. If unknown, it must be -1.
     * 
* * int64 size = 9; */ public long getSize() { return size_; } public static final int PROTOCOL_FIELD_NUMBER = 10; private volatile java.lang.Object protocol_; /** *
     * The network protocol used with the request, such as
     * "http/1.1", "spdy/3", "h2", "h2c"
     * 
* * string protocol = 10; */ public java.lang.String getProtocol() { java.lang.Object ref = protocol_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); protocol_ = s; return s; } } /** *
     * 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.
       * 
* * string id = 1; */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * 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 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; } } /** *
       * 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`.
       * 
* * string method = 2; */ public java.lang.String getMethod() { java.lang.Object ref = method_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); method_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * 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 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; } } /** *
       * The HTTP request method, such as `GET`, `POST`.
       * 
* * string method = 2; */ public Builder setMethod( java.lang.String value) { if (value == null) { throw new NullPointerException(); } method_ = value; onChanged(); return this; } /** *
       * The HTTP request method, such as `GET`, `POST`.
       * 
* * string method = 2; */ public Builder clearMethod() { method_ = getDefaultInstance().getMethod(); onChanged(); return this; } /** *
       * The HTTP request method, such as `GET`, `POST`.
       * 
* * string method = 2; */ public Builder setMethodBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); method_ = value; onChanged(); return this; } 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_; } private com.google.protobuf.MapField internalGetMutableHeaders() { onChanged();; if (headers_ == null) { headers_ = com.google.protobuf.MapField.newMapField( HeadersDefaultEntryHolder.defaultEntry); } if (!headers_.isMutable()) { headers_ = headers_.copy(); } 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.
       * 
* * map<string, string> headers = 3; */ public java.util.Map getHeadersMap() { return internalGetHeaders().getMap(); } /** *
       * 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 getHeadersOrDefault( java.lang.String key, java.lang.String defaultValue) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetHeaders().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
       * 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.
       * 
* * map<string, string> headers = 3; */ public Builder putAllHeaders( java.util.Map values) { internalGetMutableHeaders().getMutableMap() .putAll(values); return this; } private java.lang.Object path_ = ""; /** *
       * The HTTP URL path.
       * 
* * string path = 4; */ public java.lang.String getPath() { java.lang.Object ref = path_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); path_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * The HTTP URL path.
       * 
* * string path = 4; */ public com.google.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * The HTTP URL path.
       * 
* * string path = 4; */ public Builder setPath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } path_ = value; onChanged(); return this; } /** *
       * The HTTP URL path.
       * 
* * string path = 4; */ public Builder clearPath() { path_ = getDefaultInstance().getPath(); onChanged(); return this; } /** *
       * The HTTP URL path.
       * 
* * string path = 4; */ public Builder setPathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); path_ = value; onChanged(); return this; } private java.lang.Object host_ = ""; /** *
       * The HTTP request `Host` or 'Authority` header value.
       * 
* * string host = 5; */ public java.lang.String getHost() { java.lang.Object ref = host_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); host_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * The HTTP request `Host` or 'Authority` header value.
       * 
* * string host = 5; */ public com.google.protobuf.ByteString getHostBytes() { java.lang.Object ref = host_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); host_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * The HTTP request `Host` or 'Authority` header value.
       * 
* * string host = 5; */ public Builder setHost( java.lang.String value) { if (value == null) { throw new NullPointerException(); } host_ = value; onChanged(); return this; } /** *
       * The HTTP request `Host` or 'Authority` header value.
       * 
* * string host = 5; */ public Builder clearHost() { host_ = getDefaultInstance().getHost(); onChanged(); return this; } /** *
       * The HTTP request `Host` or 'Authority` header value.
       * 
* * string host = 5; */ public Builder setHostBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); host_ = value; onChanged(); return this; } private java.lang.Object scheme_ = ""; /** *
       * The HTTP URL scheme, such as `http` and `https`.
       * 
* * string scheme = 6; */ public java.lang.String getScheme() { java.lang.Object ref = scheme_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); scheme_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * The HTTP URL scheme, such as `http` and `https`.
       * 
* * string scheme = 6; */ public com.google.protobuf.ByteString getSchemeBytes() { java.lang.Object ref = scheme_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); scheme_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * The HTTP URL scheme, such as `http` and `https`.
       * 
* * string scheme = 6; */ public Builder setScheme( java.lang.String value) { if (value == null) { throw new NullPointerException(); } scheme_ = value; onChanged(); return this; } /** *
       * The HTTP URL scheme, such as `http` and `https`.
       * 
* * string scheme = 6; */ public Builder clearScheme() { scheme_ = getDefaultInstance().getScheme(); onChanged(); return this; } /** *
       * The HTTP URL scheme, such as `http` and `https`.
       * 
* * string scheme = 6; */ public Builder setSchemeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); scheme_ = value; onChanged(); return this; } private java.lang.Object query_ = ""; /** *
       * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
       * appears in the first line of the HTTP request. No decoding is performed.
       * 
* * string query = 7; */ public java.lang.String getQuery() { java.lang.Object ref = query_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); query_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
       * appears in the first line of the HTTP request. No decoding is performed.
       * 
* * string query = 7; */ public com.google.protobuf.ByteString getQueryBytes() { java.lang.Object ref = query_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); query_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
       * appears in the first line of the HTTP request. No decoding is performed.
       * 
* * string query = 7; */ public Builder setQuery( java.lang.String value) { if (value == null) { throw new NullPointerException(); } query_ = value; onChanged(); return this; } /** *
       * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
       * appears in the first line of the HTTP request. No decoding is performed.
       * 
* * string query = 7; */ public Builder clearQuery() { query_ = getDefaultInstance().getQuery(); onChanged(); return this; } /** *
       * The HTTP URL query in the format of `name1=value`&name2=value2`, as it
       * appears in the first line of the HTTP request. No decoding is performed.
       * 
* * string query = 7; */ public Builder setQueryBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); query_ = value; onChanged(); return this; } private java.lang.Object fragment_ = ""; /** *
       * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
       * 
* * string fragment = 8; */ public java.lang.String getFragment() { java.lang.Object ref = fragment_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fragment_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
       * 
* * string fragment = 8; */ public com.google.protobuf.ByteString getFragmentBytes() { java.lang.Object ref = fragment_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fragment_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
       * 
* * string fragment = 8; */ public Builder setFragment( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fragment_ = value; onChanged(); return this; } /** *
       * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
       * 
* * string fragment = 8; */ public Builder clearFragment() { fragment_ = getDefaultInstance().getFragment(); onChanged(); return this; } /** *
       * The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
       * 
* * string fragment = 8; */ public Builder setFragmentBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fragment_ = value; onChanged(); return this; } private long size_ ; /** *
       * The HTTP request size in bytes. If unknown, it must be -1.
       * 
* * int64 size = 9; */ public long getSize() { return size_; } /** *
       * The HTTP request size in bytes. If unknown, it must be -1.
       * 
* * int64 size = 9; */ public Builder setSize(long value) { size_ = value; onChanged(); return this; } /** *
       * The HTTP request size in bytes. If unknown, it must be -1.
       * 
* * int64 size = 9; */ public Builder clearSize() { size_ = 0L; onChanged(); return this; } private java.lang.Object protocol_ = ""; /** *
       * The network protocol used with the request, such as
       * "http/1.1", "spdy/3", "h2", "h2c"
       * 
* * string protocol = 10; */ public java.lang.String getProtocol() { java.lang.Object ref = protocol_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); protocol_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * 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 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; } } /** *
       * The network protocol used with the request, such as
       * "http/1.1", "spdy/3", "h2", "h2c"
       * 
* * string protocol = 10; */ public Builder setProtocol( java.lang.String value) { if (value == null) { throw new NullPointerException(); } protocol_ = value; onChanged(); return this; } /** *
       * The network protocol used with the request, such as
       * "http/1.1", "spdy/3", "h2", "h2c"
       * 
* * string protocol = 10; */ public Builder clearProtocol() { protocol_ = getDefaultInstance().getProtocol(); onChanged(); return this; } /** *
       * 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.
   * 
* * .envoy.service.auth.v2.AttributeContext.Peer source = 1; */ public boolean hasSource() { return source_ != null; } /** *
   * 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.Peer getSource() { return source_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.getDefaultInstance() : 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.
   * 
* * .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.
   * 
* * .envoy.service.auth.v2.AttributeContext.Peer destination = 2; */ public boolean hasDestination() { return destination_ != null; } /** *
   * 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.Peer getDestination() { return destination_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.getDefaultInstance() : 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.
   * 
* * .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.
   * 
* * .envoy.service.auth.v2.AttributeContext.Request request = 4; */ public boolean hasRequest() { return request_ != null; } /** *
   * 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.Request getRequest() { return request_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.getDefaultInstance() : 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.
   * 
* * map<string, string> context_extensions = 10; */ public java.util.Map getContextExtensionsMap() { return internalGetContextExtensions().getMap(); } /** *
   * 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 getContextExtensionsOrDefault( java.lang.String key, java.lang.String defaultValue) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetContextExtensions().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
   * 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer source = 1; */ public boolean hasSource() { return sourceBuilder_ != null || source_ != null; } /** *
     * 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.Peer getSource() { if (sourceBuilder_ == null) { return source_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.getDefaultInstance() : source_; } else { return sourceBuilder_.getMessage(); } } /** *
     * 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer source = 1; */ public Builder setSource( io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder builderForValue) { if (sourceBuilder_ == null) { source_ = builderForValue.build(); onChanged(); } else { sourceBuilder_.setMessage(builderForValue.build()); } 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer source = 1; */ public Builder mergeSource(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer value) { if (sourceBuilder_ == null) { if (source_ != null) { source_ = io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.newBuilder(source_).mergeFrom(value).buildPartial(); } else { source_ = value; } onChanged(); } else { sourceBuilder_.mergeFrom(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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer source = 1; */ public Builder clearSource() { if (sourceBuilder_ == null) { source_ = null; onChanged(); } else { source_ = null; sourceBuilder_ = null; } 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer source = 1; */ public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder getSourceBuilder() { onChanged(); return getSourceFieldBuilder().getBuilder(); } /** *
     * 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() { if (sourceBuilder_ != null) { return sourceBuilder_.getMessageOrBuilder(); } else { return source_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.getDefaultInstance() : 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer source = 1; */ 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> getSourceFieldBuilder() { if (sourceBuilder_ == null) { sourceBuilder_ = new 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>( getSource(), getParentForChildren(), isClean()); source_ = null; } return sourceBuilder_; } private io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer destination_ = 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> destinationBuilder_; /** *
     * 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 boolean hasDestination() { return destinationBuilder_ != null || destination_ != null; } /** *
     * 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.Peer getDestination() { if (destinationBuilder_ == null) { return destination_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.getDefaultInstance() : destination_; } else { return destinationBuilder_.getMessage(); } } /** *
     * 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer destination = 2; */ public Builder setDestination( io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder builderForValue) { if (destinationBuilder_ == null) { destination_ = builderForValue.build(); onChanged(); } else { destinationBuilder_.setMessage(builderForValue.build()); } 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer destination = 2; */ public Builder mergeDestination(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer value) { if (destinationBuilder_ == null) { if (destination_ != null) { destination_ = io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.newBuilder(destination_).mergeFrom(value).buildPartial(); } else { destination_ = value; } onChanged(); } else { destinationBuilder_.mergeFrom(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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer destination = 2; */ public Builder clearDestination() { if (destinationBuilder_ == null) { destination_ = null; onChanged(); } else { destination_ = null; destinationBuilder_ = null; } 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer destination = 2; */ public io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.Builder getDestinationBuilder() { onChanged(); return getDestinationFieldBuilder().getBuilder(); } /** *
     * 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() { if (destinationBuilder_ != null) { return destinationBuilder_.getMessageOrBuilder(); } else { return destination_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Peer.getDefaultInstance() : 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.
     * 
* * .envoy.service.auth.v2.AttributeContext.Peer destination = 2; */ 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> getDestinationFieldBuilder() { if (destinationBuilder_ == null) { destinationBuilder_ = new 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>( getDestination(), getParentForChildren(), isClean()); destination_ = null; } return destinationBuilder_; } private io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request request_ = null; private com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.Builder, io.envoyproxy.envoy.service.auth.v2.AttributeContext.RequestOrBuilder> requestBuilder_; /** *
     * Represents a network request, such as an HTTP request.
     * 
* * .envoy.service.auth.v2.AttributeContext.Request request = 4; */ public boolean hasRequest() { return requestBuilder_ != null || request_ != null; } /** *
     * 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.Request getRequest() { if (requestBuilder_ == null) { return request_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.getDefaultInstance() : request_; } else { return requestBuilder_.getMessage(); } } /** *
     * Represents a network request, such as an HTTP request.
     * 
* * .envoy.service.auth.v2.AttributeContext.Request request = 4; */ public Builder setRequest(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request value) { if (requestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } request_ = value; onChanged(); } else { requestBuilder_.setMessage(value); } return this; } /** *
     * Represents a network request, such as an HTTP request.
     * 
* * .envoy.service.auth.v2.AttributeContext.Request request = 4; */ public Builder setRequest( io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.Builder builderForValue) { if (requestBuilder_ == null) { request_ = builderForValue.build(); onChanged(); } else { requestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Represents a network request, such as an HTTP request.
     * 
* * .envoy.service.auth.v2.AttributeContext.Request request = 4; */ public Builder mergeRequest(io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request value) { if (requestBuilder_ == null) { if (request_ != null) { request_ = io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.newBuilder(request_).mergeFrom(value).buildPartial(); } else { request_ = value; } onChanged(); } else { requestBuilder_.mergeFrom(value); } return this; } /** *
     * Represents a network request, such as an HTTP request.
     * 
* * .envoy.service.auth.v2.AttributeContext.Request request = 4; */ public Builder clearRequest() { if (requestBuilder_ == null) { request_ = null; onChanged(); } else { request_ = null; requestBuilder_ = null; } return this; } /** *
     * 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.Request.Builder getRequestBuilder() { onChanged(); return getRequestFieldBuilder().getBuilder(); } /** *
     * 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() { if (requestBuilder_ != null) { return requestBuilder_.getMessageOrBuilder(); } else { return request_ == null ? io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.getDefaultInstance() : request_; } } /** *
     * Represents a network request, such as an HTTP request.
     * 
* * .envoy.service.auth.v2.AttributeContext.Request request = 4; */ private com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.Builder, io.envoyproxy.envoy.service.auth.v2.AttributeContext.RequestOrBuilder> getRequestFieldBuilder() { if (requestBuilder_ == null) { requestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request, io.envoyproxy.envoy.service.auth.v2.AttributeContext.Request.Builder, io.envoyproxy.envoy.service.auth.v2.AttributeContext.RequestOrBuilder>( getRequest(), getParentForChildren(), isClean()); request_ = null; } return requestBuilder_; } 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_; } private com.google.protobuf.MapField internalGetMutableContextExtensions() { onChanged();; if (contextExtensions_ == null) { contextExtensions_ = com.google.protobuf.MapField.newMapField( ContextExtensionsDefaultEntryHolder.defaultEntry); } if (!contextExtensions_.isMutable()) { contextExtensions_ = contextExtensions_.copy(); } 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.
     * 
* * map<string, string> context_extensions = 10; */ public java.util.Map getContextExtensionsMap() { return internalGetContextExtensions().getMap(); } /** *
     * 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 getContextExtensionsOrDefault( java.lang.String key, java.lang.String defaultValue) { if (key == null) { throw new java.lang.NullPointerException(); } java.util.Map map = internalGetContextExtensions().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** *
     * 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; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy