Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.7 (#1273)
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 a83e1f7 commit 16b0ddb
Show file tree
Hide file tree
Showing 198 changed files with 13,471 additions and 20,706 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,150 +53,6 @@ public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}

private AnnotationPayload(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
java.lang.String s = input.readStringRequireUtf8();

annotationSpecId_ = s;
break;
}
case 18:
{
com.google.cloud.automl.v1.TranslationAnnotation.Builder subBuilder = null;
if (detailCase_ == 2) {
subBuilder =
((com.google.cloud.automl.v1.TranslationAnnotation) detail_).toBuilder();
}
detail_ =
input.readMessage(
com.google.cloud.automl.v1.TranslationAnnotation.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((com.google.cloud.automl.v1.TranslationAnnotation) detail_);
detail_ = subBuilder.buildPartial();
}
detailCase_ = 2;
break;
}
case 26:
{
com.google.cloud.automl.v1.ClassificationAnnotation.Builder subBuilder = null;
if (detailCase_ == 3) {
subBuilder =
((com.google.cloud.automl.v1.ClassificationAnnotation) detail_).toBuilder();
}
detail_ =
input.readMessage(
com.google.cloud.automl.v1.ClassificationAnnotation.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((com.google.cloud.automl.v1.ClassificationAnnotation) detail_);
detail_ = subBuilder.buildPartial();
}
detailCase_ = 3;
break;
}
case 34:
{
com.google.cloud.automl.v1.ImageObjectDetectionAnnotation.Builder subBuilder = null;
if (detailCase_ == 4) {
subBuilder =
((com.google.cloud.automl.v1.ImageObjectDetectionAnnotation) detail_)
.toBuilder();
}
detail_ =
input.readMessage(
com.google.cloud.automl.v1.ImageObjectDetectionAnnotation.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(
(com.google.cloud.automl.v1.ImageObjectDetectionAnnotation) detail_);
detail_ = subBuilder.buildPartial();
}
detailCase_ = 4;
break;
}
case 42:
{
java.lang.String s = input.readStringRequireUtf8();

displayName_ = s;
break;
}
case 50:
{
com.google.cloud.automl.v1.TextExtractionAnnotation.Builder subBuilder = null;
if (detailCase_ == 6) {
subBuilder =
((com.google.cloud.automl.v1.TextExtractionAnnotation) detail_).toBuilder();
}
detail_ =
input.readMessage(
com.google.cloud.automl.v1.TextExtractionAnnotation.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((com.google.cloud.automl.v1.TextExtractionAnnotation) detail_);
detail_ = subBuilder.buildPartial();
}
detailCase_ = 6;
break;
}
case 58:
{
com.google.cloud.automl.v1.TextSentimentAnnotation.Builder subBuilder = null;
if (detailCase_ == 7) {
subBuilder =
((com.google.cloud.automl.v1.TextSentimentAnnotation) detail_).toBuilder();
}
detail_ =
input.readMessage(
com.google.cloud.automl.v1.TextSentimentAnnotation.parser(),
extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((com.google.cloud.automl.v1.TextSentimentAnnotation) detail_);
detail_ = subBuilder.buildPartial();
}
detailCase_ = 7;
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 {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.automl.v1.AnnotationPayloadOuterClass
.internal_static_google_cloud_automl_v1_AnnotationPayload_descriptor;
Expand Down Expand Up @@ -671,7 +527,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (detailCase_ == 7) {
output.writeMessage(7, (com.google.cloud.automl.v1.TextSentimentAnnotation) detail_);
}
unknownFields.writeTo(output);
getUnknownFields().writeTo(output);
}

@java.lang.Override
Expand Down Expand Up @@ -711,7 +567,7 @@ public int getSerializedSize() {
com.google.protobuf.CodedOutputStream.computeMessageSize(
7, (com.google.cloud.automl.v1.TextSentimentAnnotation) detail_);
}
size += unknownFields.getSerializedSize();
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
Expand Down Expand Up @@ -749,7 +605,7 @@ public boolean equals(final java.lang.Object obj) {
case 0:
default:
}
if (!unknownFields.equals(other.unknownFields)) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}

Expand Down Expand Up @@ -788,7 +644,7 @@ public int hashCode() {
case 0:
default:
}
hash = (29 * hash) + unknownFields.hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
Expand Down Expand Up @@ -917,22 +773,30 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}

// Construct using com.google.cloud.automl.v1.AnnotationPayload.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
public Builder clear() {
super.clear();
if (translationBuilder_ != null) {
translationBuilder_.clear();
}
if (classificationBuilder_ != null) {
classificationBuilder_.clear();
}
if (imageObjectDetectionBuilder_ != null) {
imageObjectDetectionBuilder_.clear();
}
if (textExtractionBuilder_ != null) {
textExtractionBuilder_.clear();
}
if (textSentimentBuilder_ != null) {
textSentimentBuilder_.clear();
}
annotationSpecId_ = "";

displayName_ = "";
Expand Down Expand Up @@ -1092,7 +956,7 @@ public Builder mergeFrom(com.google.cloud.automl.v1.AnnotationPayload other) {
break;
}
}
this.mergeUnknownFields(other.unknownFields);
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
Expand All @@ -1107,17 +971,74 @@ public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.cloud.automl.v1.AnnotationPayload 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:
{
annotationSpecId_ = input.readStringRequireUtf8();

break;
} // case 10
case 18:
{
input.readMessage(getTranslationFieldBuilder().getBuilder(), extensionRegistry);
detailCase_ = 2;
break;
} // case 18
case 26:
{
input.readMessage(getClassificationFieldBuilder().getBuilder(), extensionRegistry);
detailCase_ = 3;
break;
} // case 26
case 34:
{
input.readMessage(
getImageObjectDetectionFieldBuilder().getBuilder(), extensionRegistry);
detailCase_ = 4;
break;
} // case 34
case 42:
{
displayName_ = input.readStringRequireUtf8();

break;
} // case 42
case 50:
{
input.readMessage(getTextExtractionFieldBuilder().getBuilder(), extensionRegistry);
detailCase_ = 6;
break;
} // case 50
case 58:
{
input.readMessage(getTextSentimentFieldBuilder().getBuilder(), extensionRegistry);
detailCase_ = 7;
break;
} // case 58
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.automl.v1.AnnotationPayload) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
onChanged();
} // finally
return this;
}

Expand Down Expand Up @@ -2482,7 +2403,18 @@ public AnnotationPayload parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new AnnotationPayload(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 16b0ddb

Please sign in to comment.