Class: Google::Apis::ContaineranalysisV1alpha1::BuildType
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1alpha1::BuildType
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/containeranalysis_v1alpha1/classes.rb,
generated/google/apis/containeranalysis_v1alpha1/representations.rb,
generated/google/apis/containeranalysis_v1alpha1/representations.rb
Overview
Note holding the version of the provider's builder and the signature of the provenance message in linked BuildDetails.
Instance Attribute Summary collapse
-
#builder_version ⇒ String
Version of the builder which produced this Note.
-
#signature ⇒ Google::Apis::ContaineranalysisV1alpha1::BuildSignature
Message encapsulating the signature of the verified build.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BuildType
constructor
A new instance of BuildType.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BuildType
Returns a new instance of BuildType.
450 451 452 |
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 450 def initialize(**args) update!(**args) end |
Instance Attribute Details
#builder_version ⇒ String
Version of the builder which produced this Note.
Corresponds to the JSON property builderVersion
443 444 445 |
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 443 def builder_version @builder_version end |
#signature ⇒ Google::Apis::ContaineranalysisV1alpha1::BuildSignature
Message encapsulating the signature of the verified build.
Corresponds to the JSON property signature
448 449 450 |
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 448 def signature @signature end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
455 456 457 458 |
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 455 def update!(**args) @builder_version = args[:builder_version] if args.key?(:builder_version) @signature = args[:signature] if args.key?(:signature) end |