public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
The request for [GetBackup][google.bigtable.admin.v2.BigtableTableAdmin.GetBackup].
Implements
IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
GetBackupRequest()
public GetBackupRequest()
GetBackupRequest(GetBackupRequest)
public GetBackupRequest(GetBackupRequest other)
Parameter | |
---|---|
Name | Description |
other | GetBackupRequest |
Properties
BackupName
public BackupName BackupName { get; set; }
BackupName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
BackupName |
Name
public string Name { get; set; }
Required. Name of the backup.
Values are of the form
projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}
.
Property Value | |
---|---|
Type | Description |
String |