Reference documentation and code samples for the Google Cloud Run V2 Client class SubmitBuildResponse.
Response message for submitting a Build.
Generated from protobuf message google.cloud.run.v2.SubmitBuildResponse
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ build_operation
Google\LongRunning\Operation
Cloud Build operation to be polled via CloudBuild API.
↳ base_image_uri
string
URI of the base builder image in Artifact Registry being used in the build. Used to opt into automatic base image updates.
↳ base_image_warning
string
Warning message for the base image.
getBuildOperation
Cloud Build operation to be polled via CloudBuild API.
Google\LongRunning\Operation
|null
hasBuildOperation
clearBuildOperation
setBuildOperation
Cloud Build operation to be polled via CloudBuild API.
var
Google\LongRunning\Operation
$this
getBaseImageUri
URI of the base builder image in Artifact Registry being used in the build.
Used to opt into automatic base image updates.
string
setBaseImageUri
URI of the base builder image in Artifact Registry being used in the build.
Used to opt into automatic base image updates.
var
string
$this
getBaseImageWarning
Warning message for the base image.
string
setBaseImageWarning
Warning message for the base image.
var
string
$this