Class ProjectsResource.LocationsResource.BuildsResource
The "builds" collection of methods.
Inherited Members
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: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BuildsResource.SubmitRequest |