google-apis-artifactregistry_v1beta2 0.19.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43e080b9b41f0181e8cb74caf1fb40ebb9a59dfaf3af9c4a9736ecc74e7e2160
|
4
|
+
data.tar.gz: f9a326a460b8d66e1465648f058a0d808c4731d2ac3223a58eb97c6975ac497f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b355ed70793ec1304b1cc39b6a03cd0f9f7205bc7db64b2b9283e04d7868fd86702c97ed71c98d4a85617c959da03ee4476e56678ad7f4bf964604983b839cdd
|
7
|
+
data.tar.gz: 8ba70f5af942c2b20ba51bd7cb70fefeefca457f54d06dfd667d5c0d4d65ceee5422c24df98b4c547b35cb3e12ad7dac7347051b3185232835e56bc5e13d6330
|
data/CHANGELOG.md
CHANGED
@@ -971,7 +971,7 @@ module Google
|
|
971
971
|
# @return [String]
|
972
972
|
attr_accessor :format
|
973
973
|
|
974
|
-
# The Cloud KMS resource name of the customer managed encryption key that
|
974
|
+
# The Cloud KMS resource name of the customer managed encryption key that's used
|
975
975
|
# to encrypt the contents of the Repository. Has the form: `projects/my-project/
|
976
976
|
# locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. This value may not be
|
977
977
|
# changed after the Repository has been created.
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ArtifactregistryV1beta2
|
18
18
|
# Version of the google-apis-artifactregistry_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -570,7 +570,7 @@ module Google
|
|
570
570
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
571
571
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
572
572
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
573
|
-
def
|
573
|
+
def upload_apt_artifact(parent, upload_apt_artifact_request_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
|
574
574
|
if upload_source.nil?
|
575
575
|
command = make_simple_command(:post, 'v1beta2/{+parent}/aptArtifacts:create', options)
|
576
576
|
else
|
@@ -1113,7 +1113,7 @@ module Google
|
|
1113
1113
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1114
1114
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1115
1115
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1116
|
-
def
|
1116
|
+
def upload_yum_artifact(parent, upload_yum_artifact_request_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
|
1117
1117
|
if upload_source.nil?
|
1118
1118
|
command = make_simple_command(:post, 'v1beta2/{+parent}/yumArtifacts:create', options)
|
1119
1119
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-artifactregistry_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.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: 2022-
|
11
|
+
date: 2022-02-14 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-artifactregistry_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|