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

- [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 a042af5 commit de5ea90
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-functions:2.2.0'
implementation 'com.google.cloud:google-cloud-functions:2.2.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.2.1"
```

## Authentication
Expand Down
Expand Up @@ -235,10 +235,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 (!getDataBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(data_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, data_);
}
unknownFields.writeTo(output);
Expand All @@ -250,10 +250,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 (!getDataBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(data_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, data_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -292,13 +292,13 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getExecutionIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(executionId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, executionId_);
}
if (!getResultBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(result_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, result_);
}
if (!getErrorBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(error_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, error_);
}
unknownFields.writeTo(output);
Expand All @@ -310,13 +310,13 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getExecutionIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(executionId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, executionId_);
}
if (!getResultBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(result_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, result_);
}
if (!getErrorBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(error_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, error_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -2051,10 +2051,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 (!getDescriptionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_);
}
if (sourceCodeCase_ == 3) {
Expand All @@ -2074,7 +2074,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
.getNumber()) {
output.writeEnum(7, status_);
}
if (!getEntryPointBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(entryPoint_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, entryPoint_);
}
if (timeout_ != null) {
Expand All @@ -2083,7 +2083,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (availableMemoryMb_ != 0) {
output.writeInt32(10, availableMemoryMb_);
}
if (!getServiceAccountEmailBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(serviceAccountEmail_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, serviceAccountEmail_);
}
if (updateTime_ != null) {
Expand All @@ -2102,16 +2102,16 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
internalGetEnvironmentVariables(),
EnvironmentVariablesDefaultEntryHolder.defaultEntry,
17);
if (!getNetworkBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(network_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 18, network_);
}
if (!getRuntimeBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(runtime_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 19, runtime_);
}
if (maxInstances_ != 0) {
output.writeInt32(20, maxInstances_);
}
if (!getVpcConnectorBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(vpcConnector_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 22, vpcConnector_);
}
if (vpcConnectorEgressSettings_
Expand All @@ -2125,7 +2125,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
.getNumber()) {
output.writeEnum(24, ingressSettings_);
}
if (!getBuildIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(buildId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 27, buildId_);
}
unknownFields.writeTo(output);
Expand All @@ -2137,10 +2137,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 (!getDescriptionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, description_);
}
if (sourceCodeCase_ == 3) {
Expand All @@ -2166,7 +2166,7 @@ public int getSerializedSize() {
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(7, status_);
}
if (!getEntryPointBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(entryPoint_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, entryPoint_);
}
if (timeout_ != null) {
Expand All @@ -2175,7 +2175,7 @@ public int getSerializedSize() {
if (availableMemoryMb_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(10, availableMemoryMb_);
}
if (!getServiceAccountEmailBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(serviceAccountEmail_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, serviceAccountEmail_);
}
if (updateTime_ != null) {
Expand Down Expand Up @@ -2207,16 +2207,16 @@ public int getSerializedSize() {
.build();
size += com.google.protobuf.CodedOutputStream.computeMessageSize(17, environmentVariables__);
}
if (!getNetworkBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(network_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, network_);
}
if (!getRuntimeBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(runtime_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(19, runtime_);
}
if (maxInstances_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(20, maxInstances_);
}
if (!getVpcConnectorBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(vpcConnector_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, vpcConnector_);
}
if (vpcConnectorEgressSettings_
Expand All @@ -2231,7 +2231,7 @@ public int getSerializedSize() {
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(24, ingressSettings_);
}
if (!getBuildIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(buildId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, buildId_);
}
size += unknownFields.getSerializedSize();
Expand Down
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 (!getLocationBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, location_);
}
if (function_ != null) {
Expand All @@ -265,7 +265,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getLocationBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, location_);
}
if (function_ != null) {
Expand Down
Expand Up @@ -178,7 +178,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_);
}
unknownFields.writeTo(output);
Expand All @@ -190,7 +190,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_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -409,13 +409,13 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getEventTypeBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(eventType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, eventType_);
}
if (!getResourceBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resource_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, resource_);
}
if (!getServiceBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(service_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, service_);
}
if (failurePolicy_ != null) {
Expand All @@ -430,13 +430,13 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getEventTypeBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(eventType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, eventType_);
}
if (!getResourceBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resource_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, resource_);
}
if (!getServiceBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(service_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, service_);
}
if (failurePolicy_ != null) {
Expand Down
Expand Up @@ -200,7 +200,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_);
}
if (versionId_ != 0L) {
Expand All @@ -215,7 +215,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_);
}
if (versionId_ != 0L) {
Expand Down
Expand Up @@ -176,7 +176,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getDownloadUrlBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(downloadUrl_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, downloadUrl_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -176,7 +176,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_);
}
unknownFields.writeTo(output);
Expand All @@ -188,7 +188,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_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -178,7 +178,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getUploadUrlBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uploadUrl_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, uploadUrl_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -178,7 +178,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_);
}
unknownFields.writeTo(output);
Expand All @@ -190,7 +190,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_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -387,7 +387,7 @@ public final boolean isInitialized() {

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

size = 0;
if (!getUrlBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(url_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, url_);
}
if (securityLevel_
Expand Down

0 comments on commit de5ea90

Please sign in to comment.