Interface ClusterManager.OutlierDetectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterManager.OutlierDetection, ClusterManager.OutlierDetection.Builder
- Enclosing class:
ClusterManager
public static interface ClusterManager.OutlierDetectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the path to the outlier event log.com.google.protobuf.ByteStringSpecifies the path to the outlier event log.[#not-implemented-hide:] The gRPC service for the outlier detection event service.[#not-implemented-hide:] The gRPC service for the outlier detection event service.boolean[#not-implemented-hide:] The gRPC service for the outlier detection event service.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEventLogPath
String getEventLogPath()Specifies the path to the outlier event log.
string event_log_path = 1;- Returns:
- The eventLogPath.
-
getEventLogPathBytes
com.google.protobuf.ByteString getEventLogPathBytes()Specifies the path to the outlier event log.
string event_log_path = 1;- Returns:
- The bytes for eventLogPath.
-
hasEventService
boolean hasEventService()[#not-implemented-hide:] The gRPC service for the outlier detection event service. If empty, outlier detection events won't be sent to a remote endpoint.
.envoy.config.core.v3.EventServiceConfig event_service = 2;- Returns:
- Whether the eventService field is set.
-
getEventService
EventServiceConfig getEventService()[#not-implemented-hide:] The gRPC service for the outlier detection event service. If empty, outlier detection events won't be sent to a remote endpoint.
.envoy.config.core.v3.EventServiceConfig event_service = 2;- Returns:
- The eventService.
-
getEventServiceOrBuilder
EventServiceConfigOrBuilder getEventServiceOrBuilder()[#not-implemented-hide:] The gRPC service for the outlier detection event service. If empty, outlier detection events won't be sent to a remote endpoint.
.envoy.config.core.v3.EventServiceConfig event_service = 2;
-