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
Fields in com.github.xds.core.v3 declared as CollectionEntry Modifier and Type Field Description private static CollectionEntryCollectionEntry. DEFAULT_INSTANCEFields in com.github.xds.core.v3 with type parameters of type CollectionEntry Modifier and Type Field Description private static com.google.protobuf.Parser<CollectionEntry>CollectionEntry. PARSERMethods 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(java.io.InputStream input)static CollectionEntryCollectionEntry. parseDelimitedFrom(java.io.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(java.io.InputStream input)static CollectionEntryCollectionEntry. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionEntryCollectionEntry. parseFrom(java.nio.ByteBuffer data)static CollectionEntryCollectionEntry. parseFrom(java.nio.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 private voidCollectionEntry.Builder. buildPartial0(CollectionEntry result)private voidCollectionEntry.Builder. buildPartialOneofs(CollectionEntry result)CollectionEntry.BuilderCollectionEntry.Builder. mergeFrom(CollectionEntry other)static CollectionEntry.BuilderCollectionEntry. newBuilder(CollectionEntry prototype) -
Uses of CollectionEntry in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as CollectionEntry Modifier and Type Field Description private CollectionEntryClusterCollection.Builder. entries_private CollectionEntryClusterCollection. entries_Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type CollectionEntry Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CollectionEntry,CollectionEntry.Builder,CollectionEntryOrBuilder>ClusterCollection.Builder. entriesBuilder_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 that return types with arguments of type CollectionEntry Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CollectionEntry,CollectionEntry.Builder,CollectionEntryOrBuilder>ClusterCollection.Builder. getEntriesFieldBuilder().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
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type CollectionEntry Modifier and Type Field Description private java.util.List<CollectionEntry>ListenerCollection.Builder. entries_private java.util.List<CollectionEntry>ListenerCollection. entries_private com.google.protobuf.RepeatedFieldBuilder<CollectionEntry,CollectionEntry.Builder,CollectionEntryOrBuilder>ListenerCollection.Builder. entriesBuilder_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 private com.google.protobuf.RepeatedFieldBuilder<CollectionEntry,CollectionEntry.Builder,CollectionEntryOrBuilder>ListenerCollection.Builder. getEntriesFieldBuilder()java.util.List<CollectionEntry>ListenerCollection.Builder. getEntriesList()repeated .xds.core.v3.CollectionEntry entries = 1;java.util.List<CollectionEntry>ListenerCollection. getEntriesList()repeated .xds.core.v3.CollectionEntry entries = 1;java.util.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(java.lang.Iterable<? extends CollectionEntry> values)repeated .xds.core.v3.CollectionEntry entries = 1;
-