Class CreateBuildRequest (3.2.1)

CreateBuildRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to create a new build. .. attribute:: parent

The parent resource where this build will be created. Format: projects/{project}/locations/{location}

:type: str

Attributes

NameDescription
project_id str
Required. ID of the project.
build google.cloud.devtools.cloudbuild_v1.types.Build
Required. Build resource to create.