Class: Google::Cloud::Run::V2::BuildInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/k8s.min.rb

Overview

Build information of the image.

Instance Attribute Summary collapse

Instance Attribute Details

#function_target::String (readonly)

Returns Output only. Entry point of the function when the image is a Cloud Run function.

Returns:

  • (::String)

    Output only. Entry point of the function when the image is a Cloud Run function.



505
506
507
508
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 505

class BuildInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_location::String (readonly)

Returns Output only. Source code location of the image.

Returns:

  • (::String)

    Output only. Source code location of the image.



505
506
507
508
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 505

class BuildInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end