Class: Google::Cloud::Run::V2::SubmitBuildResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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