Class EndpointHealthResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EndpointHealthResponseOrBuilder, Serializable

public final class EndpointHealthResponse extends com.google.protobuf.GeneratedMessageV3 implements EndpointHealthResponseOrBuilder
Protobuf type envoy.service.health.v3.EndpointHealthResponse
See Also:
  • Field Details

    • ENDPOINTS_HEALTH_FIELD_NUMBER

      public static final int ENDPOINTS_HEALTH_FIELD_NUMBER
      See Also:
    • CLUSTER_ENDPOINTS_HEALTH_FIELD_NUMBER

      public static final int CLUSTER_ENDPOINTS_HEALTH_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static EndpointHealthResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EndpointHealthResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EndpointHealthResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EndpointHealthResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EndpointHealthResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EndpointHealthResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EndpointHealthResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EndpointHealthResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static EndpointHealthResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static EndpointHealthResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EndpointHealthResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EndpointHealthResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static EndpointHealthResponse.Builder newBuilder()
    • newBuilder

      public static EndpointHealthResponse.Builder newBuilder(EndpointHealthResponse prototype)
    • toBuilder

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

      protected EndpointHealthResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static EndpointHealthResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<EndpointHealthResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<EndpointHealthResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

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