Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/health/v3/hds.proto
package io.envoyproxy.envoy.service.health.v3;
/**
*
* Group endpoint health by locality under each cluster.
*
*
* Protobuf type {@code envoy.service.health.v3.LocalityEndpointsHealth}
*/
public final class LocalityEndpointsHealth extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:envoy.service.health.v3.LocalityEndpointsHealth)
LocalityEndpointsHealthOrBuilder {
private static final long serialVersionUID = 0L;
// Use LocalityEndpointsHealth.newBuilder() to construct.
private LocalityEndpointsHealth(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private LocalityEndpointsHealth() {
endpointsHealth_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new LocalityEndpointsHealth();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private LocalityEndpointsHealth(
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: {
io.envoyproxy.envoy.config.core.v3.Locality.Builder subBuilder = null;
if (locality_ != null) {
subBuilder = locality_.toBuilder();
}
locality_ = input.readMessage(io.envoyproxy.envoy.config.core.v3.Locality.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(locality_);
locality_ = subBuilder.buildPartial();
}
break;
}
case 18: {
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;
}
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_);
}
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_LocalityEndpointsHealth_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_LocalityEndpointsHealth_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth.class, io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth.Builder.class);
}
public static final int LOCALITY_FIELD_NUMBER = 1;
private io.envoyproxy.envoy.config.core.v3.Locality locality_;
/**
* .envoy.config.core.v3.Locality locality = 1;
* @return Whether the locality field is set.
*/
@java.lang.Override
public boolean hasLocality() {
return locality_ != null;
}
/**
* .envoy.config.core.v3.Locality locality = 1;
* @return The locality.
*/
@java.lang.Override
public io.envoyproxy.envoy.config.core.v3.Locality getLocality() {
return locality_ == null ? io.envoyproxy.envoy.config.core.v3.Locality.getDefaultInstance() : locality_;
}
/**
* .envoy.config.core.v3.Locality locality = 1;
*/
@java.lang.Override
public io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder getLocalityOrBuilder() {
return getLocality();
}
public static final int ENDPOINTS_HEALTH_FIELD_NUMBER = 2;
private java.util.List endpointsHealth_;
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
@java.lang.Override
public java.util.List getEndpointsHealthList() {
return endpointsHealth_;
}
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
@java.lang.Override
public java.util.List extends io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder>
getEndpointsHealthOrBuilderList() {
return endpointsHealth_;
}
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
@java.lang.Override
public int getEndpointsHealthCount() {
return endpointsHealth_.size();
}
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
@java.lang.Override
public io.envoyproxy.envoy.service.health.v3.EndpointHealth getEndpointsHealth(int index) {
return endpointsHealth_.get(index);
}
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
@java.lang.Override
public io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder getEndpointsHealthOrBuilder(
int index) {
return endpointsHealth_.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 {
if (locality_ != null) {
output.writeMessage(1, getLocality());
}
for (int i = 0; i < endpointsHealth_.size(); i++) {
output.writeMessage(2, endpointsHealth_.get(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (locality_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getLocality());
}
for (int i = 0; i < endpointsHealth_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, endpointsHealth_.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.LocalityEndpointsHealth)) {
return super.equals(obj);
}
io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth other = (io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth) obj;
if (hasLocality() != other.hasLocality()) return false;
if (hasLocality()) {
if (!getLocality()
.equals(other.getLocality())) return false;
}
if (!getEndpointsHealthList()
.equals(other.getEndpointsHealthList())) 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 (hasLocality()) {
hash = (37 * hash) + LOCALITY_FIELD_NUMBER;
hash = (53 * hash) + getLocality().hashCode();
}
if (getEndpointsHealthCount() > 0) {
hash = (37 * hash) + ENDPOINTS_HEALTH_FIELD_NUMBER;
hash = (53 * hash) + getEndpointsHealthList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth 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.LocalityEndpointsHealth parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth 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.LocalityEndpointsHealth parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth 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.LocalityEndpointsHealth 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.LocalityEndpointsHealth 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.LocalityEndpointsHealth 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.LocalityEndpointsHealth 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.LocalityEndpointsHealth 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.LocalityEndpointsHealth 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.LocalityEndpointsHealth 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;
}
/**
*
* Group endpoint health by locality under each cluster.
*