class Google::Apis::ContaineranalysisV1beta1::Build

Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.

Attributes

builder_version[RW]

Required. Immutable. Version of the builder which produced this build. Corresponds to the JSON property `builderVersion` @return [String]

signature[RW]

Message encapsulating the signature of the verified build. Corresponds to the JSON property `signature` @return [Google::Apis::ContaineranalysisV1beta1::BuildSignature]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 383
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 388
def update!(**args)
  @builder_version = args[:builder_version] if args.key?(:builder_version)
  @signature = args[:signature] if args.key?(:signature)
end