Class: Google::Cloud::Run::V2::BuildInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::BuildInfo
- 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
-
#function_target ⇒ ::String
readonly
Output only.
-
#source_location ⇒ ::String
readonly
Output only.
Instance Attribute Details
#function_target ⇒ ::String (readonly)
Returns 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 |