google-apis-containeranalysis_v1 0.34.0 → 0.35.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: c753e42e9b579043f02b00e063add5cf7936b2dc63e0a56d69871e74a349a869
|
|
4
|
+
data.tar.gz: 38a7b999643c29974cfbf841fda0b5e9fe134bcf172f91a5cc937fbe25603ca0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6204ab938774d57dc0a18ce2a8054491f4f79bd11fb4532862a3e61895708a1fce5c361cd2356619dd93fd30fe2ff2f452e0494a52df798f4d29492763266c2
|
|
7
|
+
data.tar.gz: 6eb6bf5644541f858d49486650bf15446d8cd1ec704ada6661a07fe767185304ef3a1b5892d94e3054b75c96b4e3630c5389aee72d8bfbd6ae65c3c837999561
|
data/CHANGELOG.md
CHANGED
|
@@ -1544,7 +1544,7 @@ module Google
|
|
|
1544
1544
|
# @return [String]
|
|
1545
1545
|
attr_accessor :log_url
|
|
1546
1546
|
|
|
1547
|
-
#
|
|
1547
|
+
# Cloud Storage bucket where logs should be written (see [Bucket Name
|
|
1548
1548
|
# Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)
|
|
1549
1549
|
# ). Logs file names will be of the format `$`logs_bucket`/log-$`build_id`.txt`.
|
|
1550
1550
|
# Corresponds to the JSON property `logsBucket`
|
|
@@ -1790,7 +1790,7 @@ module Google
|
|
|
1790
1790
|
# @return [Array<String>]
|
|
1791
1791
|
attr_accessor :env
|
|
1792
1792
|
|
|
1793
|
-
# Option to define build log streaming behavior to
|
|
1793
|
+
# Option to define build log streaming behavior to Cloud Storage.
|
|
1794
1794
|
# Corresponds to the JSON property `logStreamingOption`
|
|
1795
1795
|
# @return [String]
|
|
1796
1796
|
attr_accessor :log_streaming_option
|
|
@@ -2470,14 +2470,14 @@ module Google
|
|
|
2470
2470
|
# @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource]
|
|
2471
2471
|
attr_accessor :repo_source
|
|
2472
2472
|
|
|
2473
|
-
# Location of the source in an archive file in
|
|
2473
|
+
# Location of the source in an archive file in Cloud Storage.
|
|
2474
2474
|
# Corresponds to the JSON property `storageSource`
|
|
2475
2475
|
# @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource]
|
|
2476
2476
|
attr_accessor :storage_source
|
|
2477
2477
|
|
|
2478
|
-
# Location of the source manifest in
|
|
2479
|
-
#
|
|
2480
|
-
#
|
|
2478
|
+
# Location of the source manifest in Cloud Storage. This feature is in Preview;
|
|
2479
|
+
# see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/
|
|
2480
|
+
# tree/master/gcs-fetcher).
|
|
2481
2481
|
# Corresponds to the JSON property `storageSourceManifest`
|
|
2482
2482
|
# @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest]
|
|
2483
2483
|
attr_accessor :storage_source_manifest
|
|
@@ -2516,14 +2516,14 @@ module Google
|
|
|
2516
2516
|
# @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource]
|
|
2517
2517
|
attr_accessor :resolved_repo_source
|
|
2518
2518
|
|
|
2519
|
-
# Location of the source in an archive file in
|
|
2519
|
+
# Location of the source in an archive file in Cloud Storage.
|
|
2520
2520
|
# Corresponds to the JSON property `resolvedStorageSource`
|
|
2521
2521
|
# @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource]
|
|
2522
2522
|
attr_accessor :resolved_storage_source
|
|
2523
2523
|
|
|
2524
|
-
# Location of the source manifest in
|
|
2525
|
-
#
|
|
2526
|
-
#
|
|
2524
|
+
# Location of the source manifest in Cloud Storage. This feature is in Preview;
|
|
2525
|
+
# see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/
|
|
2526
|
+
# tree/master/gcs-fetcher).
|
|
2527
2527
|
# Corresponds to the JSON property `resolvedStorageSourceManifest`
|
|
2528
2528
|
# @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest]
|
|
2529
2529
|
attr_accessor :resolved_storage_source_manifest
|
|
@@ -2541,25 +2541,24 @@ module Google
|
|
|
2541
2541
|
end
|
|
2542
2542
|
end
|
|
2543
2543
|
|
|
2544
|
-
# Location of the source in an archive file in
|
|
2544
|
+
# Location of the source in an archive file in Cloud Storage.
|
|
2545
2545
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource
|
|
2546
2546
|
include Google::Apis::Core::Hashable
|
|
2547
2547
|
|
|
2548
|
-
#
|
|
2549
|
-
#
|
|
2550
|
-
# ).
|
|
2548
|
+
# Cloud Storage bucket containing the source (see [Bucket Name Requirements](
|
|
2549
|
+
# https://cloud.google.com/storage/docs/bucket-naming#requirements)).
|
|
2551
2550
|
# Corresponds to the JSON property `bucket`
|
|
2552
2551
|
# @return [String]
|
|
2553
2552
|
attr_accessor :bucket
|
|
2554
2553
|
|
|
2555
|
-
#
|
|
2556
|
-
#
|
|
2554
|
+
# Cloud Storage generation for the object. If the generation is omitted, the
|
|
2555
|
+
# latest generation will be used.
|
|
2557
2556
|
# Corresponds to the JSON property `generation`
|
|
2558
2557
|
# @return [Fixnum]
|
|
2559
2558
|
attr_accessor :generation
|
|
2560
2559
|
|
|
2561
|
-
#
|
|
2562
|
-
#
|
|
2560
|
+
# Cloud Storage object containing the source. This object must be a zipped (`.
|
|
2561
|
+
# zip`) or gzipped archive file (`.tar.gz`) containing source to build.
|
|
2563
2562
|
# Corresponds to the JSON property `object`
|
|
2564
2563
|
# @return [String]
|
|
2565
2564
|
attr_accessor :object
|
|
@@ -2576,27 +2575,27 @@ module Google
|
|
|
2576
2575
|
end
|
|
2577
2576
|
end
|
|
2578
2577
|
|
|
2579
|
-
# Location of the source manifest in
|
|
2580
|
-
#
|
|
2581
|
-
#
|
|
2578
|
+
# Location of the source manifest in Cloud Storage. This feature is in Preview;
|
|
2579
|
+
# see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/
|
|
2580
|
+
# tree/master/gcs-fetcher).
|
|
2582
2581
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest
|
|
2583
2582
|
include Google::Apis::Core::Hashable
|
|
2584
2583
|
|
|
2585
|
-
#
|
|
2584
|
+
# Cloud Storage bucket containing the source manifest (see [Bucket Name
|
|
2586
2585
|
# Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)
|
|
2587
2586
|
# ).
|
|
2588
2587
|
# Corresponds to the JSON property `bucket`
|
|
2589
2588
|
# @return [String]
|
|
2590
2589
|
attr_accessor :bucket
|
|
2591
2590
|
|
|
2592
|
-
#
|
|
2593
|
-
#
|
|
2591
|
+
# Cloud Storage generation for the object. If the generation is omitted, the
|
|
2592
|
+
# latest generation will be used.
|
|
2594
2593
|
# Corresponds to the JSON property `generation`
|
|
2595
2594
|
# @return [Fixnum]
|
|
2596
2595
|
attr_accessor :generation
|
|
2597
2596
|
|
|
2598
|
-
#
|
|
2599
|
-
#
|
|
2597
|
+
# Cloud Storage object containing the source manifest. This object must be a
|
|
2598
|
+
# JSON file.
|
|
2600
2599
|
# Corresponds to the JSON property `object`
|
|
2601
2600
|
# @return [String]
|
|
2602
2601
|
attr_accessor :object
|
|
@@ -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.35.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 = "20230519"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.35.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-05-
|
|
11
|
+
date: 2023-05-28 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.35.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: []
|