Class TlsKeyLog.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<TlsKeyLog.Builder>
-
- io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.TlsKeyLog.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,TlsKeyLogOrBuilder
,java.lang.Cloneable
- Enclosing class:
- TlsKeyLog
public static final class TlsKeyLog.Builder extends com.google.protobuf.GeneratedMessage.Builder<TlsKeyLog.Builder> implements TlsKeyLogOrBuilder
TLS key log configuration. The key log file format is "format used by NSS for its SSLKEYLOGFILE debugging output" (text taken from openssl man page)
Protobuf typeenvoy.extensions.transport_sockets.tls.v3.TlsKeyLog
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private java.util.List<CidrRange>
localAddressRange_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
localAddressRangeBuilder_
private java.lang.Object
path_
private java.util.List<CidrRange>
remoteAddressRange_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
remoteAddressRangeBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TlsKeyLog.Builder
addAllLocalAddressRange(java.lang.Iterable<? extends CidrRange> values)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
addAllRemoteAddressRange(java.lang.Iterable<? extends CidrRange> values)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder
addLocalAddressRange(int index, CidrRange value)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
addLocalAddressRange(int index, CidrRange.Builder builderForValue)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
addLocalAddressRange(CidrRange value)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
addLocalAddressRange(CidrRange.Builder builderForValue)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.CidrRange.Builder
addLocalAddressRangeBuilder()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.CidrRange.Builder
addLocalAddressRangeBuilder(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
addRemoteAddressRange(int index, CidrRange value)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder
addRemoteAddressRange(int index, CidrRange.Builder builderForValue)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder
addRemoteAddressRange(CidrRange value)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder
addRemoteAddressRange(CidrRange.Builder builderForValue)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.CidrRange.Builder
addRemoteAddressRangeBuilder()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.CidrRange.Builder
addRemoteAddressRangeBuilder(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog
build()
TlsKeyLog
buildPartial()
private void
buildPartial0(TlsKeyLog result)
private void
buildPartialRepeatedFields(TlsKeyLog result)
TlsKeyLog.Builder
clear()
TlsKeyLog.Builder
clearLocalAddressRange()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
clearPath()
The path to save the TLS key log.TlsKeyLog.Builder
clearRemoteAddressRange()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.private void
ensureLocalAddressRangeIsMutable()
private void
ensureRemoteAddressRangeIsMutable()
TlsKeyLog
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
CidrRange
getLocalAddressRange(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.CidrRange.Builder
getLocalAddressRangeBuilder(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.java.util.List<CidrRange.Builder>
getLocalAddressRangeBuilderList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.int
getLocalAddressRangeCount()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
getLocalAddressRangeFieldBuilder()
java.util.List<CidrRange>
getLocalAddressRangeList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.CidrRangeOrBuilder
getLocalAddressRangeOrBuilder(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.java.util.List<? extends CidrRangeOrBuilder>
getLocalAddressRangeOrBuilderList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.java.lang.String
getPath()
The path to save the TLS key log.com.google.protobuf.ByteString
getPathBytes()
The path to save the TLS key log.CidrRange
getRemoteAddressRange(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.CidrRange.Builder
getRemoteAddressRangeBuilder(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.java.util.List<CidrRange.Builder>
getRemoteAddressRangeBuilderList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.int
getRemoteAddressRangeCount()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
getRemoteAddressRangeFieldBuilder()
java.util.List<CidrRange>
getRemoteAddressRangeList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.CidrRangeOrBuilder
getRemoteAddressRangeOrBuilder(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.java.util.List<? extends CidrRangeOrBuilder>
getRemoteAddressRangeOrBuilderList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
TlsKeyLog.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TlsKeyLog.Builder
mergeFrom(com.google.protobuf.Message other)
TlsKeyLog.Builder
mergeFrom(TlsKeyLog other)
TlsKeyLog.Builder
removeLocalAddressRange(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
removeRemoteAddressRange(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder
setLocalAddressRange(int index, CidrRange value)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
setLocalAddressRange(int index, CidrRange.Builder builderForValue)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder
setPath(java.lang.String value)
The path to save the TLS key log.TlsKeyLog.Builder
setPathBytes(com.google.protobuf.ByteString value)
The path to save the TLS key log.TlsKeyLog.Builder
setRemoteAddressRange(int index, CidrRange value)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.Builder
setRemoteAddressRange(int index, CidrRange.Builder builderForValue)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.-
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_
-
path_
private java.lang.Object path_
-
localAddressRange_
private java.util.List<CidrRange> localAddressRange_
-
localAddressRangeBuilder_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder> localAddressRangeBuilder_
-
remoteAddressRange_
private java.util.List<CidrRange> remoteAddressRange_
-
remoteAddressRangeBuilder_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder> remoteAddressRangeBuilder_
-
-
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<TlsKeyLog.Builder>
-
clear
public TlsKeyLog.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<TlsKeyLog.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<TlsKeyLog.Builder>
-
getDefaultInstanceForType
public TlsKeyLog getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TlsKeyLog build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TlsKeyLog buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartialRepeatedFields
private void buildPartialRepeatedFields(TlsKeyLog result)
-
buildPartial0
private void buildPartial0(TlsKeyLog result)
-
mergeFrom
public TlsKeyLog.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TlsKeyLog.Builder>
-
mergeFrom
public TlsKeyLog.Builder mergeFrom(TlsKeyLog other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<TlsKeyLog.Builder>
-
mergeFrom
public TlsKeyLog.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<TlsKeyLog.Builder>
- Throws:
java.io.IOException
-
getPath
public java.lang.String getPath()
The path to save the TLS key log.
string path = 1 [(.validate.rules) = { ... }
- Specified by:
getPath
in interfaceTlsKeyLogOrBuilder
- Returns:
- The path.
-
getPathBytes
public com.google.protobuf.ByteString getPathBytes()
The path to save the TLS key log.
string path = 1 [(.validate.rules) = { ... }
- Specified by:
getPathBytes
in interfaceTlsKeyLogOrBuilder
- Returns:
- The bytes for path.
-
setPath
public TlsKeyLog.Builder setPath(java.lang.String value)
The path to save the TLS key log.
string path = 1 [(.validate.rules) = { ... }
- Parameters:
value
- The path to set.- Returns:
- This builder for chaining.
-
clearPath
public TlsKeyLog.Builder clearPath()
The path to save the TLS key log.
string path = 1 [(.validate.rules) = { ... }
- Returns:
- This builder for chaining.
-
setPathBytes
public TlsKeyLog.Builder setPathBytes(com.google.protobuf.ByteString value)
The path to save the TLS key log.
string path = 1 [(.validate.rules) = { ... }
- Parameters:
value
- The bytes for path to set.- Returns:
- This builder for chaining.
-
ensureLocalAddressRangeIsMutable
private void ensureLocalAddressRangeIsMutable()
-
getLocalAddressRangeList
public java.util.List<CidrRange> getLocalAddressRangeList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
- Specified by:
getLocalAddressRangeList
in interfaceTlsKeyLogOrBuilder
-
getLocalAddressRangeCount
public int getLocalAddressRangeCount()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
- Specified by:
getLocalAddressRangeCount
in interfaceTlsKeyLogOrBuilder
-
getLocalAddressRange
public CidrRange getLocalAddressRange(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
- Specified by:
getLocalAddressRange
in interfaceTlsKeyLogOrBuilder
-
setLocalAddressRange
public TlsKeyLog.Builder setLocalAddressRange(int index, CidrRange value)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
setLocalAddressRange
public TlsKeyLog.Builder setLocalAddressRange(int index, CidrRange.Builder builderForValue)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
addLocalAddressRange
public TlsKeyLog.Builder addLocalAddressRange(CidrRange value)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
addLocalAddressRange
public TlsKeyLog.Builder addLocalAddressRange(int index, CidrRange value)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
addLocalAddressRange
public TlsKeyLog.Builder addLocalAddressRange(CidrRange.Builder builderForValue)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
addLocalAddressRange
public TlsKeyLog.Builder addLocalAddressRange(int index, CidrRange.Builder builderForValue)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
addAllLocalAddressRange
public TlsKeyLog.Builder addAllLocalAddressRange(java.lang.Iterable<? extends CidrRange> values)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
clearLocalAddressRange
public TlsKeyLog.Builder clearLocalAddressRange()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
removeLocalAddressRange
public TlsKeyLog.Builder removeLocalAddressRange(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getLocalAddressRangeBuilder
public CidrRange.Builder getLocalAddressRangeBuilder(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getLocalAddressRangeOrBuilder
public CidrRangeOrBuilder getLocalAddressRangeOrBuilder(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
- Specified by:
getLocalAddressRangeOrBuilder
in interfaceTlsKeyLogOrBuilder
-
getLocalAddressRangeOrBuilderList
public java.util.List<? extends CidrRangeOrBuilder> getLocalAddressRangeOrBuilderList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
- Specified by:
getLocalAddressRangeOrBuilderList
in interfaceTlsKeyLogOrBuilder
-
addLocalAddressRangeBuilder
public CidrRange.Builder addLocalAddressRangeBuilder()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
addLocalAddressRangeBuilder
public CidrRange.Builder addLocalAddressRangeBuilder(int index)
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getLocalAddressRangeBuilderList
public java.util.List<CidrRange.Builder> getLocalAddressRangeBuilderList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.
repeated .envoy.config.core.v3.CidrRange local_address_range = 2;
-
getLocalAddressRangeFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder> getLocalAddressRangeFieldBuilder()
-
ensureRemoteAddressRangeIsMutable
private void ensureRemoteAddressRangeIsMutable()
-
getRemoteAddressRangeList
public java.util.List<CidrRange> getRemoteAddressRangeList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
- Specified by:
getRemoteAddressRangeList
in interfaceTlsKeyLogOrBuilder
-
getRemoteAddressRangeCount
public int getRemoteAddressRangeCount()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
- Specified by:
getRemoteAddressRangeCount
in interfaceTlsKeyLogOrBuilder
-
getRemoteAddressRange
public CidrRange getRemoteAddressRange(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
- Specified by:
getRemoteAddressRange
in interfaceTlsKeyLogOrBuilder
-
setRemoteAddressRange
public TlsKeyLog.Builder setRemoteAddressRange(int index, CidrRange value)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
setRemoteAddressRange
public TlsKeyLog.Builder setRemoteAddressRange(int index, CidrRange.Builder builderForValue)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
addRemoteAddressRange
public TlsKeyLog.Builder addRemoteAddressRange(CidrRange value)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
addRemoteAddressRange
public TlsKeyLog.Builder addRemoteAddressRange(int index, CidrRange value)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
addRemoteAddressRange
public TlsKeyLog.Builder addRemoteAddressRange(CidrRange.Builder builderForValue)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
addRemoteAddressRange
public TlsKeyLog.Builder addRemoteAddressRange(int index, CidrRange.Builder builderForValue)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
addAllRemoteAddressRange
public TlsKeyLog.Builder addAllRemoteAddressRange(java.lang.Iterable<? extends CidrRange> values)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
clearRemoteAddressRange
public TlsKeyLog.Builder clearRemoteAddressRange()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
removeRemoteAddressRange
public TlsKeyLog.Builder removeRemoteAddressRange(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
getRemoteAddressRangeBuilder
public CidrRange.Builder getRemoteAddressRangeBuilder(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
getRemoteAddressRangeOrBuilder
public CidrRangeOrBuilder getRemoteAddressRangeOrBuilder(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
- Specified by:
getRemoteAddressRangeOrBuilder
in interfaceTlsKeyLogOrBuilder
-
getRemoteAddressRangeOrBuilderList
public java.util.List<? extends CidrRangeOrBuilder> getRemoteAddressRangeOrBuilderList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
- Specified by:
getRemoteAddressRangeOrBuilderList
in interfaceTlsKeyLogOrBuilder
-
addRemoteAddressRangeBuilder
public CidrRange.Builder addRemoteAddressRangeBuilder()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
addRemoteAddressRangeBuilder
public CidrRange.Builder addRemoteAddressRangeBuilder(int index)
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
getRemoteAddressRangeBuilderList
public java.util.List<CidrRange.Builder> getRemoteAddressRangeBuilderList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.
repeated .envoy.config.core.v3.CidrRange remote_address_range = 3;
-
getRemoteAddressRangeFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder> getRemoteAddressRangeFieldBuilder()
-
-