Skip to content

chore: Update generation configuration at Wed Feb 26 02:25:19 UTC 2025 #3660

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.53.0
googleapis_commitish: 6bc8e91bf92cc985da5ed0c227b48f12315cb695
googleapis_commitish: fbbbf5023815f9a662c85aa8af8f3b72467fcb6f
libraries_bom_version: 26.55.0
libraries:
- api_shortname: spanner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ public void executeStreamingSqlTest() throws Exception {
.setResumeToken(ByteString.EMPTY)
.setStats(ResultSetStats.newBuilder().build())
.setPrecommitToken(MultiplexedSessionPrecommitToken.newBuilder().build())
.setLast(true)
.build();
mockSpanner.addResponse(expectedResponse);
ExecuteSqlRequest request =
Expand Down Expand Up @@ -861,6 +862,7 @@ public void streamingReadTest() throws Exception {
.setResumeToken(ByteString.EMPTY)
.setStats(ResultSetStats.newBuilder().build())
.setPrecommitToken(MultiplexedSessionPrecommitToken.newBuilder().build())
.setLast(true)
.build();
mockSpanner.addResponse(expectedResponse);
ReadRequest request =
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
*
*
* <pre>
* Metadata about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
* Metadata about a [ResultSet][google.spanner.v1.ResultSet] or
* [PartialResultSet][google.spanner.v1.PartialResultSet].
* </pre>
*
* Protobuf type {@code google.spanner.v1.ResultSetMetadata}
Expand Down Expand Up @@ -69,7 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -91,7 +92,7 @@ public boolean hasRowType() {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -113,7 +114,7 @@ public com.google.spanner.v1.StructType getRowType() {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand Down Expand Up @@ -455,7 +456,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
* <pre>
* Metadata about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
* Metadata about a [ResultSet][google.spanner.v1.ResultSet] or
* [PartialResultSet][google.spanner.v1.PartialResultSet].
* </pre>
*
* Protobuf type {@code google.spanner.v1.ResultSetMetadata}
Expand Down Expand Up @@ -701,7 +703,7 @@ public Builder mergeFrom(
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -722,7 +724,7 @@ public boolean hasRowType() {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -747,7 +749,7 @@ public com.google.spanner.v1.StructType getRowType() {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand Down Expand Up @@ -776,7 +778,7 @@ public Builder setRowType(com.google.spanner.v1.StructType value) {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -802,7 +804,7 @@ public Builder setRowType(com.google.spanner.v1.StructType.Builder builderForVal
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand Down Expand Up @@ -836,7 +838,7 @@ public Builder mergeRowType(com.google.spanner.v1.StructType value) {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -862,7 +864,7 @@ public Builder clearRowType() {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -883,7 +885,7 @@ public com.google.spanner.v1.StructType.Builder getRowTypeBuilder() {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -906,7 +908,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getRowTypeOrBuilder() {
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public interface ResultSetMetadataOrBuilder
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -48,7 +48,7 @@ public interface ResultSetMetadataOrBuilder
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand All @@ -67,7 +67,7 @@ public interface ResultSetMetadataOrBuilder
*
* <pre>
* Indicates the field names and types for the rows in the result
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* set. For example, a SQL query like `"SELECT UserId, UserName FROM
* Users"` could return a `row_type` value like:
*
* "fields": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ public interface ResultSetOrBuilder
*
* <pre>
* Each element in `rows` is a row whose format is defined by
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith element
* in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements are
* encoded based on type as described
* [here][google.spanner.v1.TypeCode].
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith
* element in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements
* are encoded based on type as described [here][google.spanner.v1.TypeCode].
* </pre>
*
* <code>repeated .google.protobuf.ListValue rows = 2;</code>
Expand All @@ -79,11 +78,10 @@ public interface ResultSetOrBuilder
*
* <pre>
* Each element in `rows` is a row whose format is defined by
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith element
* in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements are
* encoded based on type as described
* [here][google.spanner.v1.TypeCode].
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith
* element in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements
* are encoded based on type as described [here][google.spanner.v1.TypeCode].
* </pre>
*
* <code>repeated .google.protobuf.ListValue rows = 2;</code>
Expand All @@ -94,11 +92,10 @@ public interface ResultSetOrBuilder
*
* <pre>
* Each element in `rows` is a row whose format is defined by
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith element
* in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements are
* encoded based on type as described
* [here][google.spanner.v1.TypeCode].
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith
* element in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements
* are encoded based on type as described [here][google.spanner.v1.TypeCode].
* </pre>
*
* <code>repeated .google.protobuf.ListValue rows = 2;</code>
Expand All @@ -109,11 +106,10 @@ public interface ResultSetOrBuilder
*
* <pre>
* Each element in `rows` is a row whose format is defined by
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith element
* in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements are
* encoded based on type as described
* [here][google.spanner.v1.TypeCode].
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith
* element in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements
* are encoded based on type as described [here][google.spanner.v1.TypeCode].
* </pre>
*
* <code>repeated .google.protobuf.ListValue rows = 2;</code>
Expand All @@ -124,11 +120,10 @@ public interface ResultSetOrBuilder
*
* <pre>
* Each element in `rows` is a row whose format is defined by
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith element
* in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements are
* encoded based on type as described
* [here][google.spanner.v1.TypeCode].
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. The ith
* element in each row matches the ith field in
* [metadata.row_type][google.spanner.v1.ResultSetMetadata.row_type]. Elements
* are encoded based on type as described [here][google.spanner.v1.TypeCode].
* </pre>
*
* <code>repeated .google.protobuf.ListValue rows = 2;</code>
Expand All @@ -144,8 +139,9 @@ public interface ResultSetOrBuilder
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* DML statements always produce stats containing the number of rows
* modified, unless executed using the
* [ExecuteSqlRequest.QueryMode.PLAN][google.spanner.v1.ExecuteSqlRequest.QueryMode.PLAN] [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* Other fields may or may not be populated, based on the
* [ExecuteSqlRequest.QueryMode.PLAN][google.spanner.v1.ExecuteSqlRequest.QueryMode.PLAN]
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* Other fields might or might not be populated, based on the
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* </pre>
*
Expand All @@ -163,8 +159,9 @@ public interface ResultSetOrBuilder
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* DML statements always produce stats containing the number of rows
* modified, unless executed using the
* [ExecuteSqlRequest.QueryMode.PLAN][google.spanner.v1.ExecuteSqlRequest.QueryMode.PLAN] [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* Other fields may or may not be populated, based on the
* [ExecuteSqlRequest.QueryMode.PLAN][google.spanner.v1.ExecuteSqlRequest.QueryMode.PLAN]
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* Other fields might or might not be populated, based on the
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* </pre>
*
Expand All @@ -182,8 +179,9 @@ public interface ResultSetOrBuilder
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* DML statements always produce stats containing the number of rows
* modified, unless executed using the
* [ExecuteSqlRequest.QueryMode.PLAN][google.spanner.v1.ExecuteSqlRequest.QueryMode.PLAN] [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* Other fields may or may not be populated, based on the
* [ExecuteSqlRequest.QueryMode.PLAN][google.spanner.v1.ExecuteSqlRequest.QueryMode.PLAN]
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* Other fields might or might not be populated, based on the
* [ExecuteSqlRequest.query_mode][google.spanner.v1.ExecuteSqlRequest.query_mode].
* </pre>
*
Expand All @@ -195,13 +193,10 @@ public interface ResultSetOrBuilder
*
*
* <pre>
* Optional. A precommit token will be included if the read-write transaction
* is on a multiplexed session.
* The precommit token with the highest sequence number from this transaction
* attempt should be passed to the
* Optional. A precommit token is included if the read-write transaction is on
* a multiplexed session. Pass the precommit token with the highest sequence
* number from this transaction attempt to the
* [Commit][google.spanner.v1.Spanner.Commit] request for this transaction.
* This feature is not yet supported and will result in an UNIMPLEMENTED
* error.
* </pre>
*
* <code>
Expand All @@ -215,13 +210,10 @@ public interface ResultSetOrBuilder
*
*
* <pre>
* Optional. A precommit token will be included if the read-write transaction
* is on a multiplexed session.
* The precommit token with the highest sequence number from this transaction
* attempt should be passed to the
* Optional. A precommit token is included if the read-write transaction is on
* a multiplexed session. Pass the precommit token with the highest sequence
* number from this transaction attempt to the
* [Commit][google.spanner.v1.Spanner.Commit] request for this transaction.
* This feature is not yet supported and will result in an UNIMPLEMENTED
* error.
* </pre>
*
* <code>
Expand All @@ -235,13 +227,10 @@ public interface ResultSetOrBuilder
*
*
* <pre>
* Optional. A precommit token will be included if the read-write transaction
* is on a multiplexed session.
* The precommit token with the highest sequence number from this transaction
* attempt should be passed to the
* Optional. A precommit token is included if the read-write transaction is on
* a multiplexed session. Pass the precommit token with the highest sequence
* number from this transaction attempt to the
* [Commit][google.spanner.v1.Spanner.Commit] request for this transaction.
* This feature is not yet supported and will result in an UNIMPLEMENTED
* error.
* </pre>
*
* <code>
Expand Down
Loading
Loading