public sealed class GetRestoreRequest : IMessage<GetRestoreRequest>, IEquatable<GetRestoreRequest>, IDeepCloneable<GetRestoreRequest>, IBufferMessage, IMessage
Request message for GetRestore.
Implements
IMessage<GetRestoreRequest>, IEquatable<GetRestoreRequest>, IDeepCloneable<GetRestoreRequest>, 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 |