Backup for GKE v1 API - Class GetRestoreChannelRequest (2.7.0)

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.

Inheritance

object > GetRestoreChannelRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

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