google-apis-containeranalysis_v1beta1 0.69.0 → 0.70.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: ee1e3a96941f407ef70a2541afaddae0a699291c5259c2a68935f350d108e7d6
|
|
4
|
+
data.tar.gz: 31b8340bf8446f2a88d1ea93d1c232c2758d43a671cf87e248131f811df55ee7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a3a82abddd036db48676ce1fd0daebd899b1cedf11112ff8a25466a43c49dbf418fe694b271dd951a8c0cb597794e1e936a14ea0edae74a2890f8cf53fda99a
|
|
7
|
+
data.tar.gz: cb292a97764346915d015e40ea42dcd5ab531f2e0d4c2adaf166e6dc443a2c9a6f5158cee2098f7ae906185e8edc9ff30ba17731820fbbde62940c06473de28b
|
data/CHANGELOG.md
CHANGED
|
@@ -1426,6 +1426,14 @@ module Google
|
|
|
1426
1426
|
# @return [String]
|
|
1427
1427
|
attr_accessor :artifact_id
|
|
1428
1428
|
|
|
1429
|
+
# Optional. Path to a folder containing the files to upload to Artifact Registry.
|
|
1430
|
+
# This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
|
|
1431
|
+
# relative path from /workspace, e.g. `my-app/target/`. This field is mutually
|
|
1432
|
+
# exclusive with the `path` field.
|
|
1433
|
+
# Corresponds to the JSON property `deployFolder`
|
|
1434
|
+
# @return [String]
|
|
1435
|
+
attr_accessor :deploy_folder
|
|
1436
|
+
|
|
1429
1437
|
# Maven `groupId` value used when uploading the artifact to Artifact Registry.
|
|
1430
1438
|
# Corresponds to the JSON property `groupId`
|
|
1431
1439
|
# @return [String]
|
|
@@ -1458,6 +1466,7 @@ module Google
|
|
|
1458
1466
|
# Update properties of this object
|
|
1459
1467
|
def update!(**args)
|
|
1460
1468
|
@artifact_id = args[:artifact_id] if args.key?(:artifact_id)
|
|
1469
|
+
@deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
|
|
1461
1470
|
@group_id = args[:group_id] if args.key?(:group_id)
|
|
1462
1471
|
@path = args[:path] if args.key?(:path)
|
|
1463
1472
|
@repository = args[:repository] if args.key?(:repository)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1beta1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.70.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1408,6 +1408,7 @@ module Google
|
|
|
1408
1408
|
# @private
|
|
1409
1409
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1410
1410
|
property :artifact_id, as: 'artifactId'
|
|
1411
|
+
property :deploy_folder, as: 'deployFolder'
|
|
1411
1412
|
property :group_id, as: 'groupId'
|
|
1412
1413
|
property :path, as: 'path'
|
|
1413
1414
|
property :repository, as: 'repository'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.70.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.70.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|