public sealed class GetRestoreChannelRequest : IMessage<GetRestoreChannelRequest>, IEquatable<GetRestoreChannelRequest>, IDeepCloneable<GetRestoreChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetRestoreChannelRequest.
Request message for GetRestoreChannel.
Implements
IMessageGetRestoreChannelRequest, IEquatableGetRestoreChannelRequest, IDeepCloneableGetRestoreChannelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
GetRestoreChannelRequest()
public GetRestoreChannelRequest()
GetRestoreChannelRequest(GetRestoreChannelRequest)
public GetRestoreChannelRequest(GetRestoreChannelRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetRestoreChannelRequest |
Properties
Name
public string Name { get; set; }
Required. Fully qualified RestoreChannel name.
Format: projects/*/locations/*/restoreChannels/*
Property Value | |
---|---|
Type | Description |
string |
RestoreChannelName
public RestoreChannelName RestoreChannelName { get; set; }
RestoreChannelName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RestoreChannelName |