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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEventLogPath()Specifies the path to the outlier event log.com.google.protobuf.ByteStringgetEventLogPathBytes()Specifies the path to the outlier event log.EventServiceConfiggetEventService()[#not-implemented-hide:] The gRPC service for the outlier detection event service.EventServiceConfigOrBuildergetEventServiceOrBuilder()[#not-implemented-hide:] The gRPC service for the outlier detection event service.booleanhasEventService()[#not-implemented-hide:] The gRPC service for the outlier detection event service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.api.v2.core.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.api.v2.core.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.api.v2.core.EventServiceConfig event_service = 2;
-
-