Class ClusterManager.OutlierDetection.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ClusterManager.OutlierDetection.Builder>
com.google.protobuf.GeneratedMessage.Builder<ClusterManager.OutlierDetection.Builder>
io.envoyproxy.envoy.config.bootstrap.v3.ClusterManager.OutlierDetection.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ClusterManager.OutlierDetectionOrBuilder, Cloneable
Enclosing class:
ClusterManager.OutlierDetection

public static final class ClusterManager.OutlierDetection.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterManager.OutlierDetection.Builder> implements ClusterManager.OutlierDetectionOrBuilder
Protobuf type envoy.config.bootstrap.v3.ClusterManager.OutlierDetection
  • Field Details

  • Constructor Details

    • Builder

      private Builder()
    • Builder

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

    • 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()
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.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.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

      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
    • buildPartial0

      private void buildPartial0(ClusterManager.OutlierDetection result)
    • mergeFrom

      public ClusterManager.OutlierDetection.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClusterManager.OutlierDetection.Builder>
    • mergeFrom

    • 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 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:
      IOException
    • getEventLogPath

      public String getEventLogPath()
       Specifies the path to the outlier event log.
       
      string event_log_path = 1;
      Specified by:
      getEventLogPath in interface ClusterManager.OutlierDetectionOrBuilder
      Returns:
      The eventLogPath.
    • getEventLogPathBytes

      public com.google.protobuf.ByteString getEventLogPathBytes()
       Specifies the path to the outlier event log.
       
      string event_log_path = 1;
      Specified by:
      getEventLogPathBytes in interface ClusterManager.OutlierDetectionOrBuilder
      Returns:
      The bytes for eventLogPath.
    • 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.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

       [#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

       [#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;
    • getEventServiceOrBuilder

      public 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;
      Specified by:
      getEventServiceOrBuilder in interface ClusterManager.OutlierDetectionOrBuilder
    • 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;