File tree

52 files changed

+2609
-1885
lines changed

Some content is hidden

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

52 files changed

+2609
-1885
lines changed
Original file line numberDiff line numberDiff line change
@@ -1003,12 +1003,13 @@ public final UnaryCallable<CreateInstanceRequest, Operation> createInstanceCalla
10031003
*
10041004
* @param instance Required. The instance to update, which must always include the instance name.
10051005
* Otherwise, only fields mentioned in
1006-
* [][google.spanner.admin.instance.v1.UpdateInstanceRequest.field_mask] need be included.
1006+
* [field_mask][google.spanner.admin.instance.v1.UpdateInstanceRequest.field_mask] need be
1007+
* included.
10071008
* @param fieldMask Required. A mask specifying which fields in
1008-
* [][google.spanner.admin.instance.v1.UpdateInstanceRequest.instance] should be updated. The
1009-
* field mask must always be specified; this prevents any future fields in
1010-
* [][google.spanner.admin.instance.v1.Instance] from being erased accidentally by clients
1011-
* that do not know about them.
1009+
* [Instance][google.spanner.admin.instance.v1.Instance] should be updated. The field mask
1010+
* must always be specified; this prevents any future fields in
1011+
* [Instance][google.spanner.admin.instance.v1.Instance] from being erased accidentally by
1012+
* clients that do not know about them.
10121013
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10131014
*/
10141015
@BetaApi(
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public SpannerStub getStub() {
193193
* queries use a transaction internally, and count toward the one transaction limit.
194194
*
195195
* <p>Active sessions use additional server resources, so it is a good idea to delete idle and
196-
* unneeded sessions. Aside from explicit deletes, Cloud Spanner can delete sessions for which no
196+
* unneeded sessions. Aside from explicit deletes, Cloud Spanner may delete sessions for which no
197197
* operations are sent for more than an hour. If a session is deleted, requests to it return
198198
* `NOT_FOUND`.
199199
*
@@ -231,7 +231,7 @@ public final Session createSession(DatabaseName database) {
231231
* queries use a transaction internally, and count toward the one transaction limit.
232232
*
233233
* <p>Active sessions use additional server resources, so it is a good idea to delete idle and
234-
* unneeded sessions. Aside from explicit deletes, Cloud Spanner can delete sessions for which no
234+
* unneeded sessions. Aside from explicit deletes, Cloud Spanner may delete sessions for which no
235235
* operations are sent for more than an hour. If a session is deleted, requests to it return
236236
* `NOT_FOUND`.
237237
*
@@ -266,7 +266,7 @@ public final Session createSession(String database) {
266266
* queries use a transaction internally, and count toward the one transaction limit.
267267
*
268268
* <p>Active sessions use additional server resources, so it is a good idea to delete idle and
269-
* unneeded sessions. Aside from explicit deletes, Cloud Spanner can delete sessions for which no
269+
* unneeded sessions. Aside from explicit deletes, Cloud Spanner may delete sessions for which no
270270
* operations are sent for more than an hour. If a session is deleted, requests to it return
271271
* `NOT_FOUND`.
272272
*
@@ -303,7 +303,7 @@ public final Session createSession(CreateSessionRequest request) {
303303
* queries use a transaction internally, and count toward the one transaction limit.
304304
*
305305
* <p>Active sessions use additional server resources, so it is a good idea to delete idle and
306-
* unneeded sessions. Aside from explicit deletes, Cloud Spanner can delete sessions for which no
306+
* unneeded sessions. Aside from explicit deletes, Cloud Spanner may delete sessions for which no
307307
* operations are sent for more than an hour. If a session is deleted, requests to it return
308308
* `NOT_FOUND`.
309309
*
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ public void listDatabases(
591591
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
592592
* can be used to track preparation of the database. The
593593
* [metadata][google.longrunning.Operation.metadata] field type is
594-
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
595-
* The [response][google.longrunning.Operation.response] field type is
594+
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
595+
* [response][google.longrunning.Operation.response] field type is
596596
* [Database][google.spanner.admin.database.v1.Database], if successful.
597597
* </pre>
598598
*/
@@ -626,8 +626,7 @@ public void getDatabase(
626626
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
627627
* track execution of the schema change(s). The
628628
* [metadata][google.longrunning.Operation.metadata] field type is
629-
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
630-
* The operation has no response.
629+
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
631630
* </pre>
632631
*/
633632
public void updateDatabaseDdl(
@@ -830,8 +829,8 @@ public void listDatabases(
830829
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
831830
* can be used to track preparation of the database. The
832831
* [metadata][google.longrunning.Operation.metadata] field type is
833-
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
834-
* The [response][google.longrunning.Operation.response] field type is
832+
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
833+
* [response][google.longrunning.Operation.response] field type is
835834
* [Database][google.spanner.admin.database.v1.Database], if successful.
836835
* </pre>
837836
*/
@@ -871,8 +870,7 @@ public void getDatabase(
871870
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
872871
* track execution of the schema change(s). The
873872
* [metadata][google.longrunning.Operation.metadata] field type is
874-
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
875-
* The operation has no response.
873+
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
876874
* </pre>
877875
*/
878876
public void updateDatabaseDdl(
@@ -1028,8 +1026,8 @@ public com.google.spanner.admin.database.v1.ListDatabasesResponse listDatabases(
10281026
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
10291027
* can be used to track preparation of the database. The
10301028
* [metadata][google.longrunning.Operation.metadata] field type is
1031-
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
1032-
* The [response][google.longrunning.Operation.response] field type is
1029+
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
1030+
* [response][google.longrunning.Operation.response] field type is
10331031
* [Database][google.spanner.admin.database.v1.Database], if successful.
10341032
* </pre>
10351033
*/
@@ -1062,8 +1060,7 @@ public com.google.spanner.admin.database.v1.Database getDatabase(
10621060
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
10631061
* track execution of the schema change(s). The
10641062
* [metadata][google.longrunning.Operation.metadata] field type is
1065-
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
1066-
* The operation has no response.
1063+
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
10671064
* </pre>
10681065
*/
10691066
public com.google.longrunning.Operation updateDatabaseDdl(
@@ -1198,8 +1195,8 @@ protected DatabaseAdminFutureStub build(
11981195
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
11991196
* can be used to track preparation of the database. The
12001197
* [metadata][google.longrunning.Operation.metadata] field type is
1201-
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
1202-
* The [response][google.longrunning.Operation.response] field type is
1198+
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
1199+
* [response][google.longrunning.Operation.response] field type is
12031200
* [Database][google.spanner.admin.database.v1.Database], if successful.
12041201
* </pre>
12051202
*/
@@ -1233,8 +1230,7 @@ protected DatabaseAdminFutureStub build(
12331230
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
12341231
* track execution of the schema change(s). The
12351232
* [metadata][google.longrunning.Operation.metadata] field type is
1236-
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
1237-
* The operation has no response.
1233+
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
12381234
* </pre>
12391235
*/
12401236
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>

0 commit comments

Comments
 (0)