Class AppsResource.ServicesResource.VersionsResource.ExportAppImageRequest
Exports a user image to Artifact Registry.
Inheritance
AppsResource.ServicesResource.VersionsResource.ExportAppImageRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class AppsResource.ServicesResource.VersionsResource.ExportAppImageRequest : AppengineBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ExportAppImageRequest(IClientService, ExportAppImageRequest, string, string, string)
Constructs a new ExportAppImage request.
Declaration
public ExportAppImageRequest(IClientService service, ExportAppImageRequest body, string appsId, string servicesId, string versionsId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ExportAppImageRequest | body | |
| string | appsId | |
| string | servicesId | |
| string | versionsId |
Properties
AppsId
Part of name. Required. Name of the App Engine version resource. Format:
apps/{app}/services/{service}/versions/{version}
Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
ServicesId
Part of name. See documentation of appsId.
Declaration
[RequestParameter("servicesId", RequestParameterType.Path)]
public virtual string ServicesId { get; }
Property Value
| Type | Description |
|---|---|
| string |
VersionsId
Part of name. See documentation of appsId.
Declaration
[RequestParameter("versionsId", RequestParameterType.Path)]
public virtual string VersionsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes ExportAppImage parameter list.
Declaration
protected override void InitParameters()