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 (#134)

- [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 19, 2021
1 parent aa0484b commit c8fc84b
Show file tree
Hide file tree
Showing 74 changed files with 277 additions and 277 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-appengine-admin</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-appengine-admin:2.1.1'
implementation 'com.google.cloud:google-cloud-appengine-admin:2.1.2'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.1.1"
libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.1.2"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,13 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (login_ != com.google.appengine.v1.LoginRequirement.LOGIN_UNSPECIFIED.getNumber()) {
output.writeEnum(2, login_);
}
if (!getScriptBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(script_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, script_);
}
if (securityLevel_ != com.google.appengine.v1.SecurityLevel.SECURE_UNSPECIFIED.getNumber()) {
output.writeEnum(4, securityLevel_);
}
if (!getUrlBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(url_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, url_);
}
unknownFields.writeTo(output);
Expand All @@ -400,13 +400,13 @@ public int getSerializedSize() {
if (login_ != com.google.appengine.v1.LoginRequirement.LOGIN_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, login_);
}
if (!getScriptBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(script_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, script_);
}
if (securityLevel_ != com.google.appengine.v1.SecurityLevel.SECURE_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, securityLevel_);
}
if (!getUrlBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(url_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, url_);
}
size += unknownFields.getSerializedSize();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getScriptPathBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scriptPath_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, scriptPath_);
}
size += unknownFields.getSerializedSize();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1006,13 +1006,13 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (enabled_ != false) {
output.writeBool(1, enabled_);
}
if (!getOauth2ClientIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oauth2ClientId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, oauth2ClientId_);
}
if (!getOauth2ClientSecretBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oauth2ClientSecret_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, oauth2ClientSecret_);
}
if (!getOauth2ClientSecretSha256Bytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oauth2ClientSecretSha256_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, oauth2ClientSecretSha256_);
}
unknownFields.writeTo(output);
Expand All @@ -1027,13 +1027,13 @@ public int getSerializedSize() {
if (enabled_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, enabled_);
}
if (!getOauth2ClientIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oauth2ClientId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, oauth2ClientId_);
}
if (!getOauth2ClientSecretBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oauth2ClientSecret_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, oauth2ClientSecret_);
}
if (!getOauth2ClientSecretSha256Bytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oauth2ClientSecretSha256_)) {
size +=
com.google.protobuf.GeneratedMessageV3.computeStringSize(4, oauth2ClientSecretSha256_);
}
Expand Down Expand Up @@ -3224,22 +3224,22 @@ 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_);
}
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, id_);
}
for (int i = 0; i < dispatchRules_.size(); i++) {
output.writeMessage(3, dispatchRules_.get(i));
}
if (!getAuthDomainBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(authDomain_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, authDomain_);
}
if (!getLocationIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, locationId_);
}
if (!getCodeBucketBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(codeBucket_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, codeBucket_);
}
if (defaultCookieExpiration_ != null) {
Expand All @@ -3249,16 +3249,16 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
!= com.google.appengine.v1.Application.ServingStatus.UNSPECIFIED.getNumber()) {
output.writeEnum(10, servingStatus_);
}
if (!getDefaultHostnameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultHostname_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, defaultHostname_);
}
if (!getDefaultBucketBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultBucket_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, defaultBucket_);
}
if (iap_ != null) {
output.writeMessage(14, getIap());
}
if (!getGcrDomainBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gcrDomain_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 16, gcrDomain_);
}
if (databaseType_
Expand All @@ -3277,22 +3277,22 @@ 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_);
}
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, id_);
}
for (int i = 0; i < dispatchRules_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, dispatchRules_.get(i));
}
if (!getAuthDomainBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(authDomain_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, authDomain_);
}
if (!getLocationIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, locationId_);
}
if (!getCodeBucketBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(codeBucket_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, codeBucket_);
}
if (defaultCookieExpiration_ != null) {
Expand All @@ -3303,16 +3303,16 @@ public int getSerializedSize() {
!= com.google.appengine.v1.Application.ServingStatus.UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(10, servingStatus_);
}
if (!getDefaultHostnameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultHostname_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, defaultHostname_);
}
if (!getDefaultBucketBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultBucket_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, defaultBucket_);
}
if (iap_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(14, getIap());
}
if (!getGcrDomainBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gcrDomain_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, gcrDomain_);
}
if (databaseType_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,13 +728,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_);
}
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, id_);
}
if (!getDisplayNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, displayName_);
}
for (int i = 0; i < domainNames_.size(); i++) {
Expand Down Expand Up @@ -765,13 +765,13 @@ 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_);
}
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, id_);
}
if (!getDisplayNameBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, displayName_);
}
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ 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_);
}
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, id_);
}
unknownFields.writeTo(output);
Expand All @@ -254,10 +254,10 @@ 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_);
}
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, id_);
}
size += unknownFields.getSerializedSize();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,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 < ingressRules_.size(); i++) {
Expand All @@ -279,7 +279,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_);
}
for (int i = 0; i < ingressRules_.size(); i++) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ public final boolean isInitialized() {

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

size = 0;
if (!getPublicCertificateBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(publicCertificate_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, publicCertificate_);
}
if (!getPrivateKeyBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(privateKey_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, privateKey_);
}
size += unknownFields.getSerializedSize();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getAppYamlPathBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appYamlPath_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, appYamlPath_);
}
if (cloudBuildTimeout_ != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getImageBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(image_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, image_);
}
size += unknownFields.getSerializedSize();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getParentBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (certificate_ != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getParentBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (domainMapping_ != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getParentBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (rule_ != null) {
Expand Down

0 comments on commit c8fc84b

Please sign in to comment.