Uses of Class
com.github.xds.core.v3.CollectionEntry
Packages that use CollectionEntry
Package
Description
-
Uses of CollectionEntry in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return CollectionEntryModifier and TypeMethodDescriptionCollectionEntry.Builder.build()CollectionEntry.Builder.buildPartial()static CollectionEntryCollectionEntry.getDefaultInstance()CollectionEntry.Builder.getDefaultInstanceForType()CollectionEntry.getDefaultInstanceForType()static CollectionEntryCollectionEntry.parseDelimitedFrom(InputStream input) static CollectionEntryCollectionEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionEntryCollectionEntry.parseFrom(byte[] data) static CollectionEntryCollectionEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionEntryCollectionEntry.parseFrom(com.google.protobuf.ByteString data) static CollectionEntryCollectionEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionEntryCollectionEntry.parseFrom(com.google.protobuf.CodedInputStream input) static CollectionEntryCollectionEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionEntryCollectionEntry.parseFrom(InputStream input) static CollectionEntryCollectionEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionEntryCollectionEntry.parseFrom(ByteBuffer data) static CollectionEntryCollectionEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.core.v3 that return types with arguments of type CollectionEntryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CollectionEntry> CollectionEntry.getParserForType()static com.google.protobuf.Parser<CollectionEntry> CollectionEntry.parser()Methods in com.github.xds.core.v3 with parameters of type CollectionEntryModifier and TypeMethodDescriptionCollectionEntry.Builder.mergeFrom(CollectionEntry other) static CollectionEntry.BuilderCollectionEntry.newBuilder(CollectionEntry prototype) -
Uses of CollectionEntry in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return CollectionEntryModifier and TypeMethodDescriptionClusterCollection.Builder.getEntries().xds.core.v3.CollectionEntry entries = 1;ClusterCollection.getEntries().xds.core.v3.CollectionEntry entries = 1;ClusterCollectionOrBuilder.getEntries().xds.core.v3.CollectionEntry entries = 1;Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type CollectionEntryModifier and TypeMethodDescriptionClusterCollection.Builder.mergeEntries(CollectionEntry value) .xds.core.v3.CollectionEntry entries = 1;ClusterCollection.Builder.setEntries(CollectionEntry value) .xds.core.v3.CollectionEntry entries = 1; -
Uses of CollectionEntry in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return CollectionEntryModifier and TypeMethodDescriptionListenerCollection.Builder.getEntries(int index) repeated .xds.core.v3.CollectionEntry entries = 1;ListenerCollection.getEntries(int index) repeated .xds.core.v3.CollectionEntry entries = 1;ListenerCollectionOrBuilder.getEntries(int index) repeated .xds.core.v3.CollectionEntry entries = 1;Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type CollectionEntryModifier and TypeMethodDescriptionListenerCollection.Builder.getEntriesList()repeated .xds.core.v3.CollectionEntry entries = 1;ListenerCollection.getEntriesList()repeated .xds.core.v3.CollectionEntry entries = 1;ListenerCollectionOrBuilder.getEntriesList()repeated .xds.core.v3.CollectionEntry entries = 1;Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type CollectionEntryModifier and TypeMethodDescriptionListenerCollection.Builder.addEntries(int index, CollectionEntry value) repeated .xds.core.v3.CollectionEntry entries = 1;ListenerCollection.Builder.addEntries(CollectionEntry value) repeated .xds.core.v3.CollectionEntry entries = 1;ListenerCollection.Builder.setEntries(int index, CollectionEntry value) repeated .xds.core.v3.CollectionEntry entries = 1;Method parameters in io.envoyproxy.envoy.config.listener.v3 with type arguments of type CollectionEntryModifier and TypeMethodDescriptionListenerCollection.Builder.addAllEntries(Iterable<? extends CollectionEntry> values) repeated .xds.core.v3.CollectionEntry entries = 1;