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

io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest 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/discovery/v2/hds.proto

package io.envoyproxy.envoy.service.discovery.v2;

/**
 * Protobuf type {@code envoy.service.discovery.v2.HealthCheckRequest}
 */
public  final class HealthCheckRequest extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:envoy.service.discovery.v2.HealthCheckRequest)
    HealthCheckRequestOrBuilder {
private static final long serialVersionUID = 0L;
  // Use HealthCheckRequest.newBuilder() to construct.
  private HealthCheckRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private HealthCheckRequest() {
  }

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

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private HealthCheckRequest(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    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: {
            io.envoyproxy.envoy.api.v2.core.Node.Builder subBuilder = null;
            if (node_ != null) {
              subBuilder = node_.toBuilder();
            }
            node_ = input.readMessage(io.envoyproxy.envoy.api.v2.core.Node.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(node_);
              node_ = subBuilder.buildPartial();
            }

            break;
          }
          case 18: {
            io.envoyproxy.envoy.service.discovery.v2.Capability.Builder subBuilder = null;
            if (capability_ != null) {
              subBuilder = capability_.toBuilder();
            }
            capability_ = input.readMessage(io.envoyproxy.envoy.service.discovery.v2.Capability.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(capability_);
              capability_ = subBuilder.buildPartial();
            }

            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return io.envoyproxy.envoy.service.discovery.v2.HdsProto.internal_static_envoy_service_discovery_v2_HealthCheckRequest_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.envoyproxy.envoy.service.discovery.v2.HdsProto.internal_static_envoy_service_discovery_v2_HealthCheckRequest_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest.class, io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest.Builder.class);
  }

  public static final int NODE_FIELD_NUMBER = 1;
  private io.envoyproxy.envoy.api.v2.core.Node node_;
  /**
   * .envoy.api.v2.core.Node node = 1;
   */
  public boolean hasNode() {
    return node_ != null;
  }
  /**
   * .envoy.api.v2.core.Node node = 1;
   */
  public io.envoyproxy.envoy.api.v2.core.Node getNode() {
    return node_ == null ? io.envoyproxy.envoy.api.v2.core.Node.getDefaultInstance() : node_;
  }
  /**
   * .envoy.api.v2.core.Node node = 1;
   */
  public io.envoyproxy.envoy.api.v2.core.NodeOrBuilder getNodeOrBuilder() {
    return getNode();
  }

  public static final int CAPABILITY_FIELD_NUMBER = 2;
  private io.envoyproxy.envoy.service.discovery.v2.Capability capability_;
  /**
   * .envoy.service.discovery.v2.Capability capability = 2;
   */
  public boolean hasCapability() {
    return capability_ != null;
  }
  /**
   * .envoy.service.discovery.v2.Capability capability = 2;
   */
  public io.envoyproxy.envoy.service.discovery.v2.Capability getCapability() {
    return capability_ == null ? io.envoyproxy.envoy.service.discovery.v2.Capability.getDefaultInstance() : capability_;
  }
  /**
   * .envoy.service.discovery.v2.Capability capability = 2;
   */
  public io.envoyproxy.envoy.service.discovery.v2.CapabilityOrBuilder getCapabilityOrBuilder() {
    return getCapability();
  }

  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 {
    if (node_ != null) {
      output.writeMessage(1, getNode());
    }
    if (capability_ != null) {
      output.writeMessage(2, getCapability());
    }
    unknownFields.writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (node_ != null) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, getNode());
    }
    if (capability_ != null) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(2, getCapability());
    }
    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.discovery.v2.HealthCheckRequest)) {
      return super.equals(obj);
    }
    io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest other = (io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest) obj;

    if (hasNode() != other.hasNode()) return false;
    if (hasNode()) {
      if (!getNode()
          .equals(other.getNode())) return false;
    }
    if (hasCapability() != other.hasCapability()) return false;
    if (hasCapability()) {
      if (!getCapability()
          .equals(other.getCapability())) 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 (hasNode()) {
      hash = (37 * hash) + NODE_FIELD_NUMBER;
      hash = (53 * hash) + getNode().hashCode();
    }
    if (hasCapability()) {
      hash = (37 * hash) + CAPABILITY_FIELD_NUMBER;
      hash = (53 * hash) + getCapability().hashCode();
    }
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest 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.discovery.v2.HealthCheckRequest parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest 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.discovery.v2.HealthCheckRequest parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest 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.discovery.v2.HealthCheckRequest parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest 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.discovery.v2.HealthCheckRequest parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest 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.discovery.v2.HealthCheckRequest 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.discovery.v2.HealthCheckRequest}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:envoy.service.discovery.v2.HealthCheckRequest)
      io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequestOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return io.envoyproxy.envoy.service.discovery.v2.HdsProto.internal_static_envoy_service_discovery_v2_HealthCheckRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return io.envoyproxy.envoy.service.discovery.v2.HdsProto.internal_static_envoy_service_discovery_v2_HealthCheckRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest.class, io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest.Builder.class);
    }

    // Construct using io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      if (nodeBuilder_ == null) {
        node_ = null;
      } else {
        node_ = null;
        nodeBuilder_ = null;
      }
      if (capabilityBuilder_ == null) {
        capability_ = null;
      } else {
        capability_ = null;
        capabilityBuilder_ = null;
      }
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return io.envoyproxy.envoy.service.discovery.v2.HdsProto.internal_static_envoy_service_discovery_v2_HealthCheckRequest_descriptor;
    }

    @java.lang.Override
    public io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest getDefaultInstanceForType() {
      return io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest.getDefaultInstance();
    }

    @java.lang.Override
    public io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest build() {
      io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest buildPartial() {
      io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest result = new io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest(this);
      if (nodeBuilder_ == null) {
        result.node_ = node_;
      } else {
        result.node_ = nodeBuilder_.build();
      }
      if (capabilityBuilder_ == null) {
        result.capability_ = capability_;
      } else {
        result.capability_ = capabilityBuilder_.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.discovery.v2.HealthCheckRequest) {
        return mergeFrom((io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest other) {
      if (other == io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest.getDefaultInstance()) return this;
      if (other.hasNode()) {
        mergeNode(other.getNode());
      }
      if (other.hasCapability()) {
        mergeCapability(other.getCapability());
      }
      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.discovery.v2.HealthCheckRequest parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }

    private io.envoyproxy.envoy.api.v2.core.Node node_;
    private com.google.protobuf.SingleFieldBuilderV3<
        io.envoyproxy.envoy.api.v2.core.Node, io.envoyproxy.envoy.api.v2.core.Node.Builder, io.envoyproxy.envoy.api.v2.core.NodeOrBuilder> nodeBuilder_;
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    public boolean hasNode() {
      return nodeBuilder_ != null || node_ != null;
    }
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    public io.envoyproxy.envoy.api.v2.core.Node getNode() {
      if (nodeBuilder_ == null) {
        return node_ == null ? io.envoyproxy.envoy.api.v2.core.Node.getDefaultInstance() : node_;
      } else {
        return nodeBuilder_.getMessage();
      }
    }
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    public Builder setNode(io.envoyproxy.envoy.api.v2.core.Node value) {
      if (nodeBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        node_ = value;
        onChanged();
      } else {
        nodeBuilder_.setMessage(value);
      }

      return this;
    }
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    public Builder setNode(
        io.envoyproxy.envoy.api.v2.core.Node.Builder builderForValue) {
      if (nodeBuilder_ == null) {
        node_ = builderForValue.build();
        onChanged();
      } else {
        nodeBuilder_.setMessage(builderForValue.build());
      }

      return this;
    }
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    public Builder mergeNode(io.envoyproxy.envoy.api.v2.core.Node value) {
      if (nodeBuilder_ == null) {
        if (node_ != null) {
          node_ =
            io.envoyproxy.envoy.api.v2.core.Node.newBuilder(node_).mergeFrom(value).buildPartial();
        } else {
          node_ = value;
        }
        onChanged();
      } else {
        nodeBuilder_.mergeFrom(value);
      }

      return this;
    }
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    public Builder clearNode() {
      if (nodeBuilder_ == null) {
        node_ = null;
        onChanged();
      } else {
        node_ = null;
        nodeBuilder_ = null;
      }

      return this;
    }
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    public io.envoyproxy.envoy.api.v2.core.Node.Builder getNodeBuilder() {
      
      onChanged();
      return getNodeFieldBuilder().getBuilder();
    }
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    public io.envoyproxy.envoy.api.v2.core.NodeOrBuilder getNodeOrBuilder() {
      if (nodeBuilder_ != null) {
        return nodeBuilder_.getMessageOrBuilder();
      } else {
        return node_ == null ?
            io.envoyproxy.envoy.api.v2.core.Node.getDefaultInstance() : node_;
      }
    }
    /**
     * .envoy.api.v2.core.Node node = 1;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.envoyproxy.envoy.api.v2.core.Node, io.envoyproxy.envoy.api.v2.core.Node.Builder, io.envoyproxy.envoy.api.v2.core.NodeOrBuilder> 
        getNodeFieldBuilder() {
      if (nodeBuilder_ == null) {
        nodeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.envoyproxy.envoy.api.v2.core.Node, io.envoyproxy.envoy.api.v2.core.Node.Builder, io.envoyproxy.envoy.api.v2.core.NodeOrBuilder>(
                getNode(),
                getParentForChildren(),
                isClean());
        node_ = null;
      }
      return nodeBuilder_;
    }

    private io.envoyproxy.envoy.service.discovery.v2.Capability capability_;
    private com.google.protobuf.SingleFieldBuilderV3<
        io.envoyproxy.envoy.service.discovery.v2.Capability, io.envoyproxy.envoy.service.discovery.v2.Capability.Builder, io.envoyproxy.envoy.service.discovery.v2.CapabilityOrBuilder> capabilityBuilder_;
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    public boolean hasCapability() {
      return capabilityBuilder_ != null || capability_ != null;
    }
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    public io.envoyproxy.envoy.service.discovery.v2.Capability getCapability() {
      if (capabilityBuilder_ == null) {
        return capability_ == null ? io.envoyproxy.envoy.service.discovery.v2.Capability.getDefaultInstance() : capability_;
      } else {
        return capabilityBuilder_.getMessage();
      }
    }
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    public Builder setCapability(io.envoyproxy.envoy.service.discovery.v2.Capability value) {
      if (capabilityBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        capability_ = value;
        onChanged();
      } else {
        capabilityBuilder_.setMessage(value);
      }

      return this;
    }
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    public Builder setCapability(
        io.envoyproxy.envoy.service.discovery.v2.Capability.Builder builderForValue) {
      if (capabilityBuilder_ == null) {
        capability_ = builderForValue.build();
        onChanged();
      } else {
        capabilityBuilder_.setMessage(builderForValue.build());
      }

      return this;
    }
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    public Builder mergeCapability(io.envoyproxy.envoy.service.discovery.v2.Capability value) {
      if (capabilityBuilder_ == null) {
        if (capability_ != null) {
          capability_ =
            io.envoyproxy.envoy.service.discovery.v2.Capability.newBuilder(capability_).mergeFrom(value).buildPartial();
        } else {
          capability_ = value;
        }
        onChanged();
      } else {
        capabilityBuilder_.mergeFrom(value);
      }

      return this;
    }
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    public Builder clearCapability() {
      if (capabilityBuilder_ == null) {
        capability_ = null;
        onChanged();
      } else {
        capability_ = null;
        capabilityBuilder_ = null;
      }

      return this;
    }
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    public io.envoyproxy.envoy.service.discovery.v2.Capability.Builder getCapabilityBuilder() {
      
      onChanged();
      return getCapabilityFieldBuilder().getBuilder();
    }
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    public io.envoyproxy.envoy.service.discovery.v2.CapabilityOrBuilder getCapabilityOrBuilder() {
      if (capabilityBuilder_ != null) {
        return capabilityBuilder_.getMessageOrBuilder();
      } else {
        return capability_ == null ?
            io.envoyproxy.envoy.service.discovery.v2.Capability.getDefaultInstance() : capability_;
      }
    }
    /**
     * .envoy.service.discovery.v2.Capability capability = 2;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.envoyproxy.envoy.service.discovery.v2.Capability, io.envoyproxy.envoy.service.discovery.v2.Capability.Builder, io.envoyproxy.envoy.service.discovery.v2.CapabilityOrBuilder> 
        getCapabilityFieldBuilder() {
      if (capabilityBuilder_ == null) {
        capabilityBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.envoyproxy.envoy.service.discovery.v2.Capability, io.envoyproxy.envoy.service.discovery.v2.Capability.Builder, io.envoyproxy.envoy.service.discovery.v2.CapabilityOrBuilder>(
                getCapability(),
                getParentForChildren(),
                isClean());
        capability_ = null;
      }
      return capabilityBuilder_;
    }
    @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.discovery.v2.HealthCheckRequest)
  }

  // @@protoc_insertion_point(class_scope:envoy.service.discovery.v2.HealthCheckRequest)
  private static final io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest();
  }

  public static io.envoyproxy.envoy.service.discovery.v2.HealthCheckRequest getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public HealthCheckRequest parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return new HealthCheckRequest(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.discovery.v2.HealthCheckRequest getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy