Skip to content

Commit

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

PiperOrigin-RevId: 477955264

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

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4abcbcaec855e74a0b22a4988cf9e0eb61a83094
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Oct 3, 2022
1 parent 39cf046 commit 7407d6e
Show file tree
Hide file tree
Showing 94 changed files with 5,437 additions and 8,336 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,85 +59,6 @@ public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}

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

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

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

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

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

component_ = s;
break;
}
case 50:
{
controlFile_ = input.readBytes();
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.devtools.artifactregistry.v1.AptArtifactProto
.internal_static_google_devtools_artifactregistry_v1_AptArtifact_descriptor;
Expand Down Expand Up @@ -602,7 +523,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (!controlFile_.isEmpty()) {
output.writeBytes(6, controlFile_);
}
unknownFields.writeTo(output);
getUnknownFields().writeTo(output);
}

@java.lang.Override
Expand Down Expand Up @@ -631,7 +552,7 @@ public int getSerializedSize() {
if (!controlFile_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream.computeBytesSize(6, controlFile_);
}
size += unknownFields.getSerializedSize();
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
Expand All @@ -653,7 +574,7 @@ public boolean equals(final java.lang.Object obj) {
if (!getArchitecture().equals(other.getArchitecture())) return false;
if (!getComponent().equals(other.getComponent())) return false;
if (!getControlFile().equals(other.getControlFile())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}

Expand All @@ -676,7 +597,7 @@ public int hashCode() {
hash = (53 * hash) + getComponent().hashCode();
hash = (37 * hash) + CONTROL_FILE_FIELD_NUMBER;
hash = (53 * hash) + getControlFile().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
Expand Down Expand Up @@ -807,17 +728,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}

// Construct using com.google.devtools.artifactregistry.v1.AptArtifact.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 @@ -940,7 +854,7 @@ public Builder mergeFrom(com.google.devtools.artifactregistry.v1.AptArtifact oth
if (other.getControlFile() != com.google.protobuf.ByteString.EMPTY) {
setControlFile(other.getControlFile());
}
this.mergeUnknownFields(other.unknownFields);
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
Expand All @@ -955,18 +869,67 @@ public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.devtools.artifactregistry.v1.AptArtifact 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:
{
packageName_ = input.readStringRequireUtf8();

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

break;
} // case 24
case 34:
{
architecture_ = input.readStringRequireUtf8();

break;
} // case 34
case 42:
{
component_ = input.readStringRequireUtf8();

break;
} // case 42
case 50:
{
controlFile_ = input.readBytes();

break;
} // case 50
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.devtools.artifactregistry.v1.AptArtifact) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
onChanged();
} // finally
return this;
}

Expand Down Expand Up @@ -1585,7 +1548,18 @@ public AptArtifact parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new AptArtifact(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 7407d6e

Please sign in to comment.