Uses of Class
io.envoyproxy.envoy.config.core.v3.ControlPlane
-
Packages that use ControlPlane Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.service.discovery.v3 -
-
Uses of ControlPlane in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return ControlPlane Modifier and Type Method Description ControlPlaneControlPlane.Builder. build()ControlPlaneControlPlane.Builder. buildPartial()static ControlPlaneControlPlane. getDefaultInstance()ControlPlaneControlPlane.Builder. getDefaultInstanceForType()ControlPlaneControlPlane. getDefaultInstanceForType()static ControlPlaneControlPlane. parseDelimitedFrom(InputStream input)static ControlPlaneControlPlane. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ControlPlaneControlPlane. parseFrom(byte[] data)static ControlPlaneControlPlane. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ControlPlaneControlPlane. parseFrom(com.google.protobuf.ByteString data)static ControlPlaneControlPlane. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ControlPlaneControlPlane. parseFrom(com.google.protobuf.CodedInputStream input)static ControlPlaneControlPlane. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ControlPlaneControlPlane. parseFrom(InputStream input)static ControlPlaneControlPlane. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ControlPlaneControlPlane. parseFrom(ByteBuffer data)static ControlPlaneControlPlane. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ControlPlane Modifier and Type Method Description com.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 ControlPlane Modifier and Type Method Description ControlPlane.BuilderControlPlane.Builder. mergeFrom(ControlPlane other)static ControlPlane.BuilderControlPlane. newBuilder(ControlPlane prototype) -
Uses of ControlPlane in io.envoyproxy.envoy.service.discovery.v3
Methods in io.envoyproxy.envoy.service.discovery.v3 that return ControlPlane Modifier and Type Method Description ControlPlaneDeltaDiscoveryResponse.Builder. getControlPlane()[#not-implemented-hide:] The control plane instance that sent the response.ControlPlaneDeltaDiscoveryResponse. getControlPlane()[#not-implemented-hide:] The control plane instance that sent the response.ControlPlaneDeltaDiscoveryResponseOrBuilder. getControlPlane()[#not-implemented-hide:] The control plane instance that sent the response.ControlPlaneDiscoveryResponse.Builder. getControlPlane()The control plane instance that sent the response.ControlPlaneDiscoveryResponse. getControlPlane()The control plane instance that sent the response.ControlPlaneDiscoveryResponseOrBuilder. getControlPlane()The control plane instance that sent the response.Methods in io.envoyproxy.envoy.service.discovery.v3 with parameters of type ControlPlane Modifier and Type Method Description DeltaDiscoveryResponse.BuilderDeltaDiscoveryResponse.Builder. mergeControlPlane(ControlPlane value)[#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.BuilderDiscoveryResponse.Builder. mergeControlPlane(ControlPlane value)The control plane instance that sent the response.DeltaDiscoveryResponse.BuilderDeltaDiscoveryResponse.Builder. setControlPlane(ControlPlane value)[#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.BuilderDiscoveryResponse.Builder. setControlPlane(ControlPlane value)The control plane instance that sent the response.
-