Class ProjectsResource.LocationsResource.ExportImageMetadataRequest
Export image metadata for a given resource.
Inheritance
ProjectsResource.LocationsResource.ExportImageMetadataRequest
Inherited Members
Namespace: Google.Apis.CloudRun.v2
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ExportImageMetadataRequest : CloudRunBaseServiceRequest<GoogleCloudRunV2Metadata>, IClientServiceRequest<GoogleCloudRunV2Metadata>, IClientServiceRequest
Constructors
ExportImageMetadataRequest(IClientService, string)
Constructs a new ExportImageMetadata request.
Declaration
public ExportImageMetadataRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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
InitParameters()
Initializes ExportImageMetadata parameter list.
Declaration
protected override void InitParameters()