Class: Google::Apis::OndemandscanningV1beta1::GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource
- Inherits:
-
Object
- Object
- Google::Apis::OndemandscanningV1beta1::GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/ondemandscanning_v1beta1/classes.rb,
lib/google/apis/ondemandscanning_v1beta1/representations.rb,
lib/google/apis/ondemandscanning_v1beta1/representations.rb
Overview
Describes where the config file that kicked off the build came from. This is effectively a pointer to the source where buildConfig came from.
Instance Attribute Summary collapse
-
#digest ⇒ Hash<String,String>
Corresponds to the JSON property
digest
. -
#entry_point ⇒ String
Corresponds to the JSON property
entryPoint
. -
#uri ⇒ String
Corresponds to the JSON property
uri
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource
constructor
A new instance of GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource
Returns a new instance of GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource.
1157 1158 1159 |
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1157 def initialize(**args) update!(**args) end |
Instance Attribute Details
#digest ⇒ Hash<String,String>
Corresponds to the JSON property digest
1145 1146 1147 |
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1145 def digest @digest end |
#entry_point ⇒ String
Corresponds to the JSON property entryPoint
1150 1151 1152 |
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1150 def entry_point @entry_point end |
#uri ⇒ String
Corresponds to the JSON property uri
1155 1156 1157 |
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1155 def uri @uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1162 1163 1164 1165 1166 |
# File 'lib/google/apis/ondemandscanning_v1beta1/classes.rb', line 1162 def update!(**args) @digest = args[:digest] if args.key?(:digest) @entry_point = args[:entry_point] if args.key?(:entry_point) @uri = args[:uri] if args.key?(:uri) end |