Uses of Class
io.envoyproxy.envoy.admin.v3.ClustersConfigDump.Builder
Packages that use ClustersConfigDump.Builder
-
Uses of ClustersConfigDump.Builder in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return ClustersConfigDump.BuilderModifier and TypeMethodDescriptionClustersConfigDump.Builder.addAllDynamicActiveClusters(Iterable<? extends ClustersConfigDump.DynamicCluster> values) The dynamically loaded active clusters.ClustersConfigDump.Builder.addAllDynamicWarmingClusters(Iterable<? extends ClustersConfigDump.DynamicCluster> values) The dynamically loaded warming clusters.ClustersConfigDump.Builder.addAllStaticClusters(Iterable<? extends ClustersConfigDump.StaticCluster> values) The statically loaded cluster configs.ClustersConfigDump.Builder.addDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster value) The dynamically loaded active clusters.ClustersConfigDump.Builder.addDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue) The dynamically loaded active clusters.ClustersConfigDump.Builder.addDynamicActiveClusters(ClustersConfigDump.DynamicCluster value) The dynamically loaded active clusters.ClustersConfigDump.Builder.addDynamicActiveClusters(ClustersConfigDump.DynamicCluster.Builder builderForValue) The dynamically loaded active clusters.ClustersConfigDump.Builder.addDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster value) The dynamically loaded warming clusters.ClustersConfigDump.Builder.addDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue) The dynamically loaded warming clusters.ClustersConfigDump.Builder.addDynamicWarmingClusters(ClustersConfigDump.DynamicCluster value) The dynamically loaded warming clusters.ClustersConfigDump.Builder.addDynamicWarmingClusters(ClustersConfigDump.DynamicCluster.Builder builderForValue) The dynamically loaded warming clusters.ClustersConfigDump.Builder.addStaticClusters(int index, ClustersConfigDump.StaticCluster value) The statically loaded cluster configs.ClustersConfigDump.Builder.addStaticClusters(int index, ClustersConfigDump.StaticCluster.Builder builderForValue) The statically loaded cluster configs.ClustersConfigDump.Builder.addStaticClusters(ClustersConfigDump.StaticCluster value) The statically loaded cluster configs.ClustersConfigDump.Builder.addStaticClusters(ClustersConfigDump.StaticCluster.Builder builderForValue) The statically loaded cluster configs.ClustersConfigDump.Builder.clear()ClustersConfigDump.Builder.clearDynamicActiveClusters()The dynamically loaded active clusters.ClustersConfigDump.Builder.clearDynamicWarmingClusters()The dynamically loaded warming clusters.ClustersConfigDump.Builder.clearStaticClusters()The statically loaded cluster configs.ClustersConfigDump.Builder.clearVersionInfo()This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` in the last processed CDS discovery response.ClustersConfigDump.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClustersConfigDump.Builder.mergeFrom(com.google.protobuf.Message other) ClustersConfigDump.Builder.mergeFrom(ClustersConfigDump other) static ClustersConfigDump.BuilderClustersConfigDump.newBuilder()static ClustersConfigDump.BuilderClustersConfigDump.newBuilder(ClustersConfigDump prototype) ClustersConfigDump.newBuilderForType()protected ClustersConfigDump.BuilderClustersConfigDump.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ClustersConfigDump.Builder.removeDynamicActiveClusters(int index) The dynamically loaded active clusters.ClustersConfigDump.Builder.removeDynamicWarmingClusters(int index) The dynamically loaded warming clusters.ClustersConfigDump.Builder.removeStaticClusters(int index) The statically loaded cluster configs.ClustersConfigDump.Builder.setDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster value) The dynamically loaded active clusters.ClustersConfigDump.Builder.setDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue) The dynamically loaded active clusters.ClustersConfigDump.Builder.setDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster value) The dynamically loaded warming clusters.ClustersConfigDump.Builder.setDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue) The dynamically loaded warming clusters.ClustersConfigDump.Builder.setStaticClusters(int index, ClustersConfigDump.StaticCluster value) The statically loaded cluster configs.ClustersConfigDump.Builder.setStaticClusters(int index, ClustersConfigDump.StaticCluster.Builder builderForValue) The statically loaded cluster configs.ClustersConfigDump.Builder.setVersionInfo(String value) This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` in the last processed CDS discovery response.ClustersConfigDump.Builder.setVersionInfoBytes(com.google.protobuf.ByteString value) This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` in the last processed CDS discovery response.ClustersConfigDump.toBuilder() -
Uses of ClustersConfigDump.Builder in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type ClustersConfigDump.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<ClustersConfigDump, ClustersConfigDump.Builder, ClustersConfigDumpOrBuilder> PerXdsConfig.Builder.clusterConfigBuilder_Methods in io.envoyproxy.envoy.service.status.v3 that return ClustersConfigDump.BuilderModifier and TypeMethodDescriptionPerXdsConfig.Builder.getClusterConfigBuilder().envoy.admin.v3.ClustersConfigDump cluster_config = 3;Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type ClustersConfigDump.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<ClustersConfigDump, ClustersConfigDump.Builder, ClustersConfigDumpOrBuilder> PerXdsConfig.Builder.internalGetClusterConfigFieldBuilder().envoy.admin.v3.ClustersConfigDump cluster_config = 3;Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type ClustersConfigDump.BuilderModifier and TypeMethodDescriptionPerXdsConfig.Builder.setClusterConfig(ClustersConfigDump.Builder builderForValue) .envoy.admin.v3.ClustersConfigDump cluster_config = 3;