google-apis-containeranalysis_v1 0.65.0 → 0.66.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: 7749d9a56bbdf1f132dd300aa0616bbd9f93f4e492ce6c19e14bccda8ce6204f
|
|
4
|
+
data.tar.gz: b733cb64e8f72d4da03ccaba8bc55f1a36bc50917db2729c55b3ad306dd9928a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d458d328b28fc2f41a25ae5597f89239b838f864edd74d1c9b3866e6208dbf4a62e883701ff50b006f79011d7cb6dfbdde9b8bf0d71e14bb49813e4a94be0563
|
|
7
|
+
data.tar.gz: 8f75ff65fd2bca39f4cddd46aab9d33da51ffd4257efed66abfca465475bd331531ad15e114a9c6d98c2c84dd5586a1c5f47b058c3ce1c0c022e17464c5c9d41
|
data/CHANGELOG.md
CHANGED
|
@@ -1647,6 +1647,14 @@ module Google
|
|
|
1647
1647
|
# @return [String]
|
|
1648
1648
|
attr_accessor :artifact_id
|
|
1649
1649
|
|
|
1650
|
+
# Optional. Path to a folder containing the files to upload to Artifact Registry.
|
|
1651
|
+
# This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
|
|
1652
|
+
# relative path from /workspace, e.g. `my-app/target/`. This field is mutually
|
|
1653
|
+
# exclusive with the `path` field.
|
|
1654
|
+
# Corresponds to the JSON property `deployFolder`
|
|
1655
|
+
# @return [String]
|
|
1656
|
+
attr_accessor :deploy_folder
|
|
1657
|
+
|
|
1650
1658
|
# Maven `groupId` value used when uploading the artifact to Artifact Registry.
|
|
1651
1659
|
# Corresponds to the JSON property `groupId`
|
|
1652
1660
|
# @return [String]
|
|
@@ -1679,6 +1687,7 @@ module Google
|
|
|
1679
1687
|
# Update properties of this object
|
|
1680
1688
|
def update!(**args)
|
|
1681
1689
|
@artifact_id = args[:artifact_id] if args.key?(:artifact_id)
|
|
1690
|
+
@deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
|
|
1682
1691
|
@group_id = args[:group_id] if args.key?(:group_id)
|
|
1683
1692
|
@path = args[:path] if args.key?(:path)
|
|
1684
1693
|
@repository = args[:repository] if args.key?(:repository)
|
|
@@ -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.66.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
|
|
@@ -1520,6 +1520,7 @@ module Google
|
|
|
1520
1520
|
# @private
|
|
1521
1521
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1522
1522
|
property :artifact_id, as: 'artifactId'
|
|
1523
|
+
property :deploy_folder, as: 'deployFolder'
|
|
1523
1524
|
property :group_id, as: 'groupId'
|
|
1524
1525
|
property :path, as: 'path'
|
|
1525
1526
|
property :repository, as: 'repository'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.66.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.66.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|