Class ClusterManager.OutlierDetection.Builder

    • Constructor Detail

      • Builder

        private Builder()
      • Builder

        private Builder​(com.google.protobuf.AbstractMessage.BuilderParent parent)
    • Method Detail

      • getDescriptor

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

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

        private void maybeForceBuilderInitialization()
      • 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.GeneratedMessage.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.GeneratedMessage.Builder<ClusterManager.OutlierDetection.Builder>
      • mergeFrom

        public ClusterManager.OutlierDetection.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClusterManager.OutlierDetection.Builder>
        Throws:
        java.io.IOException
      • setEventLogPath

        public ClusterManager.OutlierDetection.Builder setEventLogPath​(java.lang.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.config.core.v3.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.config.core.v3.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.config.core.v3.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.config.core.v3.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.config.core.v3.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.config.core.v3.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.config.core.v3.EventServiceConfig event_service = 2;
      • getEventServiceFieldBuilder

        private com.google.protobuf.SingleFieldBuilder<EventServiceConfig,​EventServiceConfig.Builder,​EventServiceConfigOrBuilder> getEventServiceFieldBuilder()
         [#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;