Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(generator): update protoc to v3.15.3 #898

Merged
merged 2 commits into from Mar 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -3788,6 +3788,18 @@ public interface AppendRowsResponseOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.bigquery.storage.v1alpha2.AppendRowsResponse)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* The row offset at which the last append occurred.
* </pre>
*
* <code>int64 offset = 1;</code>
*
* @return Whether the offset field is set.
*/
boolean hasOffset();
/**
*
*
Expand Down Expand Up @@ -4054,6 +4066,21 @@ public ResponseCase getResponseCase() {
}

public static final int OFFSET_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* The row offset at which the last append occurred.
* </pre>
*
* <code>int64 offset = 1;</code>
*
* @return Whether the offset field is set.
*/
@java.lang.Override
public boolean hasOffset() {
return responseCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -4610,6 +4637,20 @@ public Builder clearResponse() {
return this;
}

/**
*
*
* <pre>
* The row offset at which the last append occurred.
* </pre>
*
* <code>int64 offset = 1;</code>
*
* @return Whether the offset field is set.
*/
public boolean hasOffset() {
return responseCase_ == 1;
}
/**
*
*
Expand Down
18 changes: 9 additions & 9 deletions synth.metadata
Expand Up @@ -11,39 +11,39 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "3a942cda09b263d910454b584273b45eee03406c"
"sha": "d211c76dff747121d4560b55818c10bf595ef1c3"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down