Class ArchiveJobsResource.GetPortabilityArchiveStateRequest
Retrieves the state of an Archive job for the Portability API.
Inheritance
ArchiveJobsResource.GetPortabilityArchiveStateRequest
Inherited Members
Namespace: Google.Apis.DataPortability.v1
Assembly: Google.Apis.DataPortability.v1.dll
Syntax
public class ArchiveJobsResource.GetPortabilityArchiveStateRequest : DataPortabilityBaseServiceRequest<PortabilityArchiveState>, IClientServiceRequest<PortabilityArchiveState>, IClientServiceRequest
Constructors
GetPortabilityArchiveStateRequest(IClientService, string)
Constructs a new GetPortabilityArchiveState request.
Declaration
public GetPortabilityArchiveStateRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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 that is returned when you request the state of the job. The format is: archiveJobs/{archive_job}/portabilityArchiveState. archive_job is the job ID returned by the InitiatePortabilityArchiveResponse.
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
InitParameters()
Initializes GetPortabilityArchiveState parameter list.
Declaration
protected override void InitParameters()