Class ClusterManager.OutlierDetection.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
      • getDefaultInstanceForType

        public ClusterManager.OutlierDetection getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ClusterManager.OutlierDetection build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ClusterManager.OutlierDetection buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
      • setEventLogPath

        public ClusterManager.OutlierDetection.Builder setEventLogPath​(String value)
         Specifies the path to the outlier event log.
         
        string event_log_path = 1;
        Parameters:
        value - The eventLogPath to set.
        Returns:
        This builder for chaining.
      • clearEventLogPath

        public ClusterManager.OutlierDetection.Builder clearEventLogPath()
         Specifies the path to the outlier event log.
         
        string event_log_path = 1;
        Returns:
        This builder for chaining.
      • setEventLogPathBytes

        public ClusterManager.OutlierDetection.Builder setEventLogPathBytes​(com.google.protobuf.ByteString value)
         Specifies the path to the outlier event log.
         
        string event_log_path = 1;
        Parameters:
        value - The bytes for eventLogPath to set.
        Returns:
        This builder for chaining.
      • hasEventService

        public 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;
        Specified by:
        hasEventService in interface ClusterManager.OutlierDetectionOrBuilder
        Returns:
        Whether the eventService field is set.
      • getEventService

        public 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;
        Specified by:
        getEventService in interface ClusterManager.OutlierDetectionOrBuilder
        Returns:
        The eventService.
      • setEventService

        public ClusterManager.OutlierDetection.Builder setEventService​(EventServiceConfig value)
         [#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;
      • setEventService

        public ClusterManager.OutlierDetection.Builder setEventService​(EventServiceConfig.Builder builderForValue)
         [#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;
      • mergeEventService

        public ClusterManager.OutlierDetection.Builder mergeEventService​(EventServiceConfig value)
         [#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;
      • clearEventService

        public ClusterManager.OutlierDetection.Builder clearEventService()
         [#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;
      • getEventServiceBuilder

        public EventServiceConfig.Builder getEventServiceBuilder()
         [#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;