io.temporal.api.taskqueue.v1.CompatibleVersionSet Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/taskqueue/v1/message.proto
package io.temporal.api.taskqueue.v1;
/**
*
* Used by the worker versioning APIs, represents an unordered set of one or more versions which are
* considered to be compatible with each other. Currently the versions are always worker build IDs.
*
*
* Protobuf type {@code temporal.api.taskqueue.v1.CompatibleVersionSet}
*/
@javax.annotation.Generated(value="protoc", comments="annotations:CompatibleVersionSet.java.pb.meta")
public final class CompatibleVersionSet extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:temporal.api.taskqueue.v1.CompatibleVersionSet)
CompatibleVersionSetOrBuilder {
private static final long serialVersionUID = 0L;
// Use CompatibleVersionSet.newBuilder() to construct.
private CompatibleVersionSet(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CompatibleVersionSet() {
buildIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CompatibleVersionSet();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CompatibleVersionSet(
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: {
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
buildIds_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000001;
}
buildIds_.add(s);
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 {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
buildIds_ = buildIds_.getUnmodifiableView();
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.temporal.api.taskqueue.v1.MessageProto.internal_static_temporal_api_taskqueue_v1_CompatibleVersionSet_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.temporal.api.taskqueue.v1.MessageProto.internal_static_temporal_api_taskqueue_v1_CompatibleVersionSet_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.temporal.api.taskqueue.v1.CompatibleVersionSet.class, io.temporal.api.taskqueue.v1.CompatibleVersionSet.Builder.class);
}
public static final int BUILD_IDS_FIELD_NUMBER = 1;
private com.google.protobuf.LazyStringList buildIds_;
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @return A list containing the buildIds.
*/
public com.google.protobuf.ProtocolStringList
getBuildIdsList() {
return buildIds_;
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @return The count of buildIds.
*/
public int getBuildIdsCount() {
return buildIds_.size();
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param index The index of the element to return.
* @return The buildIds at the given index.
*/
public java.lang.String getBuildIds(int index) {
return buildIds_.get(index);
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param index The index of the value to return.
* @return The bytes of the buildIds at the given index.
*/
public com.google.protobuf.ByteString
getBuildIdsBytes(int index) {
return buildIds_.getByteString(index);
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
for (int i = 0; i < buildIds_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, buildIds_.getRaw(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
{
int dataSize = 0;
for (int i = 0; i < buildIds_.size(); i++) {
dataSize += computeStringSizeNoTag(buildIds_.getRaw(i));
}
size += dataSize;
size += 1 * getBuildIdsList().size();
}
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.temporal.api.taskqueue.v1.CompatibleVersionSet)) {
return super.equals(obj);
}
io.temporal.api.taskqueue.v1.CompatibleVersionSet other = (io.temporal.api.taskqueue.v1.CompatibleVersionSet) obj;
if (!getBuildIdsList()
.equals(other.getBuildIdsList())) 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 (getBuildIdsCount() > 0) {
hash = (37 * hash) + BUILD_IDS_FIELD_NUMBER;
hash = (53 * hash) + getBuildIdsList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet 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.temporal.api.taskqueue.v1.CompatibleVersionSet parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet 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.temporal.api.taskqueue.v1.CompatibleVersionSet parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet 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.temporal.api.taskqueue.v1.CompatibleVersionSet 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;
}
/**
*
* Used by the worker versioning APIs, represents an unordered set of one or more versions which are
* considered to be compatible with each other. Currently the versions are always worker build IDs.
*
*
* Protobuf type {@code temporal.api.taskqueue.v1.CompatibleVersionSet}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:temporal.api.taskqueue.v1.CompatibleVersionSet)
io.temporal.api.taskqueue.v1.CompatibleVersionSetOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.temporal.api.taskqueue.v1.MessageProto.internal_static_temporal_api_taskqueue_v1_CompatibleVersionSet_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.temporal.api.taskqueue.v1.MessageProto.internal_static_temporal_api_taskqueue_v1_CompatibleVersionSet_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.temporal.api.taskqueue.v1.CompatibleVersionSet.class, io.temporal.api.taskqueue.v1.CompatibleVersionSet.Builder.class);
}
// Construct using io.temporal.api.taskqueue.v1.CompatibleVersionSet.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();
buildIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.temporal.api.taskqueue.v1.MessageProto.internal_static_temporal_api_taskqueue_v1_CompatibleVersionSet_descriptor;
}
@java.lang.Override
public io.temporal.api.taskqueue.v1.CompatibleVersionSet getDefaultInstanceForType() {
return io.temporal.api.taskqueue.v1.CompatibleVersionSet.getDefaultInstance();
}
@java.lang.Override
public io.temporal.api.taskqueue.v1.CompatibleVersionSet build() {
io.temporal.api.taskqueue.v1.CompatibleVersionSet result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.temporal.api.taskqueue.v1.CompatibleVersionSet buildPartial() {
io.temporal.api.taskqueue.v1.CompatibleVersionSet result = new io.temporal.api.taskqueue.v1.CompatibleVersionSet(this);
int from_bitField0_ = bitField0_;
if (((bitField0_ & 0x00000001) != 0)) {
buildIds_ = buildIds_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.buildIds_ = buildIds_;
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.temporal.api.taskqueue.v1.CompatibleVersionSet) {
return mergeFrom((io.temporal.api.taskqueue.v1.CompatibleVersionSet)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.temporal.api.taskqueue.v1.CompatibleVersionSet other) {
if (other == io.temporal.api.taskqueue.v1.CompatibleVersionSet.getDefaultInstance()) return this;
if (!other.buildIds_.isEmpty()) {
if (buildIds_.isEmpty()) {
buildIds_ = other.buildIds_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureBuildIdsIsMutable();
buildIds_.addAll(other.buildIds_);
}
onChanged();
}
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.temporal.api.taskqueue.v1.CompatibleVersionSet parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (io.temporal.api.taskqueue.v1.CompatibleVersionSet) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.LazyStringList buildIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureBuildIdsIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
buildIds_ = new com.google.protobuf.LazyStringArrayList(buildIds_);
bitField0_ |= 0x00000001;
}
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @return A list containing the buildIds.
*/
public com.google.protobuf.ProtocolStringList
getBuildIdsList() {
return buildIds_.getUnmodifiableView();
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @return The count of buildIds.
*/
public int getBuildIdsCount() {
return buildIds_.size();
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param index The index of the element to return.
* @return The buildIds at the given index.
*/
public java.lang.String getBuildIds(int index) {
return buildIds_.get(index);
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param index The index of the value to return.
* @return The bytes of the buildIds at the given index.
*/
public com.google.protobuf.ByteString
getBuildIdsBytes(int index) {
return buildIds_.getByteString(index);
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param index The index to set the value at.
* @param value The buildIds to set.
* @return This builder for chaining.
*/
public Builder setBuildIds(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureBuildIdsIsMutable();
buildIds_.set(index, value);
onChanged();
return this;
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param value The buildIds to add.
* @return This builder for chaining.
*/
public Builder addBuildIds(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureBuildIdsIsMutable();
buildIds_.add(value);
onChanged();
return this;
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param values The buildIds to add.
* @return This builder for chaining.
*/
public Builder addAllBuildIds(
java.lang.Iterable values) {
ensureBuildIdsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, buildIds_);
onChanged();
return this;
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @return This builder for chaining.
*/
public Builder clearBuildIds() {
buildIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
* All the compatible versions, unordered, except for the last element, which is considered the set "default".
*
*
* repeated string build_ids = 1;
* @param value The bytes of the buildIds to add.
* @return This builder for chaining.
*/
public Builder addBuildIdsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureBuildIdsIsMutable();
buildIds_.add(value);
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:temporal.api.taskqueue.v1.CompatibleVersionSet)
}
// @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.CompatibleVersionSet)
private static final io.temporal.api.taskqueue.v1.CompatibleVersionSet DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.temporal.api.taskqueue.v1.CompatibleVersionSet();
}
public static io.temporal.api.taskqueue.v1.CompatibleVersionSet getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public CompatibleVersionSet parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CompatibleVersionSet(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.temporal.api.taskqueue.v1.CompatibleVersionSet getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy