![JAR search and dependency download from the Maven repository](/logo.png)
xds.annotations.v3.Status Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xds/annotations/v3/status.proto
// Protobuf Java Version: 3.25.5
package xds.annotations.v3;
public final class Status {
private Status() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
registry.add(xds.annotations.v3.Status.fileStatus);
registry.add(xds.annotations.v3.Status.messageStatus);
registry.add(xds.annotations.v3.Status.fieldStatus);
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
/**
* Protobuf enum {@code xds.annotations.v3.PackageVersionStatus}
*/
public enum PackageVersionStatus
implements com.google.protobuf.ProtocolMessageEnum {
/**
*
* Unknown package version status.
*
*
* UNKNOWN = 0;
*/
UNKNOWN(0),
/**
*
* This version of the package is frozen.
*
*
* FROZEN = 1;
*/
FROZEN(1),
/**
*
* This version of the package is the active development version.
*
*
* ACTIVE = 2;
*/
ACTIVE(2),
/**
*
* This version of the package is the candidate for the next major version. It
* is typically machine generated from the active development version.
*
*
* NEXT_MAJOR_VERSION_CANDIDATE = 3;
*/
NEXT_MAJOR_VERSION_CANDIDATE(3),
UNRECOGNIZED(-1),
;
/**
*
* Unknown package version status.
*
*
* UNKNOWN = 0;
*/
public static final int UNKNOWN_VALUE = 0;
/**
*
* This version of the package is frozen.
*
*
* FROZEN = 1;
*/
public static final int FROZEN_VALUE = 1;
/**
*
* This version of the package is the active development version.
*
*
* ACTIVE = 2;
*/
public static final int ACTIVE_VALUE = 2;
/**
*
* This version of the package is the candidate for the next major version. It
* is typically machine generated from the active development version.
*
*
* NEXT_MAJOR_VERSION_CANDIDATE = 3;
*/
public static final int NEXT_MAJOR_VERSION_CANDIDATE_VALUE = 3;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static PackageVersionStatus valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static PackageVersionStatus forNumber(int value) {
switch (value) {
case 0: return UNKNOWN;
case 1: return FROZEN;
case 2: return ACTIVE;
case 3: return NEXT_MAJOR_VERSION_CANDIDATE;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
PackageVersionStatus> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public PackageVersionStatus findValueByNumber(int number) {
return PackageVersionStatus.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return xds.annotations.v3.Status.getDescriptor().getEnumTypes().get(0);
}
private static final PackageVersionStatus[] VALUES = values();
public static PackageVersionStatus valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private PackageVersionStatus(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:xds.annotations.v3.PackageVersionStatus)
}
public interface FileStatusAnnotationOrBuilder extends
// @@protoc_insertion_point(interface_extends:xds.annotations.v3.FileStatusAnnotation)
com.google.protobuf.MessageOrBuilder {
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
boolean getWorkInProgress();
}
/**
* Protobuf type {@code xds.annotations.v3.FileStatusAnnotation}
*/
public static final class FileStatusAnnotation extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:xds.annotations.v3.FileStatusAnnotation)
FileStatusAnnotationOrBuilder {
private static final long serialVersionUID = 0L;
// Use FileStatusAnnotation.newBuilder() to construct.
private FileStatusAnnotation(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FileStatusAnnotation() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new FileStatusAnnotation();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FileStatusAnnotation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xds.annotations.v3.Status.FileStatusAnnotation.class, xds.annotations.v3.Status.FileStatusAnnotation.Builder.class);
}
public static final int WORK_IN_PROGRESS_FIELD_NUMBER = 1;
private boolean workInProgress_ = false;
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
@java.lang.Override
public boolean getWorkInProgress() {
return workInProgress_;
}
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 (workInProgress_ != false) {
output.writeBool(1, workInProgress_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (workInProgress_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(1, workInProgress_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof xds.annotations.v3.Status.FileStatusAnnotation)) {
return super.equals(obj);
}
xds.annotations.v3.Status.FileStatusAnnotation other = (xds.annotations.v3.Status.FileStatusAnnotation) obj;
if (getWorkInProgress()
!= other.getWorkInProgress()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + WORK_IN_PROGRESS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getWorkInProgress());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static xds.annotations.v3.Status.FileStatusAnnotation parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.FileStatusAnnotation parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.FileStatusAnnotation parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.FileStatusAnnotation parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.FileStatusAnnotation parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.FileStatusAnnotation parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.FileStatusAnnotation parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.FileStatusAnnotation 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 xds.annotations.v3.Status.FileStatusAnnotation parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.FileStatusAnnotation 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 xds.annotations.v3.Status.FileStatusAnnotation parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.FileStatusAnnotation 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(xds.annotations.v3.Status.FileStatusAnnotation 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 xds.annotations.v3.FileStatusAnnotation}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:xds.annotations.v3.FileStatusAnnotation)
xds.annotations.v3.Status.FileStatusAnnotationOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FileStatusAnnotation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xds.annotations.v3.Status.FileStatusAnnotation.class, xds.annotations.v3.Status.FileStatusAnnotation.Builder.class);
}
// Construct using xds.annotations.v3.Status.FileStatusAnnotation.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
workInProgress_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor;
}
@java.lang.Override
public xds.annotations.v3.Status.FileStatusAnnotation getDefaultInstanceForType() {
return xds.annotations.v3.Status.FileStatusAnnotation.getDefaultInstance();
}
@java.lang.Override
public xds.annotations.v3.Status.FileStatusAnnotation build() {
xds.annotations.v3.Status.FileStatusAnnotation result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public xds.annotations.v3.Status.FileStatusAnnotation buildPartial() {
xds.annotations.v3.Status.FileStatusAnnotation result = new xds.annotations.v3.Status.FileStatusAnnotation(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(xds.annotations.v3.Status.FileStatusAnnotation result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.workInProgress_ = workInProgress_;
}
}
@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 xds.annotations.v3.Status.FileStatusAnnotation) {
return mergeFrom((xds.annotations.v3.Status.FileStatusAnnotation)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(xds.annotations.v3.Status.FileStatusAnnotation other) {
if (other == xds.annotations.v3.Status.FileStatusAnnotation.getDefaultInstance()) return this;
if (other.getWorkInProgress() != false) {
setWorkInProgress(other.getWorkInProgress());
}
this.mergeUnknownFields(other.getUnknownFields());
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 {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8: {
workInProgress_ = input.readBool();
bitField0_ |= 0x00000001;
break;
} // case 8
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private boolean workInProgress_ ;
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
@java.lang.Override
public boolean getWorkInProgress() {
return workInProgress_;
}
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @param value The workInProgress to set.
* @return This builder for chaining.
*/
public Builder setWorkInProgress(boolean value) {
workInProgress_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return This builder for chaining.
*/
public Builder clearWorkInProgress() {
bitField0_ = (bitField0_ & ~0x00000001);
workInProgress_ = false;
onChanged();
return this;
}
@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:xds.annotations.v3.FileStatusAnnotation)
}
// @@protoc_insertion_point(class_scope:xds.annotations.v3.FileStatusAnnotation)
private static final xds.annotations.v3.Status.FileStatusAnnotation DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new xds.annotations.v3.Status.FileStatusAnnotation();
}
public static xds.annotations.v3.Status.FileStatusAnnotation getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public FileStatusAnnotation parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public xds.annotations.v3.Status.FileStatusAnnotation getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MessageStatusAnnotationOrBuilder extends
// @@protoc_insertion_point(interface_extends:xds.annotations.v3.MessageStatusAnnotation)
com.google.protobuf.MessageOrBuilder {
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
boolean getWorkInProgress();
}
/**
* Protobuf type {@code xds.annotations.v3.MessageStatusAnnotation}
*/
public static final class MessageStatusAnnotation extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:xds.annotations.v3.MessageStatusAnnotation)
MessageStatusAnnotationOrBuilder {
private static final long serialVersionUID = 0L;
// Use MessageStatusAnnotation.newBuilder() to construct.
private MessageStatusAnnotation(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MessageStatusAnnotation() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new MessageStatusAnnotation();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_MessageStatusAnnotation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xds.annotations.v3.Status.MessageStatusAnnotation.class, xds.annotations.v3.Status.MessageStatusAnnotation.Builder.class);
}
public static final int WORK_IN_PROGRESS_FIELD_NUMBER = 1;
private boolean workInProgress_ = false;
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
@java.lang.Override
public boolean getWorkInProgress() {
return workInProgress_;
}
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 (workInProgress_ != false) {
output.writeBool(1, workInProgress_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (workInProgress_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(1, workInProgress_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof xds.annotations.v3.Status.MessageStatusAnnotation)) {
return super.equals(obj);
}
xds.annotations.v3.Status.MessageStatusAnnotation other = (xds.annotations.v3.Status.MessageStatusAnnotation) obj;
if (getWorkInProgress()
!= other.getWorkInProgress()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + WORK_IN_PROGRESS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getWorkInProgress());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static xds.annotations.v3.Status.MessageStatusAnnotation parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation 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 xds.annotations.v3.Status.MessageStatusAnnotation parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation 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 xds.annotations.v3.Status.MessageStatusAnnotation parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.MessageStatusAnnotation 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(xds.annotations.v3.Status.MessageStatusAnnotation 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 xds.annotations.v3.MessageStatusAnnotation}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:xds.annotations.v3.MessageStatusAnnotation)
xds.annotations.v3.Status.MessageStatusAnnotationOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_MessageStatusAnnotation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xds.annotations.v3.Status.MessageStatusAnnotation.class, xds.annotations.v3.Status.MessageStatusAnnotation.Builder.class);
}
// Construct using xds.annotations.v3.Status.MessageStatusAnnotation.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
workInProgress_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor;
}
@java.lang.Override
public xds.annotations.v3.Status.MessageStatusAnnotation getDefaultInstanceForType() {
return xds.annotations.v3.Status.MessageStatusAnnotation.getDefaultInstance();
}
@java.lang.Override
public xds.annotations.v3.Status.MessageStatusAnnotation build() {
xds.annotations.v3.Status.MessageStatusAnnotation result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public xds.annotations.v3.Status.MessageStatusAnnotation buildPartial() {
xds.annotations.v3.Status.MessageStatusAnnotation result = new xds.annotations.v3.Status.MessageStatusAnnotation(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(xds.annotations.v3.Status.MessageStatusAnnotation result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.workInProgress_ = workInProgress_;
}
}
@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 xds.annotations.v3.Status.MessageStatusAnnotation) {
return mergeFrom((xds.annotations.v3.Status.MessageStatusAnnotation)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(xds.annotations.v3.Status.MessageStatusAnnotation other) {
if (other == xds.annotations.v3.Status.MessageStatusAnnotation.getDefaultInstance()) return this;
if (other.getWorkInProgress() != false) {
setWorkInProgress(other.getWorkInProgress());
}
this.mergeUnknownFields(other.getUnknownFields());
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 {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8: {
workInProgress_ = input.readBool();
bitField0_ |= 0x00000001;
break;
} // case 8
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private boolean workInProgress_ ;
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
@java.lang.Override
public boolean getWorkInProgress() {
return workInProgress_;
}
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @param value The workInProgress to set.
* @return This builder for chaining.
*/
public Builder setWorkInProgress(boolean value) {
workInProgress_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return This builder for chaining.
*/
public Builder clearWorkInProgress() {
bitField0_ = (bitField0_ & ~0x00000001);
workInProgress_ = false;
onChanged();
return this;
}
@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:xds.annotations.v3.MessageStatusAnnotation)
}
// @@protoc_insertion_point(class_scope:xds.annotations.v3.MessageStatusAnnotation)
private static final xds.annotations.v3.Status.MessageStatusAnnotation DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new xds.annotations.v3.Status.MessageStatusAnnotation();
}
public static xds.annotations.v3.Status.MessageStatusAnnotation getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public MessageStatusAnnotation parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public xds.annotations.v3.Status.MessageStatusAnnotation getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface FieldStatusAnnotationOrBuilder extends
// @@protoc_insertion_point(interface_extends:xds.annotations.v3.FieldStatusAnnotation)
com.google.protobuf.MessageOrBuilder {
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
boolean getWorkInProgress();
}
/**
* Protobuf type {@code xds.annotations.v3.FieldStatusAnnotation}
*/
public static final class FieldStatusAnnotation extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:xds.annotations.v3.FieldStatusAnnotation)
FieldStatusAnnotationOrBuilder {
private static final long serialVersionUID = 0L;
// Use FieldStatusAnnotation.newBuilder() to construct.
private FieldStatusAnnotation(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FieldStatusAnnotation() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new FieldStatusAnnotation();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FieldStatusAnnotation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xds.annotations.v3.Status.FieldStatusAnnotation.class, xds.annotations.v3.Status.FieldStatusAnnotation.Builder.class);
}
public static final int WORK_IN_PROGRESS_FIELD_NUMBER = 1;
private boolean workInProgress_ = false;
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
@java.lang.Override
public boolean getWorkInProgress() {
return workInProgress_;
}
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 (workInProgress_ != false) {
output.writeBool(1, workInProgress_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (workInProgress_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(1, workInProgress_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof xds.annotations.v3.Status.FieldStatusAnnotation)) {
return super.equals(obj);
}
xds.annotations.v3.Status.FieldStatusAnnotation other = (xds.annotations.v3.Status.FieldStatusAnnotation) obj;
if (getWorkInProgress()
!= other.getWorkInProgress()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + WORK_IN_PROGRESS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getWorkInProgress());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static xds.annotations.v3.Status.FieldStatusAnnotation parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation 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 xds.annotations.v3.Status.FieldStatusAnnotation parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation 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 xds.annotations.v3.Status.FieldStatusAnnotation parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.FieldStatusAnnotation 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(xds.annotations.v3.Status.FieldStatusAnnotation 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 xds.annotations.v3.FieldStatusAnnotation}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:xds.annotations.v3.FieldStatusAnnotation)
xds.annotations.v3.Status.FieldStatusAnnotationOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FieldStatusAnnotation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xds.annotations.v3.Status.FieldStatusAnnotation.class, xds.annotations.v3.Status.FieldStatusAnnotation.Builder.class);
}
// Construct using xds.annotations.v3.Status.FieldStatusAnnotation.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
workInProgress_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor;
}
@java.lang.Override
public xds.annotations.v3.Status.FieldStatusAnnotation getDefaultInstanceForType() {
return xds.annotations.v3.Status.FieldStatusAnnotation.getDefaultInstance();
}
@java.lang.Override
public xds.annotations.v3.Status.FieldStatusAnnotation build() {
xds.annotations.v3.Status.FieldStatusAnnotation result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public xds.annotations.v3.Status.FieldStatusAnnotation buildPartial() {
xds.annotations.v3.Status.FieldStatusAnnotation result = new xds.annotations.v3.Status.FieldStatusAnnotation(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(xds.annotations.v3.Status.FieldStatusAnnotation result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.workInProgress_ = workInProgress_;
}
}
@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 xds.annotations.v3.Status.FieldStatusAnnotation) {
return mergeFrom((xds.annotations.v3.Status.FieldStatusAnnotation)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(xds.annotations.v3.Status.FieldStatusAnnotation other) {
if (other == xds.annotations.v3.Status.FieldStatusAnnotation.getDefaultInstance()) return this;
if (other.getWorkInProgress() != false) {
setWorkInProgress(other.getWorkInProgress());
}
this.mergeUnknownFields(other.getUnknownFields());
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 {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8: {
workInProgress_ = input.readBool();
bitField0_ |= 0x00000001;
break;
} // case 8
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private boolean workInProgress_ ;
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
@java.lang.Override
public boolean getWorkInProgress() {
return workInProgress_;
}
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @param value The workInProgress to set.
* @return This builder for chaining.
*/
public Builder setWorkInProgress(boolean value) {
workInProgress_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return This builder for chaining.
*/
public Builder clearWorkInProgress() {
bitField0_ = (bitField0_ & ~0x00000001);
workInProgress_ = false;
onChanged();
return this;
}
@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:xds.annotations.v3.FieldStatusAnnotation)
}
// @@protoc_insertion_point(class_scope:xds.annotations.v3.FieldStatusAnnotation)
private static final xds.annotations.v3.Status.FieldStatusAnnotation DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new xds.annotations.v3.Status.FieldStatusAnnotation();
}
public static xds.annotations.v3.Status.FieldStatusAnnotation getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public FieldStatusAnnotation parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public xds.annotations.v3.Status.FieldStatusAnnotation getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface StatusAnnotationOrBuilder extends
// @@protoc_insertion_point(interface_extends:xds.annotations.v3.StatusAnnotation)
com.google.protobuf.MessageOrBuilder {
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
boolean getWorkInProgress();
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @return The enum numeric value on the wire for packageVersionStatus.
*/
int getPackageVersionStatusValue();
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @return The packageVersionStatus.
*/
xds.annotations.v3.Status.PackageVersionStatus getPackageVersionStatus();
}
/**
* Protobuf type {@code xds.annotations.v3.StatusAnnotation}
*/
public static final class StatusAnnotation extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:xds.annotations.v3.StatusAnnotation)
StatusAnnotationOrBuilder {
private static final long serialVersionUID = 0L;
// Use StatusAnnotation.newBuilder() to construct.
private StatusAnnotation(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private StatusAnnotation() {
packageVersionStatus_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new StatusAnnotation();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_StatusAnnotation_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_StatusAnnotation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xds.annotations.v3.Status.StatusAnnotation.class, xds.annotations.v3.Status.StatusAnnotation.Builder.class);
}
public static final int WORK_IN_PROGRESS_FIELD_NUMBER = 1;
private boolean workInProgress_ = false;
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
@java.lang.Override
public boolean getWorkInProgress() {
return workInProgress_;
}
public static final int PACKAGE_VERSION_STATUS_FIELD_NUMBER = 2;
private int packageVersionStatus_ = 0;
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @return The enum numeric value on the wire for packageVersionStatus.
*/
@java.lang.Override public int getPackageVersionStatusValue() {
return packageVersionStatus_;
}
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @return The packageVersionStatus.
*/
@java.lang.Override public xds.annotations.v3.Status.PackageVersionStatus getPackageVersionStatus() {
xds.annotations.v3.Status.PackageVersionStatus result = xds.annotations.v3.Status.PackageVersionStatus.forNumber(packageVersionStatus_);
return result == null ? xds.annotations.v3.Status.PackageVersionStatus.UNRECOGNIZED : result;
}
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 (workInProgress_ != false) {
output.writeBool(1, workInProgress_);
}
if (packageVersionStatus_ != xds.annotations.v3.Status.PackageVersionStatus.UNKNOWN.getNumber()) {
output.writeEnum(2, packageVersionStatus_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (workInProgress_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(1, workInProgress_);
}
if (packageVersionStatus_ != xds.annotations.v3.Status.PackageVersionStatus.UNKNOWN.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(2, packageVersionStatus_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof xds.annotations.v3.Status.StatusAnnotation)) {
return super.equals(obj);
}
xds.annotations.v3.Status.StatusAnnotation other = (xds.annotations.v3.Status.StatusAnnotation) obj;
if (getWorkInProgress()
!= other.getWorkInProgress()) return false;
if (packageVersionStatus_ != other.packageVersionStatus_) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + WORK_IN_PROGRESS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getWorkInProgress());
hash = (37 * hash) + PACKAGE_VERSION_STATUS_FIELD_NUMBER;
hash = (53 * hash) + packageVersionStatus_;
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static xds.annotations.v3.Status.StatusAnnotation parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.StatusAnnotation parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.StatusAnnotation parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.StatusAnnotation parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.StatusAnnotation parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static xds.annotations.v3.Status.StatusAnnotation parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static xds.annotations.v3.Status.StatusAnnotation parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.StatusAnnotation 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 xds.annotations.v3.Status.StatusAnnotation parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.StatusAnnotation 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 xds.annotations.v3.Status.StatusAnnotation parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static xds.annotations.v3.Status.StatusAnnotation 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(xds.annotations.v3.Status.StatusAnnotation 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 xds.annotations.v3.StatusAnnotation}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:xds.annotations.v3.StatusAnnotation)
xds.annotations.v3.Status.StatusAnnotationOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_StatusAnnotation_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_StatusAnnotation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
xds.annotations.v3.Status.StatusAnnotation.class, xds.annotations.v3.Status.StatusAnnotation.Builder.class);
}
// Construct using xds.annotations.v3.Status.StatusAnnotation.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
workInProgress_ = false;
packageVersionStatus_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return xds.annotations.v3.Status.internal_static_xds_annotations_v3_StatusAnnotation_descriptor;
}
@java.lang.Override
public xds.annotations.v3.Status.StatusAnnotation getDefaultInstanceForType() {
return xds.annotations.v3.Status.StatusAnnotation.getDefaultInstance();
}
@java.lang.Override
public xds.annotations.v3.Status.StatusAnnotation build() {
xds.annotations.v3.Status.StatusAnnotation result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public xds.annotations.v3.Status.StatusAnnotation buildPartial() {
xds.annotations.v3.Status.StatusAnnotation result = new xds.annotations.v3.Status.StatusAnnotation(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(xds.annotations.v3.Status.StatusAnnotation result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.workInProgress_ = workInProgress_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.packageVersionStatus_ = packageVersionStatus_;
}
}
@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 xds.annotations.v3.Status.StatusAnnotation) {
return mergeFrom((xds.annotations.v3.Status.StatusAnnotation)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(xds.annotations.v3.Status.StatusAnnotation other) {
if (other == xds.annotations.v3.Status.StatusAnnotation.getDefaultInstance()) return this;
if (other.getWorkInProgress() != false) {
setWorkInProgress(other.getWorkInProgress());
}
if (other.packageVersionStatus_ != 0) {
setPackageVersionStatusValue(other.getPackageVersionStatusValue());
}
this.mergeUnknownFields(other.getUnknownFields());
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 {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8: {
workInProgress_ = input.readBool();
bitField0_ |= 0x00000001;
break;
} // case 8
case 16: {
packageVersionStatus_ = input.readEnum();
bitField0_ |= 0x00000002;
break;
} // case 16
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private boolean workInProgress_ ;
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return The workInProgress.
*/
@java.lang.Override
public boolean getWorkInProgress() {
return workInProgress_;
}
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @param value The workInProgress to set.
* @return This builder for chaining.
*/
public Builder setWorkInProgress(boolean value) {
workInProgress_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* The entity is work-in-progress and subject to breaking changes.
*
*
* bool work_in_progress = 1;
* @return This builder for chaining.
*/
public Builder clearWorkInProgress() {
bitField0_ = (bitField0_ & ~0x00000001);
workInProgress_ = false;
onChanged();
return this;
}
private int packageVersionStatus_ = 0;
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @return The enum numeric value on the wire for packageVersionStatus.
*/
@java.lang.Override public int getPackageVersionStatusValue() {
return packageVersionStatus_;
}
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @param value The enum numeric value on the wire for packageVersionStatus to set.
* @return This builder for chaining.
*/
public Builder setPackageVersionStatusValue(int value) {
packageVersionStatus_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @return The packageVersionStatus.
*/
@java.lang.Override
public xds.annotations.v3.Status.PackageVersionStatus getPackageVersionStatus() {
xds.annotations.v3.Status.PackageVersionStatus result = xds.annotations.v3.Status.PackageVersionStatus.forNumber(packageVersionStatus_);
return result == null ? xds.annotations.v3.Status.PackageVersionStatus.UNRECOGNIZED : result;
}
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @param value The packageVersionStatus to set.
* @return This builder for chaining.
*/
public Builder setPackageVersionStatus(xds.annotations.v3.Status.PackageVersionStatus value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
packageVersionStatus_ = value.getNumber();
onChanged();
return this;
}
/**
*
* The entity belongs to a package with the given version status.
*
*
* .xds.annotations.v3.PackageVersionStatus package_version_status = 2;
* @return This builder for chaining.
*/
public Builder clearPackageVersionStatus() {
bitField0_ = (bitField0_ & ~0x00000002);
packageVersionStatus_ = 0;
onChanged();
return this;
}
@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:xds.annotations.v3.StatusAnnotation)
}
// @@protoc_insertion_point(class_scope:xds.annotations.v3.StatusAnnotation)
private static final xds.annotations.v3.Status.StatusAnnotation DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new xds.annotations.v3.Status.StatusAnnotation();
}
public static xds.annotations.v3.Status.StatusAnnotation getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public StatusAnnotation parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public xds.annotations.v3.Status.StatusAnnotation getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public static final int FILE_STATUS_FIELD_NUMBER = 226829418;
/**
* extend .google.protobuf.FileOptions { ... }
*/
public static final
com.google.protobuf.GeneratedMessage.GeneratedExtension<
com.google.protobuf.DescriptorProtos.FileOptions,
xds.annotations.v3.Status.FileStatusAnnotation> fileStatus = com.google.protobuf.GeneratedMessage
.newFileScopedGeneratedExtension(
xds.annotations.v3.Status.FileStatusAnnotation.class,
xds.annotations.v3.Status.FileStatusAnnotation.getDefaultInstance());
public static final int MESSAGE_STATUS_FIELD_NUMBER = 226829418;
/**
* extend .google.protobuf.MessageOptions { ... }
*/
public static final
com.google.protobuf.GeneratedMessage.GeneratedExtension<
com.google.protobuf.DescriptorProtos.MessageOptions,
xds.annotations.v3.Status.MessageStatusAnnotation> messageStatus = com.google.protobuf.GeneratedMessage
.newFileScopedGeneratedExtension(
xds.annotations.v3.Status.MessageStatusAnnotation.class,
xds.annotations.v3.Status.MessageStatusAnnotation.getDefaultInstance());
public static final int FIELD_STATUS_FIELD_NUMBER = 226829418;
/**
* extend .google.protobuf.FieldOptions { ... }
*/
public static final
com.google.protobuf.GeneratedMessage.GeneratedExtension<
com.google.protobuf.DescriptorProtos.FieldOptions,
xds.annotations.v3.Status.FieldStatusAnnotation> fieldStatus = com.google.protobuf.GeneratedMessage
.newFileScopedGeneratedExtension(
xds.annotations.v3.Status.FieldStatusAnnotation.class,
xds.annotations.v3.Status.FieldStatusAnnotation.getDefaultInstance());
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_xds_annotations_v3_FileStatusAnnotation_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_xds_annotations_v3_MessageStatusAnnotation_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_xds_annotations_v3_FieldStatusAnnotation_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_xds_annotations_v3_StatusAnnotation_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_xds_annotations_v3_StatusAnnotation_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\037xds/annotations/v3/status.proto\022\022xds.a" +
"nnotations.v3\032 google/protobuf/descripto" +
"r.proto\"0\n\024FileStatusAnnotation\022\030\n\020work_" +
"in_progress\030\001 \001(\010\"3\n\027MessageStatusAnnota" +
"tion\022\030\n\020work_in_progress\030\001 \001(\010\"1\n\025FieldS" +
"tatusAnnotation\022\030\n\020work_in_progress\030\001 \001(" +
"\010\"v\n\020StatusAnnotation\022\030\n\020work_in_progres" +
"s\030\001 \001(\010\022H\n\026package_version_status\030\002 \001(\0162" +
"(.xds.annotations.v3.PackageVersionStatu" +
"s*]\n\024PackageVersionStatus\022\013\n\007UNKNOWN\020\000\022\n" +
"\n\006FROZEN\020\001\022\n\n\006ACTIVE\020\002\022 \n\034NEXT_MAJOR_VER" +
"SION_CANDIDATE\020\003:^\n\013file_status\022\034.google" +
".protobuf.FileOptions\030\352\310\224l \001(\0132(.xds.ann" +
"otations.v3.FileStatusAnnotation:g\n\016mess" +
"age_status\022\037.google.protobuf.MessageOpti" +
"ons\030\352\310\224l \001(\0132+.xds.annotations.v3.Messag" +
"eStatusAnnotation:a\n\014field_status\022\035.goog" +
"le.protobuf.FieldOptions\030\352\310\224l \001(\0132).xds." +
"annotations.v3.FieldStatusAnnotationB+Z)" +
"github.com/cncf/xds/go/xds/annotations/v" +
"3b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.DescriptorProtos.getDescriptor(),
});
internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_xds_annotations_v3_FileStatusAnnotation_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor,
new java.lang.String[] { "WorkInProgress", });
internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_xds_annotations_v3_MessageStatusAnnotation_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor,
new java.lang.String[] { "WorkInProgress", });
internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_xds_annotations_v3_FieldStatusAnnotation_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor,
new java.lang.String[] { "WorkInProgress", });
internal_static_xds_annotations_v3_StatusAnnotation_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_xds_annotations_v3_StatusAnnotation_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_xds_annotations_v3_StatusAnnotation_descriptor,
new java.lang.String[] { "WorkInProgress", "PackageVersionStatus", });
fileStatus.internalInit(descriptor.getExtensions().get(0));
messageStatus.internalInit(descriptor.getExtensions().get(1));
fieldStatus.internalInit(descriptor.getExtensions().get(2));
com.google.protobuf.DescriptorProtos.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy