public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class GetBackupRequest.
Request message for [DataprocMetastore.GetBackup][google.cloud.metastore.v1.DataprocMetastore.GetBackup].
Implements
IMessageGetBackupRequest, IEquatableGetBackupRequest, IDeepCloneableGetBackupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.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. The relative resource name of the backup to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|