Class ArchiveJobsResource.RetryRequest
Retries a failed Portability Archive job.
Inheritance
ArchiveJobsResource.RetryRequest
Inherited Members
Namespace: Google.Apis.DataPortability.v1
Assembly: Google.Apis.DataPortability.v1.dll
Syntax
public class ArchiveJobsResource.RetryRequest : DataPortabilityBaseServiceRequest<RetryPortabilityArchiveResponse>, IClientServiceRequest<RetryPortabilityArchiveResponse>, IClientServiceRequest
Constructors
RetryRequest(IClientService, RetryPortabilityArchiveRequest, string)
Constructs a new Retry request.
Declaration
public RetryRequest(IClientService service, RetryPortabilityArchiveRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RetryPortabilityArchiveRequest | body | |
string | name |
Properties
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
Name
Required. The Archive job ID you're retrying. This is returned by the InitiatePortabilityArchiveResponse. Retrying is only executed if the initial job failed.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Retry parameter list.
Declaration
protected override void InitParameters()