Class HttpConnectionManager.SetCurrentClientCertDetails.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
- io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.SetCurrentClientCertDetails.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,HttpConnectionManager.SetCurrentClientCertDetailsOrBuilder,java.lang.Cloneable
- Enclosing class:
- HttpConnectionManager.SetCurrentClientCertDetails
public static final class HttpConnectionManager.SetCurrentClientCertDetails.Builder extends com.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder> implements HttpConnectionManager.SetCurrentClientCertDetailsOrBuilder
[#next-free-field: 7]
Protobuf typeenvoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.SetCurrentClientCertDetails
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_private booleancert_private booleanchain_private booleandns_private com.google.protobuf.BoolValuesubject_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>subjectBuilder_private booleanuri_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpConnectionManager.SetCurrentClientCertDetailsbuild()HttpConnectionManager.SetCurrentClientCertDetailsbuildPartial()private voidbuildPartial0(HttpConnectionManager.SetCurrentClientCertDetails result)HttpConnectionManager.SetCurrentClientCertDetails.Builderclear()HttpConnectionManager.SetCurrentClientCertDetails.BuilderclearCert()Whether to forward the entire client cert in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.BuilderclearChain()Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.BuilderclearDns()Whether to forward the DNS type Subject Alternative Names of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.BuilderclearSubject()Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.BuilderclearUri()Whether to forward the URI type Subject Alternative Name of the client cert.booleangetCert()Whether to forward the entire client cert in URL encoded PEM format.booleangetChain()Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetailsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()booleangetDns()Whether to forward the DNS type Subject Alternative Names of the client cert.com.google.protobuf.BoolValuegetSubject()Whether to forward the subject of the client cert.com.google.protobuf.BoolValue.BuildergetSubjectBuilder()Whether to forward the subject of the client cert.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>getSubjectFieldBuilder()Whether to forward the subject of the client cert.com.google.protobuf.BoolValueOrBuildergetSubjectOrBuilder()Whether to forward the subject of the client cert.booleangetUri()Whether to forward the URI type Subject Alternative Name of the client cert.booleanhasSubject()Whether to forward the subject of the client cert.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()private voidmaybeForceBuilderInitialization()HttpConnectionManager.SetCurrentClientCertDetails.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)HttpConnectionManager.SetCurrentClientCertDetails.BuildermergeFrom(com.google.protobuf.Message other)HttpConnectionManager.SetCurrentClientCertDetails.BuildermergeFrom(HttpConnectionManager.SetCurrentClientCertDetails other)HttpConnectionManager.SetCurrentClientCertDetails.BuildermergeSubject(com.google.protobuf.BoolValue value)Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.BuildersetCert(boolean value)Whether to forward the entire client cert in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.BuildersetChain(boolean value)Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.BuildersetDns(boolean value)Whether to forward the DNS type Subject Alternative Names of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.BuildersetSubject(com.google.protobuf.BoolValue value)Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.BuildersetSubject(com.google.protobuf.BoolValue.Builder builderForValue)Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.BuildersetUri(boolean value)Whether to forward the URI type Subject Alternative Name of the client cert.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
subject_
private com.google.protobuf.BoolValue subject_
-
subjectBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder> subjectBuilder_
-
cert_
private boolean cert_
-
chain_
private boolean chain_
-
dns_
private boolean dns_
-
uri_
private boolean uri_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public HttpConnectionManager.SetCurrentClientCertDetails.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
getDefaultInstanceForType
public HttpConnectionManager.SetCurrentClientCertDetails getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public HttpConnectionManager.SetCurrentClientCertDetails build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public HttpConnectionManager.SetCurrentClientCertDetails buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
private void buildPartial0(HttpConnectionManager.SetCurrentClientCertDetails result)
-
mergeFrom
public HttpConnectionManager.SetCurrentClientCertDetails.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
mergeFrom
public HttpConnectionManager.SetCurrentClientCertDetails.Builder mergeFrom(HttpConnectionManager.SetCurrentClientCertDetails other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
mergeFrom
public HttpConnectionManager.SetCurrentClientCertDetails.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>- Throws:
java.io.IOException
-
hasSubject
public boolean hasSubject()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;- Specified by:
hasSubjectin interfaceHttpConnectionManager.SetCurrentClientCertDetailsOrBuilder- Returns:
- Whether the subject field is set.
-
getSubject
public com.google.protobuf.BoolValue getSubject()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;- Specified by:
getSubjectin interfaceHttpConnectionManager.SetCurrentClientCertDetailsOrBuilder- Returns:
- The subject.
-
setSubject
public HttpConnectionManager.SetCurrentClientCertDetails.Builder setSubject(com.google.protobuf.BoolValue value)
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;
-
setSubject
public HttpConnectionManager.SetCurrentClientCertDetails.Builder setSubject(com.google.protobuf.BoolValue.Builder builderForValue)
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;
-
mergeSubject
public HttpConnectionManager.SetCurrentClientCertDetails.Builder mergeSubject(com.google.protobuf.BoolValue value)
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;
-
clearSubject
public HttpConnectionManager.SetCurrentClientCertDetails.Builder clearSubject()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;
-
getSubjectBuilder
public com.google.protobuf.BoolValue.Builder getSubjectBuilder()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;
-
getSubjectOrBuilder
public com.google.protobuf.BoolValueOrBuilder getSubjectOrBuilder()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;- Specified by:
getSubjectOrBuilderin interfaceHttpConnectionManager.SetCurrentClientCertDetailsOrBuilder
-
getSubjectFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder> getSubjectFieldBuilder()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;
-
getCert
public boolean getCert()
Whether to forward the entire client cert in URL encoded PEM format. This will appear in the XFCC header comma separated from other values with the value Cert="PEM". Defaults to false.
bool cert = 3;- Specified by:
getCertin interfaceHttpConnectionManager.SetCurrentClientCertDetailsOrBuilder- Returns:
- The cert.
-
setCert
public HttpConnectionManager.SetCurrentClientCertDetails.Builder setCert(boolean value)
Whether to forward the entire client cert in URL encoded PEM format. This will appear in the XFCC header comma separated from other values with the value Cert="PEM". Defaults to false.
bool cert = 3;- Parameters:
value- The cert to set.- Returns:
- This builder for chaining.
-
clearCert
public HttpConnectionManager.SetCurrentClientCertDetails.Builder clearCert()
Whether to forward the entire client cert in URL encoded PEM format. This will appear in the XFCC header comma separated from other values with the value Cert="PEM". Defaults to false.
bool cert = 3;- Returns:
- This builder for chaining.
-
getChain
public boolean getChain()
Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format. This will appear in the XFCC header comma separated from other values with the value Chain="PEM". Defaults to false.
bool chain = 6;- Specified by:
getChainin interfaceHttpConnectionManager.SetCurrentClientCertDetailsOrBuilder- Returns:
- The chain.
-
setChain
public HttpConnectionManager.SetCurrentClientCertDetails.Builder setChain(boolean value)
Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format. This will appear in the XFCC header comma separated from other values with the value Chain="PEM". Defaults to false.
bool chain = 6;- Parameters:
value- The chain to set.- Returns:
- This builder for chaining.
-
clearChain
public HttpConnectionManager.SetCurrentClientCertDetails.Builder clearChain()
Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format. This will appear in the XFCC header comma separated from other values with the value Chain="PEM". Defaults to false.
bool chain = 6;- Returns:
- This builder for chaining.
-
getDns
public boolean getDns()
Whether to forward the DNS type Subject Alternative Names of the client cert. Defaults to false.
bool dns = 4;- Specified by:
getDnsin interfaceHttpConnectionManager.SetCurrentClientCertDetailsOrBuilder- Returns:
- The dns.
-
setDns
public HttpConnectionManager.SetCurrentClientCertDetails.Builder setDns(boolean value)
Whether to forward the DNS type Subject Alternative Names of the client cert. Defaults to false.
bool dns = 4;- Parameters:
value- The dns to set.- Returns:
- This builder for chaining.
-
clearDns
public HttpConnectionManager.SetCurrentClientCertDetails.Builder clearDns()
Whether to forward the DNS type Subject Alternative Names of the client cert. Defaults to false.
bool dns = 4;- Returns:
- This builder for chaining.
-
getUri
public boolean getUri()
Whether to forward the URI type Subject Alternative Name of the client cert. Defaults to false.
bool uri = 5;- Specified by:
getUriin interfaceHttpConnectionManager.SetCurrentClientCertDetailsOrBuilder- Returns:
- The uri.
-
setUri
public HttpConnectionManager.SetCurrentClientCertDetails.Builder setUri(boolean value)
Whether to forward the URI type Subject Alternative Name of the client cert. Defaults to false.
bool uri = 5;- Parameters:
value- The uri to set.- Returns:
- This builder for chaining.
-
clearUri
public HttpConnectionManager.SetCurrentClientCertDetails.Builder clearUri()
Whether to forward the URI type Subject Alternative Name of the client cert. Defaults to false.
bool uri = 5;- Returns:
- This builder for chaining.
-
-