Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BuildsResource

The "builds" collection of methods.

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

Constructors

BuildsResource(IClientService)

Constructs a new resource.

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

Methods

Submit(GoogleCloudRunV2SubmitBuildRequest, string)

Submits a build in a given project.

Declaration
public virtual ProjectsResource.LocationsResource.BuildsResource.SubmitRequest Submit(GoogleCloudRunV2SubmitBuildRequest body, string parent)
Parameters
Type Name Description
GoogleCloudRunV2SubmitBuildRequest body

The body of the request.

string parent

Required. The project and location to build in. Location must be a region, e.g., 'us-central1' or 'global' if the global builder is to be used. Format: projects/{project}/locations/{location}

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