Uses of Class
io.envoyproxy.envoy.extensions.clusters.composite.v3.ClusterConfig.ClusterEntry
Packages that use ClusterConfig.ClusterEntry
-
Uses of ClusterConfig.ClusterEntry in io.envoyproxy.envoy.extensions.clusters.composite.v3
Methods in io.envoyproxy.envoy.extensions.clusters.composite.v3 that return ClusterConfig.ClusterEntryModifier and TypeMethodDescriptionClusterConfig.ClusterEntry.Builder.build()ClusterConfig.ClusterEntry.Builder.buildPartial()ClusterConfig.Builder.getClusters(int index) List of clusters to use for request routing.ClusterConfig.getClusters(int index) List of clusters to use for request routing.ClusterConfigOrBuilder.getClusters(int index) List of clusters to use for request routing.static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.getDefaultInstance()ClusterConfig.ClusterEntry.Builder.getDefaultInstanceForType()ClusterConfig.ClusterEntry.getDefaultInstanceForType()static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseDelimitedFrom(InputStream input) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(byte[] data) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(com.google.protobuf.ByteString data) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(com.google.protobuf.CodedInputStream input) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(InputStream input) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(ByteBuffer data) static ClusterConfig.ClusterEntryClusterConfig.ClusterEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.clusters.composite.v3 that return types with arguments of type ClusterConfig.ClusterEntryModifier and TypeMethodDescriptionClusterConfig.Builder.getClustersList()List of clusters to use for request routing.ClusterConfig.getClustersList()List of clusters to use for request routing.ClusterConfigOrBuilder.getClustersList()List of clusters to use for request routing.com.google.protobuf.Parser<ClusterConfig.ClusterEntry>ClusterConfig.ClusterEntry.getParserForType()static com.google.protobuf.Parser<ClusterConfig.ClusterEntry>ClusterConfig.ClusterEntry.parser()Methods in io.envoyproxy.envoy.extensions.clusters.composite.v3 with parameters of type ClusterConfig.ClusterEntryModifier and TypeMethodDescriptionClusterConfig.Builder.addClusters(int index, ClusterConfig.ClusterEntry value) List of clusters to use for request routing.ClusterConfig.Builder.addClusters(ClusterConfig.ClusterEntry value) List of clusters to use for request routing.ClusterConfig.ClusterEntry.Builder.mergeFrom(ClusterConfig.ClusterEntry other) ClusterConfig.ClusterEntry.newBuilder(ClusterConfig.ClusterEntry prototype) ClusterConfig.Builder.setClusters(int index, ClusterConfig.ClusterEntry value) List of clusters to use for request routing.Method parameters in io.envoyproxy.envoy.extensions.clusters.composite.v3 with type arguments of type ClusterConfig.ClusterEntryModifier and TypeMethodDescriptionClusterConfig.Builder.addAllClusters(Iterable<? extends ClusterConfig.ClusterEntry> values) List of clusters to use for request routing.