Backup for GKE v1 API - Class GetRestoreRequest (2.3.0)

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

Reference documentation and code samples for the Backup for GKE v1 API class GetRestoreRequest.

Request message for GetRestore.

Inheritance

object > GetRestoreRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

GetRestoreRequest()

public GetRestoreRequest()

GetRestoreRequest(GetRestoreRequest)

public GetRestoreRequest(GetRestoreRequest other)
Parameter
NameDescription
otherGetRestoreRequest

Properties

Name

public string Name { get; set; }

Required. Name of the restore resource. Format: projects/*/locations/*/restorePlans/*/restores/*

Property Value
TypeDescription
string

RestoreName

public RestoreName RestoreName { get; set; }

RestoreName-typed view over the Name resource name property.

Property Value
TypeDescription
RestoreName