All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/health/v3/hds.proto

package io.envoyproxy.envoy.service.health.v3;

/**
 * Protobuf type {@code envoy.service.health.v3.EndpointHealthResponse}
 */
public final class EndpointHealthResponse extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:envoy.service.health.v3.EndpointHealthResponse)
    EndpointHealthResponseOrBuilder {
private static final long serialVersionUID = 0L;
  // Use EndpointHealthResponse.newBuilder() to construct.
  private EndpointHealthResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private EndpointHealthResponse() {
    endpointsHealth_ = java.util.Collections.emptyList();
    clusterEndpointsHealth_ = java.util.Collections.emptyList();
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new EndpointHealthResponse();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private EndpointHealthResponse(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              endpointsHealth_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            endpointsHealth_.add(
                input.readMessage(io.envoyproxy.envoy.service.health.v3.EndpointHealth.parser(), extensionRegistry));
            break;
          }
          case 18: {
            if (!((mutable_bitField0_ & 0x00000002) != 0)) {
              clusterEndpointsHealth_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000002;
            }
            clusterEndpointsHealth_.add(
                input.readMessage(io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.parser(), extensionRegistry));
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (com.google.protobuf.UninitializedMessageException e) {
      throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000001) != 0)) {
        endpointsHealth_ = java.util.Collections.unmodifiableList(endpointsHealth_);
      }
      if (((mutable_bitField0_ & 0x00000002) != 0)) {
        clusterEndpointsHealth_ = java.util.Collections.unmodifiableList(clusterEndpointsHealth_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return io.envoyproxy.envoy.service.health.v3.HdsProto.internal_static_envoy_service_health_v3_EndpointHealthResponse_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.envoyproxy.envoy.service.health.v3.HdsProto.internal_static_envoy_service_health_v3_EndpointHealthResponse_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse.class, io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse.Builder.class);
  }

  public static final int ENDPOINTS_HEALTH_FIELD_NUMBER = 1;
  private java.util.List endpointsHealth_;
  /**
   * 
   * 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"]; */ @java.lang.Override @java.lang.Deprecated public java.util.List getEndpointsHealthList() { return endpointsHealth_; } /** *
   * 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"]; */ @java.lang.Override @java.lang.Deprecated public java.util.List getEndpointsHealthOrBuilderList() { return endpointsHealth_; } /** *
   * 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"]; */ @java.lang.Override @java.lang.Deprecated public int getEndpointsHealthCount() { return endpointsHealth_.size(); } /** *
   * 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"]; */ @java.lang.Override @java.lang.Deprecated public io.envoyproxy.envoy.service.health.v3.EndpointHealth getEndpointsHealth(int index) { return endpointsHealth_.get(index); } /** *
   * 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"]; */ @java.lang.Override @java.lang.Deprecated public io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder getEndpointsHealthOrBuilder( int index) { return endpointsHealth_.get(index); } public static final int CLUSTER_ENDPOINTS_HEALTH_FIELD_NUMBER = 2; private java.util.List clusterEndpointsHealth_; /** *
   * Organize Endpoint health information by cluster.
   * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ @java.lang.Override public java.util.List getClusterEndpointsHealthList() { return clusterEndpointsHealth_; } /** *
   * Organize Endpoint health information by cluster.
   * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ @java.lang.Override public java.util.List getClusterEndpointsHealthOrBuilderList() { return clusterEndpointsHealth_; } /** *
   * Organize Endpoint health information by cluster.
   * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ @java.lang.Override public int getClusterEndpointsHealthCount() { return clusterEndpointsHealth_.size(); } /** *
   * Organize Endpoint health information by cluster.
   * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ @java.lang.Override public io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth getClusterEndpointsHealth(int index) { return clusterEndpointsHealth_.get(index); } /** *
   * Organize Endpoint health information by cluster.
   * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ @java.lang.Override public io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder getClusterEndpointsHealthOrBuilder( int index) { return clusterEndpointsHealth_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < endpointsHealth_.size(); i++) { output.writeMessage(1, endpointsHealth_.get(i)); } for (int i = 0; i < clusterEndpointsHealth_.size(); i++) { output.writeMessage(2, clusterEndpointsHealth_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < endpointsHealth_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, endpointsHealth_.get(i)); } for (int i = 0; i < clusterEndpointsHealth_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, clusterEndpointsHealth_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse)) { return super.equals(obj); } io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse other = (io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse) obj; if (!getEndpointsHealthList() .equals(other.getEndpointsHealthList())) return false; if (!getClusterEndpointsHealthList() .equals(other.getClusterEndpointsHealthList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getEndpointsHealthCount() > 0) { hash = (37 * hash) + ENDPOINTS_HEALTH_FIELD_NUMBER; hash = (53 * hash) + getEndpointsHealthList().hashCode(); } if (getClusterEndpointsHealthCount() > 0) { hash = (37 * hash) + CLUSTER_ENDPOINTS_HEALTH_FIELD_NUMBER; hash = (53 * hash) + getClusterEndpointsHealthList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code envoy.service.health.v3.EndpointHealthResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:envoy.service.health.v3.EndpointHealthResponse) io.envoyproxy.envoy.service.health.v3.EndpointHealthResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.envoyproxy.envoy.service.health.v3.HdsProto.internal_static_envoy_service_health_v3_EndpointHealthResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.envoyproxy.envoy.service.health.v3.HdsProto.internal_static_envoy_service_health_v3_EndpointHealthResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse.class, io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse.Builder.class); } // Construct using io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getEndpointsHealthFieldBuilder(); getClusterEndpointsHealthFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (endpointsHealthBuilder_ == null) { endpointsHealth_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { endpointsHealthBuilder_.clear(); } if (clusterEndpointsHealthBuilder_ == null) { clusterEndpointsHealth_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { clusterEndpointsHealthBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.envoyproxy.envoy.service.health.v3.HdsProto.internal_static_envoy_service_health_v3_EndpointHealthResponse_descriptor; } @java.lang.Override public io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse getDefaultInstanceForType() { return io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse.getDefaultInstance(); } @java.lang.Override public io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse build() { io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse buildPartial() { io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse result = new io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse(this); int from_bitField0_ = bitField0_; if (endpointsHealthBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { endpointsHealth_ = java.util.Collections.unmodifiableList(endpointsHealth_); bitField0_ = (bitField0_ & ~0x00000001); } result.endpointsHealth_ = endpointsHealth_; } else { result.endpointsHealth_ = endpointsHealthBuilder_.build(); } if (clusterEndpointsHealthBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { clusterEndpointsHealth_ = java.util.Collections.unmodifiableList(clusterEndpointsHealth_); bitField0_ = (bitField0_ & ~0x00000002); } result.clusterEndpointsHealth_ = clusterEndpointsHealth_; } else { result.clusterEndpointsHealth_ = clusterEndpointsHealthBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse) { return mergeFrom((io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse other) { if (other == io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse.getDefaultInstance()) return this; if (endpointsHealthBuilder_ == null) { if (!other.endpointsHealth_.isEmpty()) { if (endpointsHealth_.isEmpty()) { endpointsHealth_ = other.endpointsHealth_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEndpointsHealthIsMutable(); endpointsHealth_.addAll(other.endpointsHealth_); } onChanged(); } } else { if (!other.endpointsHealth_.isEmpty()) { if (endpointsHealthBuilder_.isEmpty()) { endpointsHealthBuilder_.dispose(); endpointsHealthBuilder_ = null; endpointsHealth_ = other.endpointsHealth_; bitField0_ = (bitField0_ & ~0x00000001); endpointsHealthBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getEndpointsHealthFieldBuilder() : null; } else { endpointsHealthBuilder_.addAllMessages(other.endpointsHealth_); } } } if (clusterEndpointsHealthBuilder_ == null) { if (!other.clusterEndpointsHealth_.isEmpty()) { if (clusterEndpointsHealth_.isEmpty()) { clusterEndpointsHealth_ = other.clusterEndpointsHealth_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureClusterEndpointsHealthIsMutable(); clusterEndpointsHealth_.addAll(other.clusterEndpointsHealth_); } onChanged(); } } else { if (!other.clusterEndpointsHealth_.isEmpty()) { if (clusterEndpointsHealthBuilder_.isEmpty()) { clusterEndpointsHealthBuilder_.dispose(); clusterEndpointsHealthBuilder_ = null; clusterEndpointsHealth_ = other.clusterEndpointsHealth_; bitField0_ = (bitField0_ & ~0x00000002); clusterEndpointsHealthBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getClusterEndpointsHealthFieldBuilder() : null; } else { clusterEndpointsHealthBuilder_.addAllMessages(other.clusterEndpointsHealth_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List endpointsHealth_ = java.util.Collections.emptyList(); private void ensureEndpointsHealthIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { endpointsHealth_ = new java.util.ArrayList(endpointsHealth_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< io.envoyproxy.envoy.service.health.v3.EndpointHealth, io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder, io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder> endpointsHealthBuilder_; /** *
     * 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"]; */ @java.lang.Deprecated public java.util.List getEndpointsHealthList() { if (endpointsHealthBuilder_ == null) { return java.util.Collections.unmodifiableList(endpointsHealth_); } else { return endpointsHealthBuilder_.getMessageList(); } } /** *
     * 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"]; */ @java.lang.Deprecated public int getEndpointsHealthCount() { if (endpointsHealthBuilder_ == null) { return endpointsHealth_.size(); } else { return endpointsHealthBuilder_.getCount(); } } /** *
     * 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"]; */ @java.lang.Deprecated public io.envoyproxy.envoy.service.health.v3.EndpointHealth getEndpointsHealth(int index) { if (endpointsHealthBuilder_ == null) { return endpointsHealth_.get(index); } else { return endpointsHealthBuilder_.getMessage(index); } } /** *
     * 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"]; */ @java.lang.Deprecated public Builder setEndpointsHealth( int index, io.envoyproxy.envoy.service.health.v3.EndpointHealth value) { if (endpointsHealthBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEndpointsHealthIsMutable(); endpointsHealth_.set(index, value); onChanged(); } else { endpointsHealthBuilder_.setMessage(index, value); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public Builder setEndpointsHealth( int index, io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder builderForValue) { if (endpointsHealthBuilder_ == null) { ensureEndpointsHealthIsMutable(); endpointsHealth_.set(index, builderForValue.build()); onChanged(); } else { endpointsHealthBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public Builder addEndpointsHealth(io.envoyproxy.envoy.service.health.v3.EndpointHealth value) { if (endpointsHealthBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEndpointsHealthIsMutable(); endpointsHealth_.add(value); onChanged(); } else { endpointsHealthBuilder_.addMessage(value); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public Builder addEndpointsHealth( int index, io.envoyproxy.envoy.service.health.v3.EndpointHealth value) { if (endpointsHealthBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEndpointsHealthIsMutable(); endpointsHealth_.add(index, value); onChanged(); } else { endpointsHealthBuilder_.addMessage(index, value); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public Builder addEndpointsHealth( io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder builderForValue) { if (endpointsHealthBuilder_ == null) { ensureEndpointsHealthIsMutable(); endpointsHealth_.add(builderForValue.build()); onChanged(); } else { endpointsHealthBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public Builder addEndpointsHealth( int index, io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder builderForValue) { if (endpointsHealthBuilder_ == null) { ensureEndpointsHealthIsMutable(); endpointsHealth_.add(index, builderForValue.build()); onChanged(); } else { endpointsHealthBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public Builder addAllEndpointsHealth( java.lang.Iterable values) { if (endpointsHealthBuilder_ == null) { ensureEndpointsHealthIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, endpointsHealth_); onChanged(); } else { endpointsHealthBuilder_.addAllMessages(values); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public Builder clearEndpointsHealth() { if (endpointsHealthBuilder_ == null) { endpointsHealth_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { endpointsHealthBuilder_.clear(); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public Builder removeEndpointsHealth(int index) { if (endpointsHealthBuilder_ == null) { ensureEndpointsHealthIsMutable(); endpointsHealth_.remove(index); onChanged(); } else { endpointsHealthBuilder_.remove(index); } return this; } /** *
     * 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"]; */ @java.lang.Deprecated public io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder getEndpointsHealthBuilder( int index) { return getEndpointsHealthFieldBuilder().getBuilder(index); } /** *
     * 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"]; */ @java.lang.Deprecated public io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder getEndpointsHealthOrBuilder( int index) { if (endpointsHealthBuilder_ == null) { return endpointsHealth_.get(index); } else { return endpointsHealthBuilder_.getMessageOrBuilder(index); } } /** *
     * 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"]; */ @java.lang.Deprecated public java.util.List getEndpointsHealthOrBuilderList() { if (endpointsHealthBuilder_ != null) { return endpointsHealthBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(endpointsHealth_); } } /** *
     * 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"]; */ @java.lang.Deprecated public io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder addEndpointsHealthBuilder() { return getEndpointsHealthFieldBuilder().addBuilder( io.envoyproxy.envoy.service.health.v3.EndpointHealth.getDefaultInstance()); } /** *
     * 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"]; */ @java.lang.Deprecated public io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder addEndpointsHealthBuilder( int index) { return getEndpointsHealthFieldBuilder().addBuilder( index, io.envoyproxy.envoy.service.health.v3.EndpointHealth.getDefaultInstance()); } /** *
     * 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"]; */ @java.lang.Deprecated public java.util.List getEndpointsHealthBuilderList() { return getEndpointsHealthFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< io.envoyproxy.envoy.service.health.v3.EndpointHealth, io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder, io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder> getEndpointsHealthFieldBuilder() { if (endpointsHealthBuilder_ == null) { endpointsHealthBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< io.envoyproxy.envoy.service.health.v3.EndpointHealth, io.envoyproxy.envoy.service.health.v3.EndpointHealth.Builder, io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder>( endpointsHealth_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); endpointsHealth_ = null; } return endpointsHealthBuilder_; } private java.util.List clusterEndpointsHealth_ = java.util.Collections.emptyList(); private void ensureClusterEndpointsHealthIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { clusterEndpointsHealth_ = new java.util.ArrayList(clusterEndpointsHealth_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder> clusterEndpointsHealthBuilder_; /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public java.util.List getClusterEndpointsHealthList() { if (clusterEndpointsHealthBuilder_ == null) { return java.util.Collections.unmodifiableList(clusterEndpointsHealth_); } else { return clusterEndpointsHealthBuilder_.getMessageList(); } } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public int getClusterEndpointsHealthCount() { if (clusterEndpointsHealthBuilder_ == null) { return clusterEndpointsHealth_.size(); } else { return clusterEndpointsHealthBuilder_.getCount(); } } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth getClusterEndpointsHealth(int index) { if (clusterEndpointsHealthBuilder_ == null) { return clusterEndpointsHealth_.get(index); } else { return clusterEndpointsHealthBuilder_.getMessage(index); } } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder setClusterEndpointsHealth( int index, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth value) { if (clusterEndpointsHealthBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClusterEndpointsHealthIsMutable(); clusterEndpointsHealth_.set(index, value); onChanged(); } else { clusterEndpointsHealthBuilder_.setMessage(index, value); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder setClusterEndpointsHealth( int index, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder builderForValue) { if (clusterEndpointsHealthBuilder_ == null) { ensureClusterEndpointsHealthIsMutable(); clusterEndpointsHealth_.set(index, builderForValue.build()); onChanged(); } else { clusterEndpointsHealthBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder addClusterEndpointsHealth(io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth value) { if (clusterEndpointsHealthBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClusterEndpointsHealthIsMutable(); clusterEndpointsHealth_.add(value); onChanged(); } else { clusterEndpointsHealthBuilder_.addMessage(value); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder addClusterEndpointsHealth( int index, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth value) { if (clusterEndpointsHealthBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClusterEndpointsHealthIsMutable(); clusterEndpointsHealth_.add(index, value); onChanged(); } else { clusterEndpointsHealthBuilder_.addMessage(index, value); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder addClusterEndpointsHealth( io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder builderForValue) { if (clusterEndpointsHealthBuilder_ == null) { ensureClusterEndpointsHealthIsMutable(); clusterEndpointsHealth_.add(builderForValue.build()); onChanged(); } else { clusterEndpointsHealthBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder addClusterEndpointsHealth( int index, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder builderForValue) { if (clusterEndpointsHealthBuilder_ == null) { ensureClusterEndpointsHealthIsMutable(); clusterEndpointsHealth_.add(index, builderForValue.build()); onChanged(); } else { clusterEndpointsHealthBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder addAllClusterEndpointsHealth( java.lang.Iterable values) { if (clusterEndpointsHealthBuilder_ == null) { ensureClusterEndpointsHealthIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, clusterEndpointsHealth_); onChanged(); } else { clusterEndpointsHealthBuilder_.addAllMessages(values); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder clearClusterEndpointsHealth() { if (clusterEndpointsHealthBuilder_ == null) { clusterEndpointsHealth_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { clusterEndpointsHealthBuilder_.clear(); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public Builder removeClusterEndpointsHealth(int index) { if (clusterEndpointsHealthBuilder_ == null) { ensureClusterEndpointsHealthIsMutable(); clusterEndpointsHealth_.remove(index); onChanged(); } else { clusterEndpointsHealthBuilder_.remove(index); } return this; } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder getClusterEndpointsHealthBuilder( int index) { return getClusterEndpointsHealthFieldBuilder().getBuilder(index); } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder getClusterEndpointsHealthOrBuilder( int index) { if (clusterEndpointsHealthBuilder_ == null) { return clusterEndpointsHealth_.get(index); } else { return clusterEndpointsHealthBuilder_.getMessageOrBuilder(index); } } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public java.util.List getClusterEndpointsHealthOrBuilderList() { if (clusterEndpointsHealthBuilder_ != null) { return clusterEndpointsHealthBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(clusterEndpointsHealth_); } } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder addClusterEndpointsHealthBuilder() { return getClusterEndpointsHealthFieldBuilder().addBuilder( io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.getDefaultInstance()); } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder addClusterEndpointsHealthBuilder( int index) { return getClusterEndpointsHealthFieldBuilder().addBuilder( index, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.getDefaultInstance()); } /** *
     * Organize Endpoint health information by cluster.
     * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ public java.util.List getClusterEndpointsHealthBuilderList() { return getClusterEndpointsHealthFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder> getClusterEndpointsHealthFieldBuilder() { if (clusterEndpointsHealthBuilder_ == null) { clusterEndpointsHealthBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth.Builder, io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder>( clusterEndpointsHealth_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); clusterEndpointsHealth_ = null; } return clusterEndpointsHealthBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:envoy.service.health.v3.EndpointHealthResponse) } // @@protoc_insertion_point(class_scope:envoy.service.health.v3.EndpointHealthResponse) private static final io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse(); } public static io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public EndpointHealthResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new EndpointHealthResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy