Uses of Class
com.github.xds.core.v3.CollectionEntry
-
Packages that use CollectionEntry Package Description com.github.xds.core.v3 io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.listener.v3 -
-
Uses of CollectionEntry in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return CollectionEntry Modifier and Type Method Description CollectionEntryCollectionEntry.Builder. build()CollectionEntryCollectionEntry.Builder. buildPartial()static CollectionEntryCollectionEntry. getDefaultInstance()CollectionEntryCollectionEntry.Builder. getDefaultInstanceForType()CollectionEntryCollectionEntry. 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 CollectionEntry Modifier and Type Method Description com.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 CollectionEntry Modifier and Type Method Description CollectionEntry.BuilderCollectionEntry.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 CollectionEntry Modifier and Type Method Description CollectionEntryClusterCollection.Builder. getEntries().xds.core.v3.CollectionEntry entries = 1;CollectionEntryClusterCollection. getEntries().xds.core.v3.CollectionEntry entries = 1;CollectionEntryClusterCollectionOrBuilder. getEntries().xds.core.v3.CollectionEntry entries = 1;Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type CollectionEntry Modifier and Type Method Description ClusterCollection.BuilderClusterCollection.Builder. mergeEntries(CollectionEntry value).xds.core.v3.CollectionEntry entries = 1;ClusterCollection.BuilderClusterCollection.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 CollectionEntry Modifier and Type Method Description CollectionEntryListenerCollection.Builder. getEntries(int index)repeated .xds.core.v3.CollectionEntry entries = 1;CollectionEntryListenerCollection. getEntries(int index)repeated .xds.core.v3.CollectionEntry entries = 1;CollectionEntryListenerCollectionOrBuilder. 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 CollectionEntry Modifier and Type Method Description List<CollectionEntry>ListenerCollection.Builder. getEntriesList()repeated .xds.core.v3.CollectionEntry entries = 1;List<CollectionEntry>ListenerCollection. getEntriesList()repeated .xds.core.v3.CollectionEntry entries = 1;List<CollectionEntry>ListenerCollectionOrBuilder. getEntriesList()repeated .xds.core.v3.CollectionEntry entries = 1;Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type CollectionEntry Modifier and Type Method Description ListenerCollection.BuilderListenerCollection.Builder. addEntries(int index, CollectionEntry value)repeated .xds.core.v3.CollectionEntry entries = 1;ListenerCollection.BuilderListenerCollection.Builder. addEntries(CollectionEntry value)repeated .xds.core.v3.CollectionEntry entries = 1;ListenerCollection.BuilderListenerCollection.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 CollectionEntry Modifier and Type Method Description ListenerCollection.BuilderListenerCollection.Builder. addAllEntries(Iterable<? extends CollectionEntry> values)repeated .xds.core.v3.CollectionEntry entries = 1;
-