Class ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetBackupIndexDownloadUrlRequest
Retrieve the link to the backupIndex.
Inheritance
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetBackupIndexDownloadUrlRequest
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetBackupIndexDownloadUrlRequest : BackupforGKEBaseServiceRequest<GetBackupIndexDownloadUrlResponse>, IClientServiceRequest<GetBackupIndexDownloadUrlResponse>, IClientServiceRequest
Constructors
GetBackupIndexDownloadUrlRequest(IClientService, string)
Constructs a new GetBackupIndexDownloadUrl request.
Declaration
public GetBackupIndexDownloadUrlRequest(IClientService service, string backup)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | backup |
Properties
Backup
Required. Full name of Backup resource. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}
Declaration
[RequestParameter("backup", RequestParameterType.Path)]
public virtual string Backup { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetBackupIndexDownloadUrl parameter list.
Declaration
protected override void InitParameters()