Uses of Class
com.github.xds.core.v3.CollectionEntry
Packages that use CollectionEntry
Package
Description
-
Uses of CollectionEntry in com.github.xds.core.v3
Fields in com.github.xds.core.v3 declared as CollectionEntryModifier and TypeFieldDescriptionprivate static final CollectionEntry
CollectionEntry.DEFAULT_INSTANCE
Fields in com.github.xds.core.v3 with type parameters of type CollectionEntryModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<CollectionEntry> CollectionEntry.PARSER
Methods in com.github.xds.core.v3 that return CollectionEntryModifier and TypeMethodDescriptionCollectionEntry.Builder.build()
CollectionEntry.Builder.buildPartial()
static CollectionEntry
CollectionEntry.getDefaultInstance()
CollectionEntry.Builder.getDefaultInstanceForType()
CollectionEntry.getDefaultInstanceForType()
static CollectionEntry
CollectionEntry.parseDelimitedFrom
(InputStream input) static CollectionEntry
CollectionEntry.parseDelimitedFrom
(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
(InputStream input) static CollectionEntry
CollectionEntry.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionEntry
CollectionEntry.parseFrom
(ByteBuffer data) static CollectionEntry
CollectionEntry.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 TypeMethodDescriptionprivate void
CollectionEntry.Builder.buildPartial0
(CollectionEntry result) private void
CollectionEntry.Builder.buildPartialOneofs
(CollectionEntry result) 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 CollectionEntryModifier and TypeFieldDescriptionprivate CollectionEntry
ClusterCollection.Builder.entries_
private CollectionEntry
ClusterCollection.entries_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type CollectionEntryModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CollectionEntry, CollectionEntry.Builder, CollectionEntryOrBuilder> ClusterCollection.Builder.entriesBuilder_
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 that return types with arguments of type CollectionEntryModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CollectionEntry, CollectionEntry.Builder, CollectionEntryOrBuilder> ClusterCollection.Builder.internalGetEntriesFieldBuilder()
.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
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type CollectionEntryModifier and TypeFieldDescriptionprivate List
<CollectionEntry> ListenerCollection.Builder.entries_
private 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 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;
private com.google.protobuf.RepeatedFieldBuilder
<CollectionEntry, CollectionEntry.Builder, CollectionEntryOrBuilder> ListenerCollection.Builder.internalGetEntriesFieldBuilder()
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;