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 int
bitField0_
private boolean
cert_
private boolean
chain_
private boolean
dns_
private com.google.protobuf.BoolValue
subject_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>
subjectBuilder_
private boolean
uri_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpConnectionManager.SetCurrentClientCertDetails
build()
HttpConnectionManager.SetCurrentClientCertDetails
buildPartial()
private void
buildPartial0(HttpConnectionManager.SetCurrentClientCertDetails result)
HttpConnectionManager.SetCurrentClientCertDetails.Builder
clear()
HttpConnectionManager.SetCurrentClientCertDetails.Builder
clearCert()
Whether to forward the entire client cert in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.Builder
clearChain()
Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.Builder
clearDns()
Whether to forward the DNS type Subject Alternative Names of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder
clearSubject()
Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder
clearUri()
Whether to forward the URI type Subject Alternative Name of the client cert.boolean
getCert()
Whether to forward the entire client cert in URL encoded PEM format.boolean
getChain()
Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getDns()
Whether to forward the DNS type Subject Alternative Names of the client cert.com.google.protobuf.BoolValue
getSubject()
Whether to forward the subject of the client cert.com.google.protobuf.BoolValue.Builder
getSubjectBuilder()
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.BoolValueOrBuilder
getSubjectOrBuilder()
Whether to forward the subject of the client cert.boolean
getUri()
Whether to forward the URI type Subject Alternative Name of the client cert.boolean
hasSubject()
Whether to forward the subject of the client cert.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
private void
maybeForceBuilderInitialization()
HttpConnectionManager.SetCurrentClientCertDetails.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
HttpConnectionManager.SetCurrentClientCertDetails.Builder
mergeFrom(com.google.protobuf.Message other)
HttpConnectionManager.SetCurrentClientCertDetails.Builder
mergeFrom(HttpConnectionManager.SetCurrentClientCertDetails other)
HttpConnectionManager.SetCurrentClientCertDetails.Builder
mergeSubject(com.google.protobuf.BoolValue value)
Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder
setCert(boolean value)
Whether to forward the entire client cert in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.Builder
setChain(boolean value)
Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.Builder
setDns(boolean value)
Whether to forward the DNS type Subject Alternative Names of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder
setSubject(com.google.protobuf.BoolValue value)
Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder
setSubject(com.google.protobuf.BoolValue.Builder builderForValue)
Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder
setUri(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public HttpConnectionManager.SetCurrentClientCertDetails.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
getDefaultInstanceForType
public HttpConnectionManager.SetCurrentClientCertDetails getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public HttpConnectionManager.SetCurrentClientCertDetails build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public HttpConnectionManager.SetCurrentClientCertDetails buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<HttpConnectionManager.SetCurrentClientCertDetails.Builder>
-
mergeFrom
public HttpConnectionManager.SetCurrentClientCertDetails.Builder mergeFrom(HttpConnectionManager.SetCurrentClientCertDetails other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
hasSubject
in 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:
getSubject
in 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:
getSubjectOrBuilder
in 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:
getCert
in 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:
getChain
in 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:
getDns
in 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:
getUri
in 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.
-
-