Class: Google::Cloud::Run::V2::SubmitBuildResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::SubmitBuildResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/build.rb
Overview
Response message for submitting a Build.
Instance Attribute Summary collapse
-
#base_image_uri ⇒ ::String
URI of the base builder image in Artifact Registry being used in the build.
-
#base_image_warning ⇒ ::String
Warning message for the base image.
-
#build_operation ⇒ ::Google::Longrunning::Operation
Cloud Build operation to be polled via CloudBuild API.
Instance Attribute Details
#base_image_uri ⇒ ::String
Returns URI of the base builder image in Artifact Registry being used in the build. Used to opt into automatic base image updates.
121 122 123 124 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 121 class SubmitBuildResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#base_image_warning ⇒ ::String
Returns Warning message for the base image.
121 122 123 124 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 121 class SubmitBuildResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#build_operation ⇒ ::Google::Longrunning::Operation
Returns Cloud Build operation to be polled via CloudBuild API.
121 122 123 124 |
# File 'proto_docs/google/cloud/run/v2/build.rb', line 121 class SubmitBuildResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |