Class ProjectsResource.LocationsResource.ExportProjectMetadataRequest
Export generated customer metadata for a given project.
Inheritance
ProjectsResource.LocationsResource.ExportProjectMetadataRequest
Inherited Members
Namespace: Google.Apis.CloudRun.v2
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ExportProjectMetadataRequest : CloudRunBaseServiceRequest<GoogleCloudRunV2Metadata>, IClientServiceRequest<GoogleCloudRunV2Metadata>, IClientServiceRequest
Constructors
ExportProjectMetadataRequest(IClientService, string)
Constructs a new ExportProjectMetadata request.
Declaration
public ExportProjectMetadataRequest(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 project of which metadata should be exported. Format:
projects/{project_id_or_number}/locations/{location}
for Project in a given location.
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 ExportProjectMetadata parameter list.
Declaration
protected override void InitParameters()