Uses of Class
io.envoyproxy.envoy.config.core.v3.SelfConfigSource.Builder
-
Packages that use SelfConfigSource.Builder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of SelfConfigSource.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type SelfConfigSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<SelfConfigSource,SelfConfigSource.Builder,SelfConfigSourceOrBuilder>
ConfigSource.Builder. selfBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return SelfConfigSource.Builder Modifier and Type Method Description SelfConfigSource.Builder
SelfConfigSource.Builder. clear()
SelfConfigSource.Builder
SelfConfigSource.Builder. clearTransportApiVersion()
API version for xDS transport protocol.SelfConfigSource.Builder
ConfigSource.Builder. getSelfBuilder()
[#not-implemented-hide:] When set, the client will access the resources from the same server it got the ConfigSource from, although not necessarily from the same stream.SelfConfigSource.Builder
SelfConfigSource.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SelfConfigSource.Builder
SelfConfigSource.Builder. mergeFrom(com.google.protobuf.Message other)
SelfConfigSource.Builder
SelfConfigSource.Builder. mergeFrom(SelfConfigSource other)
static SelfConfigSource.Builder
SelfConfigSource. newBuilder()
static SelfConfigSource.Builder
SelfConfigSource. newBuilder(SelfConfigSource prototype)
SelfConfigSource.Builder
SelfConfigSource. newBuilderForType()
protected SelfConfigSource.Builder
SelfConfigSource. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
SelfConfigSource.Builder
SelfConfigSource.Builder. setTransportApiVersion(ApiVersion value)
API version for xDS transport protocol.SelfConfigSource.Builder
SelfConfigSource.Builder. setTransportApiVersionValue(int value)
API version for xDS transport protocol.SelfConfigSource.Builder
SelfConfigSource. toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type SelfConfigSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<SelfConfigSource,SelfConfigSource.Builder,SelfConfigSourceOrBuilder>
ConfigSource.Builder. getSelfFieldBuilder()
[#not-implemented-hide:] When set, the client will access the resources from the same server it got the ConfigSource from, although not necessarily from the same stream.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type SelfConfigSource.Builder Modifier and Type Method Description ConfigSource.Builder
ConfigSource.Builder. setSelf(SelfConfigSource.Builder builderForValue)
[#not-implemented-hide:] When set, the client will access the resources from the same server it got the ConfigSource from, although not necessarily from the same stream.
-