submit
public CloudRun.Projects.Locations.Builds.Submit submit(String parent,
GoogleCloudRunV2SubmitBuildRequest content)
throws IOException
Submits a build in a given project.
Create a request for the method "builds.submit".
This request holds the parameters needed by the run server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
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}`
content - the GoogleCloudRunV2SubmitBuildRequest
- Returns:
- the request
- Throws:
IOException