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

- [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 c00ffbb commit b8c018a
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 69 deletions.
6 changes: 3 additions & 3 deletions README.md
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-debugger-client</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-debugger-client:1.1.2'
implementation 'com.google.cloud:google-cloud-debugger-client:1.1.3'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.1.3"
```

## Authentication
Expand Down
Expand Up @@ -1618,13 +1618,13 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_);
}
if (location_ != null) {
output.writeMessage(2, getLocation());
}
if (!getConditionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(condition_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, condition_);
}
for (int i = 0; i < expressions_.size(); i++) {
Expand Down Expand Up @@ -1654,13 +1654,13 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (action_ != com.google.devtools.clouddebugger.v2.Breakpoint.Action.CAPTURE.getNumber()) {
output.writeEnum(13, action_);
}
if (!getLogMessageFormatBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(logMessageFormat_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, logMessageFormat_);
}
if (logLevel_ != com.google.devtools.clouddebugger.v2.Breakpoint.LogLevel.INFO.getNumber()) {
output.writeEnum(15, logLevel_);
}
if (!getUserEmailBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userEmail_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 16, userEmail_);
}
com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
Expand All @@ -1674,13 +1674,13 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, id_);
}
if (location_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getLocation());
}
if (!getConditionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(condition_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, condition_);
}
{
Expand Down Expand Up @@ -1716,13 +1716,13 @@ public int getSerializedSize() {
if (action_ != com.google.devtools.clouddebugger.v2.Breakpoint.Action.CAPTURE.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(13, action_);
}
if (!getLogMessageFormatBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(logMessageFormat_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, logMessageFormat_);
}
if (logLevel_ != com.google.devtools.clouddebugger.v2.Breakpoint.LogLevel.INFO.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(15, logLevel_);
}
if (!getUserEmailBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userEmail_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, userEmail_);
}
for (java.util.Map.Entry<java.lang.String, java.lang.String> entry :
Expand Down
Expand Up @@ -871,22 +871,22 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_);
}
if (!getProjectBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(project_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, project_);
}
if (!getUniquifierBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uniquifier_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, uniquifier_);
}
if (!getDescriptionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, description_);
}
if (isInactive_ != false) {
output.writeBool(5, isInactive_);
}
if (!getAgentVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(agentVersion_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, agentVersion_);
}
if (isDisabled_ != false) {
Expand All @@ -912,22 +912,22 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, id_);
}
if (!getProjectBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(project_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, project_);
}
if (!getUniquifierBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uniquifier_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, uniquifier_);
}
if (!getDescriptionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, description_);
}
if (isInactive_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, isInactive_);
}
if (!getAgentVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(agentVersion_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, agentVersion_);
}
if (isDisabled_ != false) {
Expand Down
Expand Up @@ -290,13 +290,13 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, debuggeeId_);
}
if (!getBreakpointIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(breakpointId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, breakpointId_);
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, clientVersion_);
}
unknownFields.writeTo(output);
Expand All @@ -308,13 +308,13 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, debuggeeId_);
}
if (!getBreakpointIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(breakpointId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, breakpointId_);
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, clientVersion_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -262,7 +262,7 @@ public final boolean isInitialized() {

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

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

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, debuggeeId_);
}
if (!getBreakpointIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(breakpointId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, breakpointId_);
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, clientVersion_);
}
unknownFields.writeTo(output);
Expand All @@ -308,13 +308,13 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, debuggeeId_);
}
if (!getBreakpointIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(breakpointId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, breakpointId_);
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, clientVersion_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -264,10 +264,10 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, debuggeeId_);
}
if (!getWaitTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(waitToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, waitToken_);
}
if (successOnTimeout_ != false) {
Expand All @@ -282,10 +282,10 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, debuggeeId_);
}
if (!getWaitTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(waitToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, waitToken_);
}
if (successOnTimeout_ != false) {
Expand Down
Expand Up @@ -296,7 +296,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < breakpoints_.size(); i++) {
output.writeMessage(1, breakpoints_.get(i));
}
if (!getNextWaitTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextWaitToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextWaitToken_);
}
if (waitExpired_ != false) {
Expand All @@ -314,7 +314,7 @@ public int getSerializedSize() {
for (int i = 0; i < breakpoints_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, breakpoints_.get(i));
}
if (!getNextWaitTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextWaitToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextWaitToken_);
}
if (waitExpired_ != false) {
Expand Down
Expand Up @@ -1113,7 +1113,7 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, debuggeeId_);
}
if (includeAllUsers_ != false) {
Expand All @@ -1128,10 +1128,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (stripResults_ != false) {
output.writeBool(5, stripResults_);
}
if (!getWaitTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(waitToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, waitToken_);
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, clientVersion_);
}
unknownFields.writeTo(output);
Expand All @@ -1143,7 +1143,7 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, debuggeeId_);
}
if (includeAllUsers_ != false) {
Expand All @@ -1158,10 +1158,10 @@ public int getSerializedSize() {
if (stripResults_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, stripResults_);
}
if (!getWaitTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(waitToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, waitToken_);
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, clientVersion_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -281,7 +281,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < breakpoints_.size(); i++) {
output.writeMessage(1, breakpoints_.get(i));
}
if (!getNextWaitTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextWaitToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextWaitToken_);
}
unknownFields.writeTo(output);
Expand All @@ -296,7 +296,7 @@ public int getSerializedSize() {
for (int i = 0; i < breakpoints_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, breakpoints_.get(i));
}
if (!getNextWaitTokenBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextWaitToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextWaitToken_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -257,13 +257,13 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getProjectBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(project_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, project_);
}
if (includeInactive_ != false) {
output.writeBool(3, includeInactive_);
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, clientVersion_);
}
unknownFields.writeTo(output);
Expand All @@ -275,13 +275,13 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getProjectBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(project_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, project_);
}
if (includeInactive_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, includeInactive_);
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, clientVersion_);
}
size += unknownFields.getSerializedSize();
Expand Down
Expand Up @@ -306,13 +306,13 @@ public final boolean isInitialized() {

@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, debuggeeId_);
}
if (breakpoint_ != null) {
output.writeMessage(2, getBreakpoint());
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, clientVersion_);
}
unknownFields.writeTo(output);
Expand All @@ -324,13 +324,13 @@ public int getSerializedSize() {
if (size != -1) return size;

size = 0;
if (!getDebuggeeIdBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(debuggeeId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, debuggeeId_);
}
if (breakpoint_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getBreakpoint());
}
if (!getClientVersionBytes().isEmpty()) {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientVersion_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, clientVersion_);
}
size += unknownFields.getSerializedSize();
Expand Down

0 comments on commit b8c018a

Please sign in to comment.