Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::SubmitBuildResponse.
Response message for submitting a Build.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#base_image_uri
def base_image_uri() -> ::String
Returns
- (::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_uri=
def base_image_uri=(value) -> ::String
Parameter
- value (::String) — URI of the base builder image in Artifact Registry being used in the build. Used to opt into automatic base image updates.
Returns
- (::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
def base_image_warning() -> ::String
Returns
- (::String) — Warning message for the base image.
#base_image_warning=
def base_image_warning=(value) -> ::String
Parameter
- value (::String) — Warning message for the base image.
Returns
- (::String) — Warning message for the base image.
#build_operation
def build_operation() -> ::Google::Longrunning::Operation
Returns
- (::Google::Longrunning::Operation) — Cloud Build operation to be polled via CloudBuild API.
#build_operation=
def build_operation=(value) -> ::Google::Longrunning::Operation
Parameter
- value (::Google::Longrunning::Operation) — Cloud Build operation to be polled via CloudBuild API.
Returns
- (::Google::Longrunning::Operation) — Cloud Build operation to be polled via CloudBuild API.