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
Fields in io.envoyproxy.envoy.config.core.v3 declared as ControlPlane Modifier and Type Field Description private static ControlPlane
ControlPlane. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ControlPlane Modifier and Type Field Description private static com.google.protobuf.Parser<ControlPlane>
ControlPlane. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return ControlPlane Modifier and Type Method Description ControlPlane
ControlPlane.Builder. build()
ControlPlane
ControlPlane.Builder. buildPartial()
static ControlPlane
ControlPlane. getDefaultInstance()
ControlPlane
ControlPlane.Builder. getDefaultInstanceForType()
ControlPlane
ControlPlane. getDefaultInstanceForType()
static ControlPlane
ControlPlane. parseDelimitedFrom(java.io.InputStream input)
static ControlPlane
ControlPlane. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static ControlPlane
ControlPlane. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ControlPlane
ControlPlane. parseFrom(java.nio.ByteBuffer data)
static ControlPlane
ControlPlane. 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 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 private void
ControlPlane.Builder. buildPartial0(ControlPlane result)
ControlPlane.Builder
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 ControlPlane Modifier and Type Field Description private 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 ControlPlane Modifier and Type Field Description private 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 Modifier and Type Method Description ControlPlane
DeltaDiscoveryResponse.Builder. getControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.ControlPlane
DeltaDiscoveryResponse. getControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.ControlPlane
DeltaDiscoveryResponseOrBuilder. getControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.ControlPlane
DiscoveryResponse.Builder. getControlPlane()
The control plane instance that sent the response.ControlPlane
DiscoveryResponse. getControlPlane()
The control plane instance that sent the response.ControlPlane
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 ControlPlane Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ControlPlane,ControlPlane.Builder,ControlPlaneOrBuilder>
DeltaDiscoveryResponse.Builder. getControlPlaneFieldBuilder()
[#not-implemented-hide:] The control plane instance that sent the response.private com.google.protobuf.SingleFieldBuilder<ControlPlane,ControlPlane.Builder,ControlPlaneOrBuilder>
DiscoveryResponse.Builder. getControlPlaneFieldBuilder()
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.Builder
DeltaDiscoveryResponse.Builder. mergeControlPlane(ControlPlane value)
[#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.Builder
DiscoveryResponse.Builder. mergeControlPlane(ControlPlane value)
The control plane instance that sent the response.DeltaDiscoveryResponse.Builder
DeltaDiscoveryResponse.Builder. setControlPlane(ControlPlane value)
[#not-implemented-hide:] The control plane instance that sent the response.DiscoveryResponse.Builder
DiscoveryResponse.Builder. setControlPlane(ControlPlane value)
The control plane instance that sent the response.
-