Uses of Class
io.envoyproxy.envoy.config.core.v3.EventServiceConfig
-
Packages that use EventServiceConfig Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.core.v3 -
-
Uses of EventServiceConfig in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as EventServiceConfig Modifier and Type Field Description private EventServiceConfig
ClusterManager.OutlierDetection.Builder. eventService_
private EventServiceConfig
ClusterManager.OutlierDetection. eventService_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type EventServiceConfig Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<EventServiceConfig,EventServiceConfig.Builder,EventServiceConfigOrBuilder>
ClusterManager.OutlierDetection.Builder. eventServiceBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return EventServiceConfig Modifier and Type Method Description EventServiceConfig
ClusterManager.OutlierDetection.Builder. getEventService()
[#not-implemented-hide:] The gRPC service for the outlier detection event service.EventServiceConfig
ClusterManager.OutlierDetection. getEventService()
[#not-implemented-hide:] The gRPC service for the outlier detection event service.EventServiceConfig
ClusterManager.OutlierDetectionOrBuilder. getEventService()
[#not-implemented-hide:] The gRPC service for the outlier detection event service.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type EventServiceConfig Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<EventServiceConfig,EventServiceConfig.Builder,EventServiceConfigOrBuilder>
ClusterManager.OutlierDetection.Builder. getEventServiceFieldBuilder()
[#not-implemented-hide:] The gRPC service for the outlier detection event service.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type EventServiceConfig Modifier and Type Method Description ClusterManager.OutlierDetection.Builder
ClusterManager.OutlierDetection.Builder. mergeEventService(EventServiceConfig value)
[#not-implemented-hide:] The gRPC service for the outlier detection event service.ClusterManager.OutlierDetection.Builder
ClusterManager.OutlierDetection.Builder. setEventService(EventServiceConfig value)
[#not-implemented-hide:] The gRPC service for the outlier detection event service. -
Uses of EventServiceConfig in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as EventServiceConfig Modifier and Type Field Description private static EventServiceConfig
EventServiceConfig. DEFAULT_INSTANCE
private EventServiceConfig
HealthCheck.Builder. eventService_
private EventServiceConfig
HealthCheck. eventService_
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type EventServiceConfig Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<EventServiceConfig,EventServiceConfig.Builder,EventServiceConfigOrBuilder>
HealthCheck.Builder. eventServiceBuilder_
private static com.google.protobuf.Parser<EventServiceConfig>
EventServiceConfig. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return EventServiceConfig Modifier and Type Method Description EventServiceConfig
EventServiceConfig.Builder. build()
EventServiceConfig
EventServiceConfig.Builder. buildPartial()
static EventServiceConfig
EventServiceConfig. getDefaultInstance()
EventServiceConfig
EventServiceConfig.Builder. getDefaultInstanceForType()
EventServiceConfig
EventServiceConfig. getDefaultInstanceForType()
EventServiceConfig
HealthCheck.Builder. getEventService()
[#not-implemented-hide:] The gRPC service for the health check event service.EventServiceConfig
HealthCheck. getEventService()
[#not-implemented-hide:] The gRPC service for the health check event service.EventServiceConfig
HealthCheckOrBuilder. getEventService()
[#not-implemented-hide:] The gRPC service for the health check event service.static EventServiceConfig
EventServiceConfig. parseDelimitedFrom(java.io.InputStream input)
static EventServiceConfig
EventServiceConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventServiceConfig
EventServiceConfig. parseFrom(byte[] data)
static EventServiceConfig
EventServiceConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventServiceConfig
EventServiceConfig. parseFrom(com.google.protobuf.ByteString data)
static EventServiceConfig
EventServiceConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventServiceConfig
EventServiceConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static EventServiceConfig
EventServiceConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventServiceConfig
EventServiceConfig. parseFrom(java.io.InputStream input)
static EventServiceConfig
EventServiceConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventServiceConfig
EventServiceConfig. parseFrom(java.nio.ByteBuffer data)
static EventServiceConfig
EventServiceConfig. 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 EventServiceConfig Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<EventServiceConfig,EventServiceConfig.Builder,EventServiceConfigOrBuilder>
HealthCheck.Builder. getEventServiceFieldBuilder()
[#not-implemented-hide:] The gRPC service for the health check event service.com.google.protobuf.Parser<EventServiceConfig>
EventServiceConfig. getParserForType()
static com.google.protobuf.Parser<EventServiceConfig>
EventServiceConfig. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type EventServiceConfig Modifier and Type Method Description private void
EventServiceConfig.Builder. buildPartial0(EventServiceConfig result)
private void
EventServiceConfig.Builder. buildPartialOneofs(EventServiceConfig result)
HealthCheck.Builder
HealthCheck.Builder. mergeEventService(EventServiceConfig value)
[#not-implemented-hide:] The gRPC service for the health check event service.EventServiceConfig.Builder
EventServiceConfig.Builder. mergeFrom(EventServiceConfig other)
static EventServiceConfig.Builder
EventServiceConfig. newBuilder(EventServiceConfig prototype)
HealthCheck.Builder
HealthCheck.Builder. setEventService(EventServiceConfig value)
[#not-implemented-hide:] The gRPC service for the health check event service.
-