Uses of Class
io.envoyproxy.envoy.config.core.v3.ControlPlane
Packages that use ControlPlane
-
Uses of ControlPlane in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as ControlPlaneFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ControlPlaneModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<ControlPlane> ControlPlane.PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return ControlPlaneModifier and TypeMethodDescriptionControlPlane.Builder.build()
ControlPlane.Builder.buildPartial()
static ControlPlane
ControlPlane.getDefaultInstance()
ControlPlane.Builder.getDefaultInstanceForType()
ControlPlane.getDefaultInstanceForType()
static ControlPlane
ControlPlane.parseDelimitedFrom
(InputStream input) static ControlPlane
ControlPlane.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ControlPlane
ControlPlane.parseFrom
(byte[] data) static ControlPlane
ControlPlane.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ControlPlane
ControlPlane.parseFrom
(com.google.protobuf.ByteString data) static ControlPlane
ControlPlane.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ControlPlane
ControlPlane.parseFrom
(com.google.protobuf.CodedInputStream input) static ControlPlane
ControlPlane.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ControlPlane
ControlPlane.parseFrom
(InputStream input) static ControlPlane
ControlPlane.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ControlPlane
ControlPlane.parseFrom
(ByteBuffer data) static ControlPlane
ControlPlane.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ControlPlaneModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ControlPlane> ControlPlane.getParserForType()
static com.google.protobuf.Parser
<ControlPlane> ControlPlane.parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ControlPlaneModifier and TypeMethodDescriptionprivate void
ControlPlane.Builder.buildPartial0
(ControlPlane result) ControlPlane.Builder.mergeFrom
(ControlPlane other) static ControlPlane.Builder
ControlPlane.newBuilder
(ControlPlane prototype) -
Uses of ControlPlane in io.envoyproxy.envoy.service.discovery.v3
Fields in io.envoyproxy.envoy.service.discovery.v3 declared as ControlPlaneModifier and TypeFieldDescriptionprivate ControlPlane
DeltaDiscoveryResponse.Builder.controlPlane_
private ControlPlane
DeltaDiscoveryResponse.controlPlane_
private ControlPlane
DiscoveryResponse.Builder.controlPlane_
private ControlPlane
DiscoveryResponse.controlPlane_
Fields in io.envoyproxy.envoy.service.discovery.v3 with type parameters of type ControlPlaneModifier 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 ControlPlaneModifier and TypeMethodDescriptionDeltaDiscoveryResponse.Builder.getControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.DeltaDiscoveryResponse.getControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.DeltaDiscoveryResponseOrBuilder.getControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.Builder.getControlPlane()
The control plane instance that sent the response.DiscoveryResponse.getControlPlane()
The control plane instance that sent the response.DiscoveryResponseOrBuilder.getControlPlane()
The control plane instance that sent the response.Methods in io.envoyproxy.envoy.service.discovery.v3 that return types with arguments of type ControlPlaneModifier 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 ControlPlaneModifier and TypeMethodDescriptionDeltaDiscoveryResponse.Builder.mergeControlPlane
(ControlPlane value) [#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.Builder.mergeControlPlane
(ControlPlane value) The control plane instance that sent the response.DeltaDiscoveryResponse.Builder.setControlPlane
(ControlPlane value) [#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.Builder.setControlPlane
(ControlPlane value) The control plane instance that sent the response.