Uses of Class
io.envoyproxy.envoy.admin.v3.ClustersConfigDump.StaticCluster
-
Packages that use ClustersConfigDump.StaticCluster Package Description io.envoyproxy.envoy.admin.v3 -
-
Uses of ClustersConfigDump.StaticCluster in io.envoyproxy.envoy.admin.v3
Fields in io.envoyproxy.envoy.admin.v3 declared as ClustersConfigDump.StaticCluster Modifier and Type Field Description private static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.admin.v3 with type parameters of type ClustersConfigDump.StaticCluster Modifier and Type Field Description private static com.google.protobuf.Parser<ClustersConfigDump.StaticCluster>
ClustersConfigDump.StaticCluster. PARSER
private java.util.List<ClustersConfigDump.StaticCluster>
ClustersConfigDump.Builder. staticClusters_
private java.util.List<ClustersConfigDump.StaticCluster>
ClustersConfigDump. staticClusters_
private com.google.protobuf.RepeatedFieldBuilder<ClustersConfigDump.StaticCluster,ClustersConfigDump.StaticCluster.Builder,ClustersConfigDump.StaticClusterOrBuilder>
ClustersConfigDump.Builder. staticClustersBuilder_
Methods in io.envoyproxy.envoy.admin.v3 that return ClustersConfigDump.StaticCluster Modifier and Type Method Description ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster.Builder. build()
ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster.Builder. buildPartial()
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. getDefaultInstance()
ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster.Builder. getDefaultInstanceForType()
ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. getDefaultInstanceForType()
ClustersConfigDump.StaticCluster
ClustersConfigDump.Builder. getStaticClusters(int index)
The statically loaded cluster configs.ClustersConfigDump.StaticCluster
ClustersConfigDump. getStaticClusters(int index)
The statically loaded cluster configs.ClustersConfigDump.StaticCluster
ClustersConfigDumpOrBuilder. getStaticClusters(int index)
The statically loaded cluster configs.static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseDelimitedFrom(java.io.InputStream input)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(byte[] data)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(com.google.protobuf.ByteString data)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(com.google.protobuf.CodedInputStream input)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(java.io.InputStream input)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(java.nio.ByteBuffer data)
static ClustersConfigDump.StaticCluster
ClustersConfigDump.StaticCluster. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.admin.v3 that return types with arguments of type ClustersConfigDump.StaticCluster Modifier and Type Method Description com.google.protobuf.Parser<ClustersConfigDump.StaticCluster>
ClustersConfigDump.StaticCluster. getParserForType()
private com.google.protobuf.RepeatedFieldBuilder<ClustersConfigDump.StaticCluster,ClustersConfigDump.StaticCluster.Builder,ClustersConfigDump.StaticClusterOrBuilder>
ClustersConfigDump.Builder. getStaticClustersFieldBuilder()
java.util.List<ClustersConfigDump.StaticCluster>
ClustersConfigDump.Builder. getStaticClustersList()
The statically loaded cluster configs.java.util.List<ClustersConfigDump.StaticCluster>
ClustersConfigDump. getStaticClustersList()
The statically loaded cluster configs.java.util.List<ClustersConfigDump.StaticCluster>
ClustersConfigDumpOrBuilder. getStaticClustersList()
The statically loaded cluster configs.static com.google.protobuf.Parser<ClustersConfigDump.StaticCluster>
ClustersConfigDump.StaticCluster. parser()
Methods in io.envoyproxy.envoy.admin.v3 with parameters of type ClustersConfigDump.StaticCluster Modifier and Type Method Description ClustersConfigDump.Builder
ClustersConfigDump.Builder. addStaticClusters(int index, ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.ClustersConfigDump.Builder
ClustersConfigDump.Builder. addStaticClusters(ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.private void
ClustersConfigDump.StaticCluster.Builder. buildPartial0(ClustersConfigDump.StaticCluster result)
ClustersConfigDump.StaticCluster.Builder
ClustersConfigDump.StaticCluster.Builder. mergeFrom(ClustersConfigDump.StaticCluster other)
static ClustersConfigDump.StaticCluster.Builder
ClustersConfigDump.StaticCluster. newBuilder(ClustersConfigDump.StaticCluster prototype)
ClustersConfigDump.Builder
ClustersConfigDump.Builder. setStaticClusters(int index, ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.Method parameters in io.envoyproxy.envoy.admin.v3 with type arguments of type ClustersConfigDump.StaticCluster Modifier and Type Method Description ClustersConfigDump.Builder
ClustersConfigDump.Builder. addAllStaticClusters(java.lang.Iterable<? extends ClustersConfigDump.StaticCluster> values)
The statically loaded cluster configs.
-