Uses of Class
io.envoyproxy.envoy.config.core.v3.SelfConfigSource
-
Packages that use SelfConfigSource Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of SelfConfigSource in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as SelfConfigSource Modifier and Type Field Description private static SelfConfigSource
SelfConfigSource. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type SelfConfigSource Modifier and Type Field Description private static com.google.protobuf.Parser<SelfConfigSource>
SelfConfigSource. PARSER
private com.google.protobuf.SingleFieldBuilder<SelfConfigSource,SelfConfigSource.Builder,SelfConfigSourceOrBuilder>
ConfigSource.Builder. selfBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return SelfConfigSource Modifier and Type Method Description SelfConfigSource
SelfConfigSource.Builder. build()
SelfConfigSource
SelfConfigSource.Builder. buildPartial()
static SelfConfigSource
SelfConfigSource. getDefaultInstance()
SelfConfigSource
SelfConfigSource.Builder. getDefaultInstanceForType()
SelfConfigSource
SelfConfigSource. getDefaultInstanceForType()
SelfConfigSource
ConfigSource.Builder. getSelf()
[#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
ConfigSource. getSelf()
[#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
ConfigSourceOrBuilder. getSelf()
[#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.static SelfConfigSource
SelfConfigSource. parseDelimitedFrom(java.io.InputStream input)
static SelfConfigSource
SelfConfigSource. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelfConfigSource
SelfConfigSource. parseFrom(byte[] data)
static SelfConfigSource
SelfConfigSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelfConfigSource
SelfConfigSource. parseFrom(com.google.protobuf.ByteString data)
static SelfConfigSource
SelfConfigSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelfConfigSource
SelfConfigSource. parseFrom(com.google.protobuf.CodedInputStream input)
static SelfConfigSource
SelfConfigSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelfConfigSource
SelfConfigSource. parseFrom(java.io.InputStream input)
static SelfConfigSource
SelfConfigSource. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelfConfigSource
SelfConfigSource. parseFrom(java.nio.ByteBuffer data)
static SelfConfigSource
SelfConfigSource. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type SelfConfigSource Modifier and Type Method Description com.google.protobuf.Parser<SelfConfigSource>
SelfConfigSource. getParserForType()
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.static com.google.protobuf.Parser<SelfConfigSource>
SelfConfigSource. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type SelfConfigSource Modifier and Type Method Description private void
SelfConfigSource.Builder. buildPartial0(SelfConfigSource result)
SelfConfigSource.Builder
SelfConfigSource.Builder. mergeFrom(SelfConfigSource other)
ConfigSource.Builder
ConfigSource.Builder. mergeSelf(SelfConfigSource value)
[#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.static SelfConfigSource.Builder
SelfConfigSource. newBuilder(SelfConfigSource prototype)
ConfigSource.Builder
ConfigSource.Builder. setSelf(SelfConfigSource value)
[#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.
-