Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ExportImageRequest

Export image for a given resource.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>
ProjectsResource.LocationsResource.ExportImageRequest
Implements
IClientServiceRequest<GoogleCloudRunV2ExportImageResponse>
IClientServiceRequest
Inherited Members
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.Xgafv
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.AccessToken
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.Alt
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.Callback
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.Fields
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.Key
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.OauthToken
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.PrettyPrint
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.QuotaUser
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.UploadType
CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.Execute()
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ETagAction
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.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.ExportImageRequest : CloudRunBaseServiceRequest<GoogleCloudRunV2ExportImageResponse>, IClientServiceRequest<GoogleCloudRunV2ExportImageResponse>, IClientServiceRequest

Constructors

ExportImageRequest(IClientService, GoogleCloudRunV2ExportImageRequest, string)

Constructs a new ExportImage request.

Declaration
public ExportImageRequest(IClientService service, GoogleCloudRunV2ExportImageRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudRunV2ExportImageRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the resource of which image metadata should be exported. 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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudRunV2ExportImageResponse>.GetBody()

InitParameters()

Initializes ExportImage parameter list.

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

Implements

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