google-apis-containeranalysis_v1 0.29.0 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc610cb1a292b1e87146065838d081c3929f161247fd3e6cf74a06983eb2101f
|
|
4
|
+
data.tar.gz: c54ee5a8f4498f217ffc4bb55609b6ead68e7cdfb923229dadcdb929be870737
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b982d9901cae8d9c9218d49412df71bd25e572c178afb6a122aab8d34618f73b709eb1c2e83cc3a95038707cbcd19af272debc2235effa848acd61aa4c441afe
|
|
7
|
+
data.tar.gz: 891eb2feb0553b9e40e2a751a032126719a9298390ae62e9b4d62c6893994717c8be5d354f43629bec93e03a86a5a44d8298625582df201f01b209cf4622a4d5
|
data/CHANGELOG.md
CHANGED
|
@@ -1652,6 +1652,11 @@ module Google
|
|
|
1652
1652
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions
|
|
1653
1653
|
include Google::Apis::Core::Hashable
|
|
1654
1654
|
|
|
1655
|
+
# Optional. Option to specify how default logs buckets are setup.
|
|
1656
|
+
# Corresponds to the JSON property `defaultLogsBucketBehavior`
|
|
1657
|
+
# @return [String]
|
|
1658
|
+
attr_accessor :default_logs_bucket_behavior
|
|
1659
|
+
|
|
1655
1660
|
# Requested disk size for the VM that runs the build. Note that this is *NOT* "
|
|
1656
1661
|
# disk free"; some of the space will be used by the operating system and build
|
|
1657
1662
|
# utilities. Also note that this is the minimum disk size that will be allocated
|
|
@@ -1747,6 +1752,7 @@ module Google
|
|
|
1747
1752
|
|
|
1748
1753
|
# Update properties of this object
|
|
1749
1754
|
def update!(**args)
|
|
1755
|
+
@default_logs_bucket_behavior = args[:default_logs_bucket_behavior] if args.key?(:default_logs_bucket_behavior)
|
|
1750
1756
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
1751
1757
|
@dynamic_substitutions = args[:dynamic_substitutions] if args.key?(:dynamic_substitutions)
|
|
1752
1758
|
@env = args[:env] if args.key?(:env)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.30.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230310"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1249,6 +1249,7 @@ module Google
|
|
|
1249
1249
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions
|
|
1250
1250
|
# @private
|
|
1251
1251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1252
|
+
property :default_logs_bucket_behavior, as: 'defaultLogsBucketBehavior'
|
|
1252
1253
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
|
1253
1254
|
property :dynamic_substitutions, as: 'dynamicSubstitutions'
|
|
1254
1255
|
collection :env, as: 'env'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.30.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: 2023-03-
|
|
11
|
+
date: 2023-03-19 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/main/generated/google-apis-containeranalysis_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.30.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|