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

Commit

Permalink
chore(ruby): Re-enable bigquery-storage-v1 generation, which also req…
Browse files Browse the repository at this point in the history
…uired updating protobuf from 3.15.3 to 3.18.1 for codegen (#565)

- [x] Regenerate this pull request now.

PiperOrigin-RevId: 403132955

Source-Link: googleapis/googleapis@d2977af

Source-Link: googleapis/googleapis-gen@99bb13c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTliYjEzYzgxM2MwZTljMjY4MmQwM2E4YjNjM2JjYjM4MmE5MDljOSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Oct 21, 2021
1 parent 93a0e6a commit 4ff1af7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
Expand Up @@ -441,7 +441,7 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
for (int i = 0; i < delegates_.size(); i++) {
Expand All @@ -462,7 +462,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
{
Expand Down
Expand Up @@ -230,7 +230,7 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getAccessTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accessToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, accessToken_);
}
if (expireTime_ != null) {
Expand All @@ -245,7 +245,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getAccessTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accessToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, accessToken_);
}
if (expireTime_ != null) {
Expand Down
Expand Up @@ -367,13 +367,13 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
for (int i = 0; i < delegates_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, delegates_.getRaw(i));
}
if (!getAudienceBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(audience_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, audience_);
}
if (includeEmail_ != false) {
Expand All @@ -388,7 +388,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
{
Expand All @@ -399,7 +399,7 @@ public int getSerializedSize() {
size += dataSize;
size += 1 * getDelegatesList().size();
}
if (!getAudienceBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(audience_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, audience_);
}
if (includeEmail_ != false) {
Expand Down
Expand Up @@ -166,7 +166,7 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(token_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, token_);
}
unknownFields.writeTo(output);
Expand All @@ -178,7 +178,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(token_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, token_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -308,7 +308,7 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
for (int i = 0; i < delegates_.size(); i++) {
Expand All @@ -326,7 +326,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
{
Expand Down
Expand Up @@ -190,7 +190,7 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getKeyIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, keyId_);
}
if (!signedBlob_.isEmpty()) {
Expand All @@ -205,7 +205,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getKeyIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, keyId_);
}
if (!signedBlob_.isEmpty()) {
Expand Down
Expand Up @@ -341,13 +341,13 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
for (int i = 0; i < delegates_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, delegates_.getRaw(i));
}
if (!getPayloadBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(payload_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, payload_);
}
unknownFields.writeTo(output);
Expand All @@ -359,7 +359,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
{
Expand All @@ -370,7 +370,7 @@ public int getSerializedSize() {
size += dataSize;
size += 1 * getDelegatesList().size();
}
if (!getPayloadBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(payload_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, payload_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -223,10 +223,10 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getKeyIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, keyId_);
}
if (!getSignedJwtBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(signedJwt_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, signedJwt_);
}
unknownFields.writeTo(output);
Expand All @@ -238,10 +238,10 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getKeyIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, keyId_);
}
if (!getSignedJwtBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(signedJwt_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, signedJwt_);
}
size += unknownFields.getSerializedSize();
Expand Down

0 comments on commit 4ff1af7

Please sign in to comment.