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.
Implements
IMessageGetRestoreRequest, IEquatableGetRestoreRequest, IDeepCloneableGetRestoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
GetRestoreRequest()
public GetRestoreRequest()
GetRestoreRequest(GetRestoreRequest)
public GetRestoreRequest(GetRestoreRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetRestoreRequest |
Properties
Name
public string Name { get; set; }
Required. Name of the restore resource.
Format: projects/*/locations/*/restorePlans/*/restores/*
Property Value | |
---|---|
Type | Description |
string |
RestoreName
public RestoreName RestoreName { get; set; }
RestoreName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RestoreName |