Class ProjectsResource.LocationsResource.ServicesResource.RevisionsResource.ExportStatusRequest
Read the status of an image export operation.
Inheritance
ProjectsResource.LocationsResource.ServicesResource.RevisionsResource.ExportStatusRequest
Inherited Members
Namespace: Google.Apis.CloudRun.v2
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.RevisionsResource.ExportStatusRequest : CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>, IClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>, IClientServiceRequest
Constructors
ExportStatusRequest(IClientService, string, string)
Constructs a new ExportStatus request.
Declaration
public ExportStatusRequest(IClientService service, string name, string operationId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name | |
string | operationId |
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 name of the resource of which image export operation status has to be fetched.
Format:
projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}
for Revision
projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}
for
Execution
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
OperationId
Required. The operation id returned from ExportImage.
Declaration
[RequestParameter("operationId", RequestParameterType.Path)]
public virtual string OperationId { 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 ExportStatus parameter list.
Declaration
protected override void InitParameters()