google-apis-containeranalysis_v1alpha1 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82f7c90d24f3a27ca19c0c58338731522361618d87df2b98bf42970dd9795bfa
|
4
|
+
data.tar.gz: b209a12b04acfc62e1ba22468d6506fba065b1fa2d7538fcca659c271d398485
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab314728b00102d7d99df58f2eee5e12985d0e0581634bda1b86093b711d56d57419f33c3708bf67104100c81a8a9efb19f36197723958db6ee06a7a6eeacc29
|
7
|
+
data.tar.gz: 103f6d9191b9da38fc90666a5cbfb6ce5091d0dba91404401a5fc59011c132a5baf8b0633caac4a27c6653e8ff73ba05f7c881805401a24c1c6f18b7892f9429
|
data/CHANGELOG.md
CHANGED
@@ -3077,7 +3077,7 @@ module Google
|
|
3077
3077
|
# make", then this might be the flags passed to make aside from the target,
|
3078
3078
|
# which is captured in recipe.entryPoint.
|
3079
3079
|
# Corresponds to the JSON property `arguments`
|
3080
|
-
# @return [Array<String
|
3080
|
+
# @return [Array<Hash<String,Object>>]
|
3081
3081
|
attr_accessor :arguments
|
3082
3082
|
|
3083
3083
|
# Index in materials containing the recipe steps that are not implied by recipe.
|
@@ -3102,7 +3102,7 @@ module Google
|
|
3102
3102
|
# recipe. Usually only needed for reproducing the build but not evaluated as
|
3103
3103
|
# part of policy.
|
3104
3104
|
# Corresponds to the JSON property `environment`
|
3105
|
-
# @return [Hash<String,
|
3105
|
+
# @return [Array<Hash<String,Object>>]
|
3106
3106
|
attr_accessor :environment
|
3107
3107
|
|
3108
3108
|
# URI indicating what type of recipe was performed. It determines the meaning of
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContaineranalysisV1alpha1
|
18
18
|
# Version of the google-apis-containeranalysis_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210825"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1383,7 +1383,7 @@ module Google
|
|
1383
1383
|
collection :arguments, as: 'arguments'
|
1384
1384
|
property :defined_in_material, :numeric_string => true, as: 'definedInMaterial'
|
1385
1385
|
property :entry_point, as: 'entryPoint'
|
1386
|
-
|
1386
|
+
collection :environment, as: 'environment'
|
1387
1387
|
property :type, as: 'type'
|
1388
1388
|
end
|
1389
1389
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-containeranalysis_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-containeranalysis_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|