Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.7 (#801)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 477955264

Source-Link: https://togithub.com/googleapis/googleapis/commit/a724450af76d0001f23602684c49cd6a4b3a5654

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4abcbcaec855e74a0b22a4988cf9e0eb61a83094
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Oct 3, 2022
1 parent 1f53f92 commit 087f850
Show file tree
Hide file tree
Showing 130 changed files with 8,114 additions and 12,975 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,153 +59,6 @@ public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}

private AnnotatedDataset(
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();

name_ = s;
break;
}
case 18:
{
java.lang.String s = input.readStringRequireUtf8();

displayName_ = s;
break;
}
case 24:
{
int rawValue = input.readEnum();

annotationSource_ = rawValue;
break;
}
case 32:
{
exampleCount_ = input.readInt64();
break;
}
case 40:
{
completedExampleCount_ = input.readInt64();
break;
}
case 50:
{
com.google.cloud.datalabeling.v1beta1.LabelStats.Builder subBuilder = null;
if (labelStats_ != null) {
subBuilder = labelStats_.toBuilder();
}
labelStats_ =
input.readMessage(
com.google.cloud.datalabeling.v1beta1.LabelStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(labelStats_);
labelStats_ = subBuilder.buildPartial();
}

break;
}
case 58:
{
com.google.protobuf.Timestamp.Builder subBuilder = null;
if (createTime_ != null) {
subBuilder = createTime_.toBuilder();
}
createTime_ =
input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(createTime_);
createTime_ = subBuilder.buildPartial();
}

break;
}
case 64:
{
int rawValue = input.readEnum();

annotationType_ = rawValue;
break;
}
case 74:
{
java.lang.String s = input.readStringRequireUtf8();

description_ = s;
break;
}
case 82:
{
com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata.Builder subBuilder =
null;
if (metadata_ != null) {
subBuilder = metadata_.toBuilder();
}
metadata_ =
input.readMessage(
com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(metadata_);
metadata_ = subBuilder.buildPartial();
}

break;
}
case 90:
{
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
blockingResources_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000001;
}
blockingResources_.add(s);
break;
}
default:
{
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
blockingResources_ = blockingResources_.getUnmodifiableView();
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.datalabeling.v1beta1.DatasetOuterClass
.internal_static_google_cloud_datalabeling_v1beta1_AnnotatedDataset_descriptor;
Expand Down Expand Up @@ -754,7 +607,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < blockingResources_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, blockingResources_.getRaw(i));
}
unknownFields.writeTo(output);
getUnknownFields().writeTo(output);
}

@java.lang.Override
Expand Down Expand Up @@ -805,7 +658,7 @@ public int getSerializedSize() {
size += dataSize;
size += 1 * getBlockingResourcesList().size();
}
size += unknownFields.getSerializedSize();
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
Expand Down Expand Up @@ -841,7 +694,7 @@ public boolean equals(final java.lang.Object obj) {
if (!getMetadata().equals(other.getMetadata())) return false;
}
if (!getBlockingResourcesList().equals(other.getBlockingResourcesList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}

Expand Down Expand Up @@ -882,7 +735,7 @@ public int hashCode() {
hash = (37 * hash) + BLOCKING_RESOURCES_FIELD_NUMBER;
hash = (53 * hash) + getBlockingResourcesList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
Expand Down Expand Up @@ -1014,17 +867,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}

// Construct using com.google.cloud.datalabeling.v1beta1.AnnotatedDataset.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder() {}

private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}

private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
}

@java.lang.Override
Expand Down Expand Up @@ -1212,7 +1058,7 @@ public Builder mergeFrom(com.google.cloud.datalabeling.v1beta1.AnnotatedDataset
}
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
Expand All @@ -1227,18 +1073,98 @@ public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.cloud.datalabeling.v1beta1.AnnotatedDataset parsedMessage = null;
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
name_ = input.readStringRequireUtf8();

break;
} // case 10
case 18:
{
displayName_ = input.readStringRequireUtf8();

break;
} // case 18
case 24:
{
annotationSource_ = input.readEnum();

break;
} // case 24
case 32:
{
exampleCount_ = input.readInt64();

break;
} // case 32
case 40:
{
completedExampleCount_ = input.readInt64();

break;
} // case 40
case 50:
{
input.readMessage(getLabelStatsFieldBuilder().getBuilder(), extensionRegistry);

break;
} // case 50
case 58:
{
input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry);

break;
} // case 58
case 64:
{
annotationType_ = input.readEnum();

break;
} // case 64
case 74:
{
description_ = input.readStringRequireUtf8();

break;
} // case 74
case 82:
{
input.readMessage(getMetadataFieldBuilder().getBuilder(), extensionRegistry);

break;
} // case 82
case 90:
{
java.lang.String s = input.readStringRequireUtf8();
ensureBlockingResourcesIsMutable();
blockingResources_.add(s);
break;
} // case 90
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) {
parsedMessage =
(com.google.cloud.datalabeling.v1beta1.AnnotatedDataset) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
onChanged();
} // finally
return this;
}

Expand Down Expand Up @@ -2659,7 +2585,18 @@ public AnnotatedDataset parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new AnnotatedDataset(input, extensionRegistry);
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();
}
};

Expand Down
Loading

0 comments on commit 087f850

Please sign in to comment.