Show / Hide Table of Contents

Class ProjectsResource.LocationsResource

The "locations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource
Inherited Members
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

Constructors

LocationsResource(IClientService)

Constructs a new resource.

Declaration
public LocationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Builds

Gets the Builds resource.

Declaration
public virtual ProjectsResource.LocationsResource.BuildsResource Builds { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BuildsResource

Jobs

Gets the Jobs resource.

Declaration
public virtual ProjectsResource.LocationsResource.JobsResource Jobs { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.JobsResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.OperationsResource

Services

Gets the Services resource.

Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource Services { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ServicesResource

WorkerPools

Gets the WorkerPools resource.

Declaration
public virtual ProjectsResource.LocationsResource.WorkerPoolsResource WorkerPools { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.WorkerPoolsResource

Methods

ExportImage(GoogleCloudRunV2ExportImageRequest, string)

Export image for a given resource.

Declaration
public virtual ProjectsResource.LocationsResource.ExportImageRequest ExportImage(GoogleCloudRunV2ExportImageRequest body, string name)
Parameters
Type Name Description
GoogleCloudRunV2ExportImageRequest body

The body of the request.

string 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

Returns
Type Description
ProjectsResource.LocationsResource.ExportImageRequest

ExportImageMetadata(string)

Export image metadata for a given resource.

Declaration
public virtual ProjectsResource.LocationsResource.ExportImageMetadataRequest ExportImageMetadata(string name)
Parameters
Type Name Description
string 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

Returns
Type Description
ProjectsResource.LocationsResource.ExportImageMetadataRequest

ExportMetadata(string)

Export generated customer metadata for a given resource.

Declaration
public virtual ProjectsResource.LocationsResource.ExportMetadataRequest ExportMetadata(string name)
Parameters
Type Name Description
string name

Required. The name of the resource of which metadata should be exported. Format: projects/{project_id_or_number}/locations/{location}/services/{service} for Service 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 {project_id_or_number} may contains domain-scoped project IDs

Returns
Type Description
ProjectsResource.LocationsResource.ExportMetadataRequest

ExportProjectMetadata(string)

Export generated customer metadata for a given project.

Declaration
public virtual ProjectsResource.LocationsResource.ExportProjectMetadataRequest ExportProjectMetadata(string name)
Parameters
Type Name Description
string 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.

Returns
Type Description
ProjectsResource.LocationsResource.ExportProjectMetadataRequest
In this article
Back to top Generated by DocFX