Class ClusterManager.OutlierDetection.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
io.envoyproxy.envoy.config.bootstrap.v2.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.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder> implements ClusterManager.OutlierDetectionOrBuilder
Protobuf type envoy.config.bootstrap.v2.ClusterManager.OutlierDetection
  • Method Details

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

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

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
    • setField

      public ClusterManager.OutlierDetection.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
    • clearField

      public ClusterManager.OutlierDetection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
    • clearOneof

      public ClusterManager.OutlierDetection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
    • setRepeatedField

      public ClusterManager.OutlierDetection.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
    • addRepeatedField

      public ClusterManager.OutlierDetection.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
    • 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.GeneratedMessageV3.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.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

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

       [#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;
    • 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.api.v2.core.EventServiceConfig event_service = 2;
      Specified by:
      getEventServiceOrBuilder in interface ClusterManager.OutlierDetectionOrBuilder
    • setUnknownFields

      public final ClusterManager.OutlierDetection.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>
    • mergeUnknownFields

      public final ClusterManager.OutlierDetection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClusterManager.OutlierDetection.Builder>