Class ClustersConfigDump.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
- io.envoyproxy.envoy.admin.v2alpha.ClustersConfigDump.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ClustersConfigDumpOrBuilder,Cloneable
- Enclosing class:
- ClustersConfigDump
public static final class ClustersConfigDump.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder> implements ClustersConfigDumpOrBuilder
Envoy's cluster manager fills this message with all currently known clusters. Cluster configuration information can be used to recreate an Envoy configuration by populating all clusters as static clusters or by returning them in a CDS response.
Protobuf typeenvoy.admin.v2alpha.ClustersConfigDump
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, 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
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
clear
public ClustersConfigDump.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.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.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
getDefaultInstanceForType
public ClustersConfigDump getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ClustersConfigDump build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ClustersConfigDump buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ClustersConfigDump.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
setField
public ClustersConfigDump.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
clearField
public ClustersConfigDump.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
clearOneof
public ClustersConfigDump.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
setRepeatedField
public ClustersConfigDump.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
addRepeatedField
public ClustersConfigDump.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
mergeFrom
public ClustersConfigDump.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ClustersConfigDump.Builder>
-
mergeFrom
public ClustersConfigDump.Builder mergeFrom(ClustersConfigDump other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
mergeFrom
public ClustersConfigDump.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ClustersConfigDump.Builder>- Throws:
IOException
-
getVersionInfo
public String getVersionInfo()
This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;- Specified by:
getVersionInfoin interfaceClustersConfigDumpOrBuilder- Returns:
- The versionInfo.
-
getVersionInfoBytes
public com.google.protobuf.ByteString getVersionInfoBytes()
This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;- Specified by:
getVersionInfoBytesin interfaceClustersConfigDumpOrBuilder- Returns:
- The bytes for versionInfo.
-
setVersionInfo
public ClustersConfigDump.Builder setVersionInfo(String value)
This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;- Parameters:
value- The versionInfo to set.- Returns:
- This builder for chaining.
-
clearVersionInfo
public ClustersConfigDump.Builder clearVersionInfo()
This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;- Returns:
- This builder for chaining.
-
setVersionInfoBytes
public ClustersConfigDump.Builder setVersionInfoBytes(com.google.protobuf.ByteString value)
This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;- Parameters:
value- The bytes for versionInfo to set.- Returns:
- This builder for chaining.
-
getStaticClustersList
public List<ClustersConfigDump.StaticCluster> getStaticClustersList()
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;- Specified by:
getStaticClustersListin interfaceClustersConfigDumpOrBuilder
-
getStaticClustersCount
public int getStaticClustersCount()
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;- Specified by:
getStaticClustersCountin interfaceClustersConfigDumpOrBuilder
-
getStaticClusters
public ClustersConfigDump.StaticCluster getStaticClusters(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;- Specified by:
getStaticClustersin interfaceClustersConfigDumpOrBuilder
-
setStaticClusters
public ClustersConfigDump.Builder setStaticClusters(int index, ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
setStaticClusters
public ClustersConfigDump.Builder setStaticClusters(int index, ClustersConfigDump.StaticCluster.Builder builderForValue)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
addStaticClusters
public ClustersConfigDump.Builder addStaticClusters(ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
addStaticClusters
public ClustersConfigDump.Builder addStaticClusters(int index, ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
addStaticClusters
public ClustersConfigDump.Builder addStaticClusters(ClustersConfigDump.StaticCluster.Builder builderForValue)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
addStaticClusters
public ClustersConfigDump.Builder addStaticClusters(int index, ClustersConfigDump.StaticCluster.Builder builderForValue)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
addAllStaticClusters
public ClustersConfigDump.Builder addAllStaticClusters(Iterable<? extends ClustersConfigDump.StaticCluster> values)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
clearStaticClusters
public ClustersConfigDump.Builder clearStaticClusters()
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
removeStaticClusters
public ClustersConfigDump.Builder removeStaticClusters(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getStaticClustersBuilder
public ClustersConfigDump.StaticCluster.Builder getStaticClustersBuilder(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getStaticClustersOrBuilder
public ClustersConfigDump.StaticClusterOrBuilder getStaticClustersOrBuilder(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;- Specified by:
getStaticClustersOrBuilderin interfaceClustersConfigDumpOrBuilder
-
getStaticClustersOrBuilderList
public List<? extends ClustersConfigDump.StaticClusterOrBuilder> getStaticClustersOrBuilderList()
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;- Specified by:
getStaticClustersOrBuilderListin interfaceClustersConfigDumpOrBuilder
-
addStaticClustersBuilder
public ClustersConfigDump.StaticCluster.Builder addStaticClustersBuilder()
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
addStaticClustersBuilder
public ClustersConfigDump.StaticCluster.Builder addStaticClustersBuilder(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getStaticClustersBuilderList
public List<ClustersConfigDump.StaticCluster.Builder> getStaticClustersBuilderList()
The statically loaded cluster configs.
repeated .envoy.admin.v2alpha.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getDynamicActiveClustersList
public List<ClustersConfigDump.DynamicCluster> getDynamicActiveClustersList()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;- Specified by:
getDynamicActiveClustersListin interfaceClustersConfigDumpOrBuilder
-
getDynamicActiveClustersCount
public int getDynamicActiveClustersCount()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;- Specified by:
getDynamicActiveClustersCountin interfaceClustersConfigDumpOrBuilder
-
getDynamicActiveClusters
public ClustersConfigDump.DynamicCluster getDynamicActiveClusters(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;- Specified by:
getDynamicActiveClustersin interfaceClustersConfigDumpOrBuilder
-
setDynamicActiveClusters
public ClustersConfigDump.Builder setDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster value)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
setDynamicActiveClusters
public ClustersConfigDump.Builder setDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
addDynamicActiveClusters
public ClustersConfigDump.Builder addDynamicActiveClusters(ClustersConfigDump.DynamicCluster value)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
addDynamicActiveClusters
public ClustersConfigDump.Builder addDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster value)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
addDynamicActiveClusters
public ClustersConfigDump.Builder addDynamicActiveClusters(ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
addDynamicActiveClusters
public ClustersConfigDump.Builder addDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
addAllDynamicActiveClusters
public ClustersConfigDump.Builder addAllDynamicActiveClusters(Iterable<? extends ClustersConfigDump.DynamicCluster> values)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
clearDynamicActiveClusters
public ClustersConfigDump.Builder clearDynamicActiveClusters()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
removeDynamicActiveClusters
public ClustersConfigDump.Builder removeDynamicActiveClusters(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicActiveClustersBuilder
public ClustersConfigDump.DynamicCluster.Builder getDynamicActiveClustersBuilder(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicActiveClustersOrBuilder
public ClustersConfigDump.DynamicClusterOrBuilder getDynamicActiveClustersOrBuilder(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;- Specified by:
getDynamicActiveClustersOrBuilderin interfaceClustersConfigDumpOrBuilder
-
getDynamicActiveClustersOrBuilderList
public List<? extends ClustersConfigDump.DynamicClusterOrBuilder> getDynamicActiveClustersOrBuilderList()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;- Specified by:
getDynamicActiveClustersOrBuilderListin interfaceClustersConfigDumpOrBuilder
-
addDynamicActiveClustersBuilder
public ClustersConfigDump.DynamicCluster.Builder addDynamicActiveClustersBuilder()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
addDynamicActiveClustersBuilder
public ClustersConfigDump.DynamicCluster.Builder addDynamicActiveClustersBuilder(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicActiveClustersBuilderList
public List<ClustersConfigDump.DynamicCluster.Builder> getDynamicActiveClustersBuilderList()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicWarmingClustersList
public List<ClustersConfigDump.DynamicCluster> getDynamicWarmingClustersList()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;- Specified by:
getDynamicWarmingClustersListin interfaceClustersConfigDumpOrBuilder
-
getDynamicWarmingClustersCount
public int getDynamicWarmingClustersCount()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;- Specified by:
getDynamicWarmingClustersCountin interfaceClustersConfigDumpOrBuilder
-
getDynamicWarmingClusters
public ClustersConfigDump.DynamicCluster getDynamicWarmingClusters(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;- Specified by:
getDynamicWarmingClustersin interfaceClustersConfigDumpOrBuilder
-
setDynamicWarmingClusters
public ClustersConfigDump.Builder setDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster value)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
setDynamicWarmingClusters
public ClustersConfigDump.Builder setDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
addDynamicWarmingClusters
public ClustersConfigDump.Builder addDynamicWarmingClusters(ClustersConfigDump.DynamicCluster value)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
addDynamicWarmingClusters
public ClustersConfigDump.Builder addDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster value)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
addDynamicWarmingClusters
public ClustersConfigDump.Builder addDynamicWarmingClusters(ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
addDynamicWarmingClusters
public ClustersConfigDump.Builder addDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
addAllDynamicWarmingClusters
public ClustersConfigDump.Builder addAllDynamicWarmingClusters(Iterable<? extends ClustersConfigDump.DynamicCluster> values)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
clearDynamicWarmingClusters
public ClustersConfigDump.Builder clearDynamicWarmingClusters()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
removeDynamicWarmingClusters
public ClustersConfigDump.Builder removeDynamicWarmingClusters(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
getDynamicWarmingClustersBuilder
public ClustersConfigDump.DynamicCluster.Builder getDynamicWarmingClustersBuilder(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
getDynamicWarmingClustersOrBuilder
public ClustersConfigDump.DynamicClusterOrBuilder getDynamicWarmingClustersOrBuilder(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;- Specified by:
getDynamicWarmingClustersOrBuilderin interfaceClustersConfigDumpOrBuilder
-
getDynamicWarmingClustersOrBuilderList
public List<? extends ClustersConfigDump.DynamicClusterOrBuilder> getDynamicWarmingClustersOrBuilderList()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;- Specified by:
getDynamicWarmingClustersOrBuilderListin interfaceClustersConfigDumpOrBuilder
-
addDynamicWarmingClustersBuilder
public ClustersConfigDump.DynamicCluster.Builder addDynamicWarmingClustersBuilder()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
addDynamicWarmingClustersBuilder
public ClustersConfigDump.DynamicCluster.Builder addDynamicWarmingClustersBuilder(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
getDynamicWarmingClustersBuilderList
public List<ClustersConfigDump.DynamicCluster.Builder> getDynamicWarmingClustersBuilderList()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v2alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
setUnknownFields
public final ClustersConfigDump.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
mergeUnknownFields
public final ClustersConfigDump.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>
-
-