Class: Google::Apis::ContaineranalysisV1::GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1::GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/containeranalysis_v1/classes.rb,
lib/google/apis/containeranalysis_v1/representations.rb,
lib/google/apis/containeranalysis_v1/representations.rb
Overview
Indicates that the builder claims certain fields in this message to be complete.
Instance Attribute Summary collapse
-
#environment ⇒ Boolean
(also: #environment?)
Corresponds to the JSON property
environment. -
#materials ⇒ Boolean
(also: #materials?)
Corresponds to the JSON property
materials. -
#parameters ⇒ Boolean
(also: #parameters?)
Corresponds to the JSON property
parameters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness
constructor
A new instance of GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness
Returns a new instance of GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness.
3617 3618 3619 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3617 def initialize(**args) update!(**args) end |
Instance Attribute Details
#environment ⇒ Boolean Also known as: environment?
Corresponds to the JSON property environment
3602 3603 3604 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3602 def environment @environment end |
#materials ⇒ Boolean Also known as: materials?
Corresponds to the JSON property materials
3608 3609 3610 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3608 def materials @materials end |
#parameters ⇒ Boolean Also known as: parameters?
Corresponds to the JSON property parameters
3614 3615 3616 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3614 def parameters @parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3622 3623 3624 3625 3626 |
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 3622 def update!(**args) @environment = args[:environment] if args.key?(:environment) @materials = args[:materials] if args.key?(:materials) @parameters = args[:parameters] if args.key?(:parameters) end |