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 CollectionEntry
CollectionEntry. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in com.github.xds.core.v3 that return CollectionEntry Modifier and Type Method Description CollectionEntry
CollectionEntry.Builder. build()
CollectionEntry
CollectionEntry.Builder. buildPartial()
static CollectionEntry
CollectionEntry. getDefaultInstance()
CollectionEntry
CollectionEntry.Builder. getDefaultInstanceForType()
CollectionEntry
CollectionEntry. getDefaultInstanceForType()
static CollectionEntry
CollectionEntry. parseDelimitedFrom(java.io.InputStream input)
static CollectionEntry
CollectionEntry. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionEntry
CollectionEntry. parseFrom(byte[] data)
static CollectionEntry
CollectionEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionEntry
CollectionEntry. parseFrom(com.google.protobuf.ByteString data)
static CollectionEntry
CollectionEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionEntry
CollectionEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static CollectionEntry
CollectionEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionEntry
CollectionEntry. parseFrom(java.io.InputStream input)
static CollectionEntry
CollectionEntry. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionEntry
CollectionEntry. parseFrom(java.nio.ByteBuffer data)
static CollectionEntry
CollectionEntry. 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 void
CollectionEntry.Builder. buildPartial0(CollectionEntry result)
private void
CollectionEntry.Builder. buildPartialOneofs(CollectionEntry result)
CollectionEntry.Builder
CollectionEntry.Builder. mergeFrom(CollectionEntry other)
static CollectionEntry.Builder
CollectionEntry. 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 CollectionEntry
ClusterCollection.Builder. entries_
private CollectionEntry
ClusterCollection. 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 CollectionEntry
ClusterCollection.Builder. getEntries()
.xds.core.v3.CollectionEntry entries = 1;
CollectionEntry
ClusterCollection. getEntries()
.xds.core.v3.CollectionEntry entries = 1;
CollectionEntry
ClusterCollectionOrBuilder. 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.Builder
ClusterCollection.Builder. mergeEntries(CollectionEntry value)
.xds.core.v3.CollectionEntry entries = 1;
ClusterCollection.Builder
ClusterCollection.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 CollectionEntry
ListenerCollection.Builder. getEntries(int index)
repeated .xds.core.v3.CollectionEntry entries = 1;
CollectionEntry
ListenerCollection. getEntries(int index)
repeated .xds.core.v3.CollectionEntry entries = 1;
CollectionEntry
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 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.Builder
ListenerCollection.Builder. addEntries(int index, CollectionEntry value)
repeated .xds.core.v3.CollectionEntry entries = 1;
ListenerCollection.Builder
ListenerCollection.Builder. addEntries(CollectionEntry value)
repeated .xds.core.v3.CollectionEntry entries = 1;
ListenerCollection.Builder
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 CollectionEntry Modifier and Type Method Description ListenerCollection.Builder
ListenerCollection.Builder. addAllEntries(java.lang.Iterable<? extends CollectionEntry> values)
repeated .xds.core.v3.CollectionEntry entries = 1;
-