Skip to content

Commit

Permalink
docs: update the comments in Cloud Bigtable RestoreTable API to refle…
Browse files Browse the repository at this point in the history
…ct the new API capability

Committer: @liubonan
PiperOrigin-RevId: 372995286

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon May 10 13:05:07 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 43d201c7deb4639441d0cbb1c734f1e974b566eb
Source-Link: googleapis/googleapis@43d201c
  • Loading branch information
yoshi-automation authored and jskeet committed May 11, 2021
1 parent e48e2f5 commit 3e536db
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Expand Up @@ -331,8 +331,8 @@ public sealed partial class RestoreTableRequest : pb::IMessage<RestoreTableReque
private string parent_ = "";
/// <summary>
/// Required. The name of the instance in which to create the restored
/// table. This instance must be the parent of the source backup. Values are
/// of the form `projects/&lt;project>/instances/&lt;instance>`.
/// table. This instance must be in the same project as the source backup.
/// Values are of the form `projects/&lt;project>/instances/&lt;instance>`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string Parent {
Expand Down
Expand Up @@ -3501,7 +3501,7 @@ internal static BigtableTableAdminClient Create(grpccore::CallInvoker callInvoke

/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand All @@ -3517,7 +3517,7 @@ internal static BigtableTableAdminClient Create(grpccore::CallInvoker callInvoke

/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand All @@ -3533,7 +3533,7 @@ internal static BigtableTableAdminClient Create(grpccore::CallInvoker callInvoke

/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand Down Expand Up @@ -4808,7 +4808,7 @@ public override void DeleteBackup(DeleteBackupRequest request, gaxgrpc::CallSett

/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand All @@ -4827,7 +4827,7 @@ public override void DeleteBackup(DeleteBackupRequest request, gaxgrpc::CallSett

/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand Down
Expand Up @@ -514,7 +514,7 @@ public abstract partial class BigtableTableAdminBase

/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand Down Expand Up @@ -1593,7 +1593,7 @@ protected BigtableTableAdminClient(ClientBaseConfiguration configuration) : base
}
/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand All @@ -1612,7 +1612,7 @@ protected BigtableTableAdminClient(ClientBaseConfiguration configuration) : base
}
/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand All @@ -1629,7 +1629,7 @@ protected BigtableTableAdminClient(ClientBaseConfiguration configuration) : base
}
/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand All @@ -1648,7 +1648,7 @@ protected BigtableTableAdminClient(ClientBaseConfiguration configuration) : base
}
/// <summary>
/// Create a new table by restoring from a completed backup. The new table
/// must be in the same instance as the instance containing the backup. The
/// must be in the same project as the instance containing the backup. The
/// returned table [long-running operation][google.longrunning.Operation] can
/// be used to track the progress of the operation, and to cancel it. The
/// [metadata][google.longrunning.Operation.metadata] field type is
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Bigtable.Admin.V2/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a1ab4d44db02d59ff58810c6d4182d84e4b9abaa"
"sha": "43d201c7deb4639441d0cbb1c734f1e974b566eb"
}
}
]
Expand Down

0 comments on commit 3e536db

Please sign in to comment.