Skip to content

Commit 5d74838

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 20403 b: refs/heads/autosynth-spanner c: 04b9da4 h: refs/heads/master i: 20401: 9a12352 20399: abbb9ab
1 parent 43ddd68 commit 5d74838

85 files changed

Lines changed: 2145 additions & 2861 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
138138
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
139139
refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a
140140
refs/heads/autosynth-scheduler: 93995812e12a2fc009f4fd2e31f169b3d3cbbac8
141-
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
141+
refs/heads/autosynth-spanner: 04b9da4bb170c7dc3658e46e83b4976d84f1c2a4
142142
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
143143
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b
144144
refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c

branches/autosynth-spanner/google-api-grpc/grpc-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseAdminGrpc.java

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,8 @@ public void listDatabases(
576576
* have a name of the format `<database_name>/operations/<operation_id>` and
577577
* can be used to track preparation of the database. The
578578
* [metadata][google.longrunning.Operation.metadata] field type is
579-
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
580-
* The [response][google.longrunning.Operation.response] field type is
579+
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
580+
* [response][google.longrunning.Operation.response] field type is
581581
* [Database][google.spanner.admin.database.v1.Database], if successful.
582582
* </pre>
583583
*/
@@ -611,8 +611,7 @@ public void getDatabase(
611611
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
612612
* track execution of the schema change(s). The
613613
* [metadata][google.longrunning.Operation.metadata] field type is
614-
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
615-
* The operation has no response.
614+
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
616615
* </pre>
617616
*/
618617
public void updateDatabaseDdl(
@@ -814,8 +813,8 @@ public void listDatabases(
814813
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
815814
* can be used to track preparation of the database. The
816815
* [metadata][google.longrunning.Operation.metadata] field type is
817-
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
818-
* The [response][google.longrunning.Operation.response] field type is
816+
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
817+
* [response][google.longrunning.Operation.response] field type is
819818
* [Database][google.spanner.admin.database.v1.Database], if successful.
820819
* </pre>
821820
*/
@@ -855,8 +854,7 @@ public void getDatabase(
855854
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
856855
* track execution of the schema change(s). The
857856
* [metadata][google.longrunning.Operation.metadata] field type is
858-
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
859-
* The operation has no response.
857+
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
860858
* </pre>
861859
*/
862860
public void updateDatabaseDdl(
@@ -1011,8 +1009,8 @@ public com.google.spanner.admin.database.v1.ListDatabasesResponse listDatabases(
10111009
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
10121010
* can be used to track preparation of the database. The
10131011
* [metadata][google.longrunning.Operation.metadata] field type is
1014-
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
1015-
* The [response][google.longrunning.Operation.response] field type is
1012+
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
1013+
* [response][google.longrunning.Operation.response] field type is
10161014
* [Database][google.spanner.admin.database.v1.Database], if successful.
10171015
* </pre>
10181016
*/
@@ -1045,8 +1043,7 @@ public com.google.spanner.admin.database.v1.Database getDatabase(
10451043
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
10461044
* track execution of the schema change(s). The
10471045
* [metadata][google.longrunning.Operation.metadata] field type is
1048-
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
1049-
* The operation has no response.
1046+
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
10501047
* </pre>
10511048
*/
10521049
public com.google.longrunning.Operation updateDatabaseDdl(
@@ -1180,8 +1177,8 @@ protected DatabaseAdminFutureStub build(
11801177
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
11811178
* can be used to track preparation of the database. The
11821179
* [metadata][google.longrunning.Operation.metadata] field type is
1183-
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
1184-
* The [response][google.longrunning.Operation.response] field type is
1180+
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
1181+
* [response][google.longrunning.Operation.response] field type is
11851182
* [Database][google.spanner.admin.database.v1.Database], if successful.
11861183
* </pre>
11871184
*/
@@ -1215,8 +1212,7 @@ protected DatabaseAdminFutureStub build(
12151212
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
12161213
* track execution of the schema change(s). The
12171214
* [metadata][google.longrunning.Operation.metadata] field type is
1218-
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
1219-
* The operation has no response.
1215+
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
12201216
* </pre>
12211217
*/
12221218
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>

branches/autosynth-spanner/google-api-grpc/grpc-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceAdminGrpc.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -752,9 +752,9 @@ public void createInstance(
752752
* has been requested, billing is based on the newly-requested level.
753753
* Until completion of the returned operation:
754754
* * Cancelling the operation sets its metadata's
755-
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
756-
* and begins restoring resources to their pre-request values. The
757-
* operation is guaranteed to succeed at undoing all resource changes,
755+
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time], and begins
756+
* restoring resources to their pre-request values. The operation
757+
* is guaranteed to succeed at undoing all resource changes,
758758
* after which point it terminates with a `CANCELLED` status.
759759
* * All other attempts to modify the instance are rejected.
760760
* * Reading the instance via the API continues to give the pre-request
@@ -1085,9 +1085,9 @@ public void createInstance(
10851085
* has been requested, billing is based on the newly-requested level.
10861086
* Until completion of the returned operation:
10871087
* * Cancelling the operation sets its metadata's
1088-
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
1089-
* and begins restoring resources to their pre-request values. The
1090-
* operation is guaranteed to succeed at undoing all resource changes,
1088+
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time], and begins
1089+
* restoring resources to their pre-request values. The operation
1090+
* is guaranteed to succeed at undoing all resource changes,
10911091
* after which point it terminates with a `CANCELLED` status.
10921092
* * All other attempts to modify the instance are rejected.
10931093
* * Reading the instance via the API continues to give the pre-request
@@ -1345,9 +1345,9 @@ public com.google.longrunning.Operation createInstance(
13451345
* has been requested, billing is based on the newly-requested level.
13461346
* Until completion of the returned operation:
13471347
* * Cancelling the operation sets its metadata's
1348-
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
1349-
* and begins restoring resources to their pre-request values. The
1350-
* operation is guaranteed to succeed at undoing all resource changes,
1348+
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time], and begins
1349+
* restoring resources to their pre-request values. The operation
1350+
* is guaranteed to succeed at undoing all resource changes,
13511351
* after which point it terminates with a `CANCELLED` status.
13521352
* * All other attempts to modify the instance are rejected.
13531353
* * Reading the instance via the API continues to give the pre-request
@@ -1592,9 +1592,9 @@ protected InstanceAdminFutureStub build(
15921592
* has been requested, billing is based on the newly-requested level.
15931593
* Until completion of the returned operation:
15941594
* * Cancelling the operation sets its metadata's
1595-
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
1596-
* and begins restoring resources to their pre-request values. The
1597-
* operation is guaranteed to succeed at undoing all resource changes,
1595+
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time], and begins
1596+
* restoring resources to their pre-request values. The operation
1597+
* is guaranteed to succeed at undoing all resource changes,
15981598
* after which point it terminates with a `CANCELLED` status.
15991599
* * All other attempts to modify the instance are rejected.
16001600
* * Reading the instance via the API continues to give the pre-request

0 commit comments

Comments
 (0)