Class GetBackupRequest (1.0.0-alpha04)

public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage

Request message for [DataprocMetastore.GetBackup][google.cloud.metastore.v1alpha.DataprocMetastore.GetBackup].

Inheritance

Object > GetBackupRequest

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

GetBackupRequest()

public GetBackupRequest()

GetBackupRequest(GetBackupRequest)

public GetBackupRequest(GetBackupRequest other)
Parameter
NameDescription
otherGetBackupRequest

Properties

BackupName

public BackupName BackupName { get; set; }

BackupName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
String