Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ public void listDatabases(
* have a name of the format `<database_name>/operations/<operation_id>` and
* can be used to track preparation of the database. The
* [metadata][google.longrunning.Operation.metadata] field type is
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
* [response][google.longrunning.Operation.response] field type is
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
* The [response][google.longrunning.Operation.response] field type is
* [Database][google.spanner.admin.database.v1.Database], if successful.
* </pre>
*/
Expand Down Expand Up @@ -611,7 +611,8 @@ public void getDatabase(
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
* track execution of the schema change(s). The
* [metadata][google.longrunning.Operation.metadata] field type is
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
* The operation has no response.
* </pre>
*/
public void updateDatabaseDdl(
Expand Down Expand Up @@ -813,8 +814,8 @@ public void listDatabases(
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
* can be used to track preparation of the database. The
* [metadata][google.longrunning.Operation.metadata] field type is
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
* [response][google.longrunning.Operation.response] field type is
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
* The [response][google.longrunning.Operation.response] field type is
* [Database][google.spanner.admin.database.v1.Database], if successful.
* </pre>
*/
Expand Down Expand Up @@ -854,7 +855,8 @@ public void getDatabase(
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
* track execution of the schema change(s). The
* [metadata][google.longrunning.Operation.metadata] field type is
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
* The operation has no response.
* </pre>
*/
public void updateDatabaseDdl(
Expand Down Expand Up @@ -1009,8 +1011,8 @@ public com.google.spanner.admin.database.v1.ListDatabasesResponse listDatabases(
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
* can be used to track preparation of the database. The
* [metadata][google.longrunning.Operation.metadata] field type is
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
* [response][google.longrunning.Operation.response] field type is
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
* The [response][google.longrunning.Operation.response] field type is
* [Database][google.spanner.admin.database.v1.Database], if successful.
* </pre>
*/
Expand Down Expand Up @@ -1043,7 +1045,8 @@ public com.google.spanner.admin.database.v1.Database getDatabase(
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
* track execution of the schema change(s). The
* [metadata][google.longrunning.Operation.metadata] field type is
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
* The operation has no response.
* </pre>
*/
public com.google.longrunning.Operation updateDatabaseDdl(
Expand Down Expand Up @@ -1177,8 +1180,8 @@ protected DatabaseAdminFutureStub build(
* have a name of the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and
* can be used to track preparation of the database. The
* [metadata][google.longrunning.Operation.metadata] field type is
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata]. The
* [response][google.longrunning.Operation.response] field type is
* [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
* The [response][google.longrunning.Operation.response] field type is
* [Database][google.spanner.admin.database.v1.Database], if successful.
* </pre>
*/
Expand Down Expand Up @@ -1212,7 +1215,8 @@ protected DatabaseAdminFutureStub build(
* the format `&lt;database_name&gt;/operations/&lt;operation_id&gt;` and can be used to
* track execution of the schema change(s). The
* [metadata][google.longrunning.Operation.metadata] field type is
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata]. The operation has no response.
* [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
* The operation has no response.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -752,9 +752,9 @@ public void createInstance(
* has been requested, billing is based on the newly-requested level.
* Until completion of the returned operation:
* * Cancelling the operation sets its metadata's
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time], and begins
* restoring resources to their pre-request values. The operation
* is guaranteed to succeed at undoing all resource changes,
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
* and begins restoring resources to their pre-request values. The
* operation is guaranteed to succeed at undoing all resource changes,
* after which point it terminates with a `CANCELLED` status.
* * All other attempts to modify the instance are rejected.
* * Reading the instance via the API continues to give the pre-request
Expand Down Expand Up @@ -1085,9 +1085,9 @@ public void createInstance(
* has been requested, billing is based on the newly-requested level.
* Until completion of the returned operation:
* * Cancelling the operation sets its metadata's
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time], and begins
* restoring resources to their pre-request values. The operation
* is guaranteed to succeed at undoing all resource changes,
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
* and begins restoring resources to their pre-request values. The
* operation is guaranteed to succeed at undoing all resource changes,
* after which point it terminates with a `CANCELLED` status.
* * All other attempts to modify the instance are rejected.
* * Reading the instance via the API continues to give the pre-request
Expand Down Expand Up @@ -1345,9 +1345,9 @@ public com.google.longrunning.Operation createInstance(
* has been requested, billing is based on the newly-requested level.
* Until completion of the returned operation:
* * Cancelling the operation sets its metadata's
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time], and begins
* restoring resources to their pre-request values. The operation
* is guaranteed to succeed at undoing all resource changes,
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
* and begins restoring resources to their pre-request values. The
* operation is guaranteed to succeed at undoing all resource changes,
* after which point it terminates with a `CANCELLED` status.
* * All other attempts to modify the instance are rejected.
* * Reading the instance via the API continues to give the pre-request
Expand Down Expand Up @@ -1592,9 +1592,9 @@ protected InstanceAdminFutureStub build(
* has been requested, billing is based on the newly-requested level.
* Until completion of the returned operation:
* * Cancelling the operation sets its metadata's
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time], and begins
* restoring resources to their pre-request values. The operation
* is guaranteed to succeed at undoing all resource changes,
* [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
* and begins restoring resources to their pre-request values. The
* operation is guaranteed to succeed at undoing all resource changes,
* after which point it terminates with a `CANCELLED` status.
* * All other attempts to modify the instance are rejected.
* * Reading the instance via the API continues to give the pre-request
Expand Down
Loading