Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.ExportStatusRequest

Read the status of an image export operation.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>
ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.ExportStatusRequest
Implements
IClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>
IClientServiceRequest
Inherited Members
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.Xgafv
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.AccessToken
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.Alt
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.Callback
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.Fields
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.Key
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.OauthToken
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.PrettyPrint
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.QuotaUser
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.UploadType
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.Execute()
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.GetBody()
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ETagAction
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v2
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.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
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.MethodName

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
ClientServiceRequest<GoogleCloudRunV2ExportStatusResponse>.RestPath

Methods

InitParameters()

Initializes ExportStatus parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportStatusResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX