Class: Grafeas::V1::BuildNote
- Inherits:
-
Object
- Object
- Grafeas::V1::BuildNote
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/build.rb
Overview
Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.
Instance Attribute Summary collapse
-
#builder_version ⇒ ::String
Required.
Instance Attribute Details
#builder_version ⇒ ::String
Returns Required. Immutable. Version of the builder which produced this build.
27 28 29 30 |
# File 'proto_docs/grafeas/v1/build.rb', line 27 class BuildNote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |