Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
chore(bazel): update protobuf to v3.21.7 (#1079)
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 b1c16ae commit d3a72b8
Show file tree
Hide file tree
Showing 1,019 changed files with 73,043 additions and 114,491 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,89 +52,6 @@ public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}

private ActiveLearningConfig(
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 8:
{
humanLabelingBudget_ = input.readInt64();
humanLabelingBudgetCase_ = 1;
break;
}
case 16:
{
humanLabelingBudget_ = input.readInt32();
humanLabelingBudgetCase_ = 2;
break;
}
case 26:
{
com.google.cloud.aiplatform.v1.SampleConfig.Builder subBuilder = null;
if (sampleConfig_ != null) {
subBuilder = sampleConfig_.toBuilder();
}
sampleConfig_ =
input.readMessage(
com.google.cloud.aiplatform.v1.SampleConfig.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(sampleConfig_);
sampleConfig_ = subBuilder.buildPartial();
}

break;
}
case 34:
{
com.google.cloud.aiplatform.v1.TrainingConfig.Builder subBuilder = null;
if (trainingConfig_ != null) {
subBuilder = trainingConfig_.toBuilder();
}
trainingConfig_ =
input.readMessage(
com.google.cloud.aiplatform.v1.TrainingConfig.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(trainingConfig_);
trainingConfig_ = subBuilder.buildPartial();
}

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.aiplatform.v1.DataLabelingJobProto
.internal_static_google_cloud_aiplatform_v1_ActiveLearningConfig_descriptor;
Expand Down Expand Up @@ -398,7 +315,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (trainingConfig_ != null) {
output.writeMessage(4, getTrainingConfig());
}
unknownFields.writeTo(output);
getUnknownFields().writeTo(output);
}

@java.lang.Override
Expand All @@ -423,7 +340,7 @@ public int getSerializedSize() {
if (trainingConfig_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getTrainingConfig());
}
size += unknownFields.getSerializedSize();
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
Expand Down Expand Up @@ -458,7 +375,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 @@ -489,7 +406,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 @@ -620,17 +537,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}

// Construct using com.google.cloud.aiplatform.v1.ActiveLearningConfig.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 @@ -766,7 +676,7 @@ public Builder mergeFrom(com.google.cloud.aiplatform.v1.ActiveLearningConfig oth
break;
}
}
this.mergeUnknownFields(other.unknownFields);
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
Expand All @@ -781,18 +691,55 @@ public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.cloud.aiplatform.v1.ActiveLearningConfig 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 8:
{
humanLabelingBudget_ = input.readInt64();
humanLabelingBudgetCase_ = 1;
break;
} // case 8
case 16:
{
humanLabelingBudget_ = input.readInt32();
humanLabelingBudgetCase_ = 2;
break;
} // case 16
case 26:
{
input.readMessage(getSampleConfigFieldBuilder().getBuilder(), extensionRegistry);

break;
} // case 26
case 34:
{
input.readMessage(getTrainingConfigFieldBuilder().getBuilder(), extensionRegistry);

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

Expand Down Expand Up @@ -1379,7 +1326,18 @@ public ActiveLearningConfig parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ActiveLearningConfig(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 d3a72b8

Please sign in to comment.