Uses of Class
io.envoyproxy.envoy.config.core.v3.ControlPlane.Builder
Packages that use ControlPlane.Builder
-
Uses of ControlPlane.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return ControlPlane.BuilderModifier and TypeMethodDescriptionControlPlane.Builder.clear()
ControlPlane.Builder.clearIdentifier()
An opaque control plane identifier that uniquely identifies an instance of control plane.ControlPlane.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ControlPlane.Builder.mergeFrom
(com.google.protobuf.Message other) ControlPlane.Builder.mergeFrom
(ControlPlane other) static ControlPlane.Builder
ControlPlane.newBuilder()
static ControlPlane.Builder
ControlPlane.newBuilder
(ControlPlane prototype) ControlPlane.newBuilderForType()
protected ControlPlane.Builder
ControlPlane.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ControlPlane.Builder.setIdentifier
(String value) An opaque control plane identifier that uniquely identifies an instance of control plane.ControlPlane.Builder.setIdentifierBytes
(com.google.protobuf.ByteString value) An opaque control plane identifier that uniquely identifies an instance of control plane.ControlPlane.toBuilder()
-
Uses of ControlPlane.Builder in io.envoyproxy.envoy.service.discovery.v3
Fields in io.envoyproxy.envoy.service.discovery.v3 with type parameters of type ControlPlane.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ControlPlane, ControlPlane.Builder, ControlPlaneOrBuilder> DeltaDiscoveryResponse.Builder.controlPlaneBuilder_
private com.google.protobuf.SingleFieldBuilder
<ControlPlane, ControlPlane.Builder, ControlPlaneOrBuilder> DiscoveryResponse.Builder.controlPlaneBuilder_
Methods in io.envoyproxy.envoy.service.discovery.v3 that return ControlPlane.BuilderModifier and TypeMethodDescriptionDeltaDiscoveryResponse.Builder.getControlPlaneBuilder()
[#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.Builder.getControlPlaneBuilder()
The control plane instance that sent the response.Methods in io.envoyproxy.envoy.service.discovery.v3 that return types with arguments of type ControlPlane.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ControlPlane, ControlPlane.Builder, ControlPlaneOrBuilder> DeltaDiscoveryResponse.Builder.internalGetControlPlaneFieldBuilder()
[#not-implemented-hide:] The control plane instance that sent the response.private com.google.protobuf.SingleFieldBuilder
<ControlPlane, ControlPlane.Builder, ControlPlaneOrBuilder> DiscoveryResponse.Builder.internalGetControlPlaneFieldBuilder()
The control plane instance that sent the response.Methods in io.envoyproxy.envoy.service.discovery.v3 with parameters of type ControlPlane.BuilderModifier and TypeMethodDescriptionDeltaDiscoveryResponse.Builder.setControlPlane
(ControlPlane.Builder builderForValue) [#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.Builder.setControlPlane
(ControlPlane.Builder builderForValue) The control plane instance that sent the response.