Uses of Class
io.envoyproxy.envoy.api.v2.core.SelfConfigSource.Builder
Packages that use SelfConfigSource.Builder
-
Uses of SelfConfigSource.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return SelfConfigSource.BuilderModifier and TypeMethodDescriptionSelfConfigSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SelfConfigSource.Builder.clear()SelfConfigSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SelfConfigSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SelfConfigSource.Builder.clearTransportApiVersion()API version for xDS transport protocol.SelfConfigSource.Builder.clone()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.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SelfConfigSource.Builder.mergeFrom(com.google.protobuf.Message other) SelfConfigSource.Builder.mergeFrom(SelfConfigSource other) final SelfConfigSource.BuilderSelfConfigSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static SelfConfigSource.BuilderSelfConfigSource.newBuilder()static SelfConfigSource.BuilderSelfConfigSource.newBuilder(SelfConfigSource prototype) SelfConfigSource.newBuilderForType()protected SelfConfigSource.BuilderSelfConfigSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SelfConfigSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SelfConfigSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SelfConfigSource.Builder.setTransportApiVersion(ApiVersion value) API version for xDS transport protocol.SelfConfigSource.Builder.setTransportApiVersionValue(int value) API version for xDS transport protocol.final SelfConfigSource.BuilderSelfConfigSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SelfConfigSource.toBuilder()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type SelfConfigSource.BuilderModifier and TypeMethodDescriptionConfigSource.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.