Class EndpointHealthResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<EndpointHealthResponse.Builder>
io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EndpointHealthResponseOrBuilder, Cloneable
Enclosing class:
EndpointHealthResponse

public static final class EndpointHealthResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EndpointHealthResponse.Builder> implements EndpointHealthResponseOrBuilder
Protobuf type envoy.service.health.v3.EndpointHealthResponse
  • 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<EndpointHealthResponse.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<EndpointHealthResponse.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<EndpointHealthResponse.Builder>
    • getDefaultInstanceForType

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

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

      public EndpointHealthResponse 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<EndpointHealthResponse.Builder>
    • setField

      public EndpointHealthResponse.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<EndpointHealthResponse.Builder>
    • clearField

      public EndpointHealthResponse.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<EndpointHealthResponse.Builder>
    • clearOneof

      public EndpointHealthResponse.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<EndpointHealthResponse.Builder>
    • setRepeatedField

      public EndpointHealthResponse.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<EndpointHealthResponse.Builder>
    • addRepeatedField

      public EndpointHealthResponse.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<EndpointHealthResponse.Builder>
    • mergeFrom

      public EndpointHealthResponse.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<EndpointHealthResponse.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<EndpointHealthResponse.Builder>
    • mergeFrom

      public EndpointHealthResponse.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<EndpointHealthResponse.Builder>
      Throws:
      IOException
    • getEndpointsHealthList

      @Deprecated public List<EndpointHealth> getEndpointsHealthList()
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getEndpointsHealthList in interface EndpointHealthResponseOrBuilder
    • getEndpointsHealthCount

      @Deprecated public int getEndpointsHealthCount()
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getEndpointsHealthCount in interface EndpointHealthResponseOrBuilder
    • getEndpointsHealth

      @Deprecated public EndpointHealth getEndpointsHealth(int index)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getEndpointsHealth in interface EndpointHealthResponseOrBuilder
    • setEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder setEndpointsHealth(int index, EndpointHealth value)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • setEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder setEndpointsHealth(int index, EndpointHealth.Builder builderForValue)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • addEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder addEndpointsHealth(EndpointHealth value)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • addEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder addEndpointsHealth(int index, EndpointHealth value)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • addEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder addEndpointsHealth(EndpointHealth.Builder builderForValue)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • addEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder addEndpointsHealth(int index, EndpointHealth.Builder builderForValue)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • addAllEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder addAllEndpointsHealth(Iterable<? extends EndpointHealth> values)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • clearEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder clearEndpointsHealth()
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • removeEndpointsHealth

      @Deprecated public EndpointHealthResponse.Builder removeEndpointsHealth(int index)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • getEndpointsHealthBuilder

      @Deprecated public EndpointHealth.Builder getEndpointsHealthBuilder(int index)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • getEndpointsHealthOrBuilder

      @Deprecated public EndpointHealthOrBuilder getEndpointsHealthOrBuilder(int index)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getEndpointsHealthOrBuilder in interface EndpointHealthResponseOrBuilder
    • getEndpointsHealthOrBuilderList

      @Deprecated public List<? extends EndpointHealthOrBuilder> getEndpointsHealthOrBuilderList()
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getEndpointsHealthOrBuilderList in interface EndpointHealthResponseOrBuilder
    • addEndpointsHealthBuilder

      @Deprecated public EndpointHealth.Builder addEndpointsHealthBuilder()
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • addEndpointsHealthBuilder

      @Deprecated public EndpointHealth.Builder addEndpointsHealthBuilder(int index)
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • getEndpointsHealthBuilderList

      @Deprecated public List<EndpointHealth.Builder> getEndpointsHealthBuilderList()
      Deprecated.
       Deprecated - Flat list of endpoint health information.
       
      repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
    • getClusterEndpointsHealthList

      public List<ClusterEndpointsHealth> getClusterEndpointsHealthList()
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
      Specified by:
      getClusterEndpointsHealthList in interface EndpointHealthResponseOrBuilder
    • getClusterEndpointsHealthCount

      public int getClusterEndpointsHealthCount()
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
      Specified by:
      getClusterEndpointsHealthCount in interface EndpointHealthResponseOrBuilder
    • getClusterEndpointsHealth

      public ClusterEndpointsHealth getClusterEndpointsHealth(int index)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
      Specified by:
      getClusterEndpointsHealth in interface EndpointHealthResponseOrBuilder
    • setClusterEndpointsHealth

      public EndpointHealthResponse.Builder setClusterEndpointsHealth(int index, ClusterEndpointsHealth value)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • setClusterEndpointsHealth

      public EndpointHealthResponse.Builder setClusterEndpointsHealth(int index, ClusterEndpointsHealth.Builder builderForValue)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • addClusterEndpointsHealth

      public EndpointHealthResponse.Builder addClusterEndpointsHealth(ClusterEndpointsHealth value)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • addClusterEndpointsHealth

      public EndpointHealthResponse.Builder addClusterEndpointsHealth(int index, ClusterEndpointsHealth value)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • addClusterEndpointsHealth

      public EndpointHealthResponse.Builder addClusterEndpointsHealth(ClusterEndpointsHealth.Builder builderForValue)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • addClusterEndpointsHealth

      public EndpointHealthResponse.Builder addClusterEndpointsHealth(int index, ClusterEndpointsHealth.Builder builderForValue)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • addAllClusterEndpointsHealth

      public EndpointHealthResponse.Builder addAllClusterEndpointsHealth(Iterable<? extends ClusterEndpointsHealth> values)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • clearClusterEndpointsHealth

      public EndpointHealthResponse.Builder clearClusterEndpointsHealth()
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • removeClusterEndpointsHealth

      public EndpointHealthResponse.Builder removeClusterEndpointsHealth(int index)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • getClusterEndpointsHealthBuilder

      public ClusterEndpointsHealth.Builder getClusterEndpointsHealthBuilder(int index)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • getClusterEndpointsHealthOrBuilder

      public ClusterEndpointsHealthOrBuilder getClusterEndpointsHealthOrBuilder(int index)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
      Specified by:
      getClusterEndpointsHealthOrBuilder in interface EndpointHealthResponseOrBuilder
    • getClusterEndpointsHealthOrBuilderList

      public List<? extends ClusterEndpointsHealthOrBuilder> getClusterEndpointsHealthOrBuilderList()
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
      Specified by:
      getClusterEndpointsHealthOrBuilderList in interface EndpointHealthResponseOrBuilder
    • addClusterEndpointsHealthBuilder

      public ClusterEndpointsHealth.Builder addClusterEndpointsHealthBuilder()
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • addClusterEndpointsHealthBuilder

      public ClusterEndpointsHealth.Builder addClusterEndpointsHealthBuilder(int index)
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • getClusterEndpointsHealthBuilderList

      public List<ClusterEndpointsHealth.Builder> getClusterEndpointsHealthBuilderList()
       Organize Endpoint health information by cluster.
       
      repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
    • setUnknownFields

      public final EndpointHealthResponse.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<EndpointHealthResponse.Builder>
    • mergeUnknownFields

      public final EndpointHealthResponse.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<EndpointHealthResponse.Builder>