Class ProjectsResource.LocationsResource.ExportImageRequest
Export image for a given resource.
Inheritance
ProjectsResource.LocationsResource.ExportImageRequest
Inherited Members
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
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 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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ExportImage parameter list.
Declaration
protected override void InitParameters()