google-apis-artifactregistry_v1 0.17.0 → 0.18.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: c6d779ab9003c921b118a8dfebe77d531cdd015a8cfc6c38a3a843f186e74286
4
- data.tar.gz: 0475e5e51b9654b2527d0b87aa491860a901e386b690d8445e2c35d584a72f76
3
+ metadata.gz: bc8a24a50001559c86a620d0de0b0c12adcd0fe2bb9848096023caed15b743dc
4
+ data.tar.gz: 02b8c4f3483f4c7cc7b81c4873e3d21b38232ad87dd562fc1a1089bacfdfa485
5
5
  SHA512:
6
- metadata.gz: 6644de9adcb242b595dd464598c8a28f546cce4511f8207f833211c9ec84e3776d43ecdc0f6368dcc9d0d54d2b46df3dca4d6860602e920678a2e3ecd92a24e2
7
- data.tar.gz: 84ab4053ff3742b0aaaf2cc62aea1ebfe24aa7d0a365040a0937a6346383db27eb0a733aba9a086ab34758dee9c440396ae690132ccfb23eee0853dc65b7a9da
6
+ metadata.gz: 19c2b7ab52ec8cf4335e34a68108c9da7f87b0452ea34393916e6952d1d8f6b7f7803b901b7dfb8cd9678cdecd2f2bd930616a108af2c876eef93bfc85c28bec
7
+ data.tar.gz: 6e83d3411a56865573192786cf51031fa80469936139fb41cd307eb084d02a7b9daa8a14d3630935ec88a97b2d2dd0fc6cbe0debb7d8a04d97935eb7046b3ea3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.18.0 (2022-02-08)
4
+
5
+ * Regenerated from discovery document revision 20220203
6
+
3
7
  ### v0.17.0 (2022-01-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220121
@@ -868,7 +868,7 @@ module Google
868
868
  # @return [String]
869
869
  attr_accessor :format
870
870
 
871
- # The Cloud KMS resource name of the customer managed encryption key thats used
871
+ # The Cloud KMS resource name of the customer managed encryption key that's used
872
872
  # to encrypt the contents of the Repository. Has the form: `projects/my-project/
873
873
  # locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. This value may not be
874
874
  # changed after the Repository has been created.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1
18
18
  # Version of the google-apis-artifactregistry_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.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 = "20220121"
25
+ REVISION = "20220203"
26
26
  end
27
27
  end
28
28
  end
@@ -497,7 +497,7 @@ module Google
497
497
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
498
498
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
499
499
  # @raise [Google::Apis::AuthorizationError] Authorization is required
500
- def upload_aptartifact_apt_artifact(parent, upload_apt_artifact_request_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
500
+ 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)
501
501
  if upload_source.nil?
502
502
  command = make_simple_command(:post, 'v1/{+parent}/aptArtifacts:create', options)
503
503
  else
@@ -719,7 +719,7 @@ module Google
719
719
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
720
720
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
721
721
  # @raise [Google::Apis::AuthorizationError] Authorization is required
722
- def upload_googetartifact_goo_get_artifact(parent, upload_goo_get_artifact_request_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
722
+ def upload_googet_artifact_goo_get_artifact(parent, upload_goo_get_artifact_request_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
723
723
  if upload_source.nil?
724
724
  command = make_simple_command(:post, 'v1/{+parent}/googetArtifacts:create', options)
725
725
  else
@@ -1188,7 +1188,7 @@ module Google
1188
1188
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1189
1189
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1190
1190
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1191
- def upload_yumartifact_yum_artifact(parent, upload_yum_artifact_request_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
1191
+ 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)
1192
1192
  if upload_source.nil?
1193
1193
  command = make_simple_command(:post, 'v1/{+parent}/yumArtifacts:create', options)
1194
1194
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-01-31 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []