google-apis-containeranalysis_v1alpha1 0.77.0 → 0.78.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: c41712dbe420affe9ca527cc21709c685bfe441b1e6227ecfd083012bb8d24d6
|
|
4
|
+
data.tar.gz: 986db1dcfab16bc32b809c73829f62ba6539a738d2be5318740a130beed33a6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 989c3fbbef3bc75d5b74d545e4734d63f752b29d264b5b9387084a019eb955aea0ed3314ca8820c516c68fd6540678a64c740527ee35ebc7afec18bf7f27664d
|
|
7
|
+
data.tar.gz: c1bfd667593d1fa4ac8347c86e9df4b8ffca7c52e84920e170aecb0d1812fb039a897322b8ad5255c704afe478de57e761860711b2d157cb665736e31c457437
|
data/CHANGELOG.md
CHANGED
|
@@ -1499,6 +1499,14 @@ module Google
|
|
|
1499
1499
|
# @return [String]
|
|
1500
1500
|
attr_accessor :artifact_id
|
|
1501
1501
|
|
|
1502
|
+
# Optional. Path to a folder containing the files to upload to Artifact Registry.
|
|
1503
|
+
# This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
|
|
1504
|
+
# relative path from /workspace, e.g. `my-app/target/`. This field is mutually
|
|
1505
|
+
# exclusive with the `path` field.
|
|
1506
|
+
# Corresponds to the JSON property `deployFolder`
|
|
1507
|
+
# @return [String]
|
|
1508
|
+
attr_accessor :deploy_folder
|
|
1509
|
+
|
|
1502
1510
|
# Maven `groupId` value used when uploading the artifact to Artifact Registry.
|
|
1503
1511
|
# Corresponds to the JSON property `groupId`
|
|
1504
1512
|
# @return [String]
|
|
@@ -1531,6 +1539,7 @@ module Google
|
|
|
1531
1539
|
# Update properties of this object
|
|
1532
1540
|
def update!(**args)
|
|
1533
1541
|
@artifact_id = args[:artifact_id] if args.key?(:artifact_id)
|
|
1542
|
+
@deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
|
|
1534
1543
|
@group_id = args[:group_id] if args.key?(:group_id)
|
|
1535
1544
|
@path = args[:path] if args.key?(:path)
|
|
1536
1545
|
@repository = args[:repository] if args.key?(:repository)
|
|
@@ -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.78.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
|
|
@@ -1512,6 +1512,7 @@ module Google
|
|
|
1512
1512
|
# @private
|
|
1513
1513
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1514
1514
|
property :artifact_id, as: 'artifactId'
|
|
1515
|
+
property :deploy_folder, as: 'deployFolder'
|
|
1515
1516
|
property :group_id, as: 'groupId'
|
|
1516
1517
|
property :path, as: 'path'
|
|
1517
1518
|
property :repository, as: 'repository'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.78.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_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.78.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|