google-apis-artifactregistry_v1beta1 0.14.0 → 0.15.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: d3f4a2d842943ef029d1d6d65974ef628bdb73a21dab8e8a856f4465ed71f01b
4
- data.tar.gz: 10c44fdcac3ececba96ef30b465cbf6f06281cd511d64281272208f17e2e9137
3
+ metadata.gz: 1d0167a290c40de4c7e9bbf29111907db9ca4ae1e80072a2fac32e1ae6575bea
4
+ data.tar.gz: 4024e346519b7720a0731193c6d2471cd867e835fb4bfd3c6a1f279d84bf1f23
5
5
  SHA512:
6
- metadata.gz: 6fd30d6b26bff9a6f92a020537fbd4e70163a9fee7a0830a57c9786fbdf70a82f7493f8879a079f068d2ac95f66014cb927d948cd2119b08298910373e7ba9cd
7
- data.tar.gz: b18fb053eb01a4f315861362436fbe48c34d48593842fe87132f9577075a440cc8bf6d8ae262b6302725060c755e3f07fbb00ed49addd8fe612019825277996b
6
+ metadata.gz: 0bb1332bb9f3be58bc847493c170bb0a2ed4490ab9d3430c42ff5352e2612d0d8817ffc2f6b5db21090fe7de25148619734c0e8767b9336a56939788fc41845b
7
+ data.tar.gz: 4a66fd64ae54412ef11a81d79aa65a9cd47b8ed8c98bc38c95974598f77036342cca61677a5f6823c644319518e4e0378ee54b001ab59b9e77a892c33639366c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.15.0 (2021-12-08)
4
+
5
+ * Regenerated from discovery document revision 20211203
6
+
3
7
  ### v0.14.0 (2021-11-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20211108
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta1
18
18
  # Version of the google-apis-artifactregistry_v1beta1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211108"
25
+ REVISION = "20211203"
26
26
  end
27
27
  end
28
28
  end
@@ -157,7 +157,7 @@ module Google
157
157
  # Creates a repository. The returned Operation will finish once the repository
158
158
  # has been created. Its response will be the created Repository.
159
159
  # @param [String] parent
160
- # The name of the parent resource where the repository will be created.
160
+ # Required. The name of the parent resource where the repository will be created.
161
161
  # @param [Google::Apis::ArtifactregistryV1beta1::Repository] repository_object
162
162
  # @param [String] repository_id
163
163
  # The repository id to use for this repository.
@@ -195,7 +195,7 @@ module Google
195
195
  # finish once the repository has been deleted. It will not have any Operation
196
196
  # metadata and will return a google.protobuf.Empty response.
197
197
  # @param [String] name
198
- # The name of the repository to delete.
198
+ # Required. The name of the repository to delete.
199
199
  # @param [String] fields
200
200
  # Selector specifying which fields to include in a partial response.
201
201
  # @param [String] quota_user
@@ -225,7 +225,7 @@ module Google
225
225
 
226
226
  # Gets a repository.
227
227
  # @param [String] name
228
- # The name of the repository to retrieve.
228
+ # Required. The name of the repository to retrieve.
229
229
  # @param [String] fields
230
230
  # Selector specifying which fields to include in a partial response.
231
231
  # @param [String] quota_user
@@ -298,7 +298,7 @@ module Google
298
298
 
299
299
  # Lists repositories.
300
300
  # @param [String] parent
301
- # The name of the parent resource whose repositories will be listed.
301
+ # Required. The name of the parent resource whose repositories will be listed.
302
302
  # @param [Fixnum] page_size
303
303
  # The maximum number of repositories to return.
304
304
  # @param [String] page_token
@@ -516,7 +516,7 @@ module Google
516
516
  # Deletes a package and all of its versions and tags. The returned operation
517
517
  # will complete once the package has been deleted.
518
518
  # @param [String] name
519
- # The name of the package to delete.
519
+ # Required. The name of the package to delete.
520
520
  # @param [String] fields
521
521
  # Selector specifying which fields to include in a partial response.
522
522
  # @param [String] quota_user
@@ -546,7 +546,7 @@ module Google
546
546
 
547
547
  # Gets a package.
548
548
  # @param [String] name
549
- # The name of the package to retrieve.
549
+ # Required. The name of the package to retrieve.
550
550
  # @param [String] fields
551
551
  # Selector specifying which fields to include in a partial response.
552
552
  # @param [String] quota_user
@@ -576,7 +576,7 @@ module Google
576
576
 
577
577
  # Lists packages.
578
578
  # @param [String] parent
579
- # The name of the parent resource whose packages will be listed.
579
+ # Required. The name of the parent resource whose packages will be listed.
580
580
  # @param [Fixnum] page_size
581
581
  # The maximum number of packages to return.
582
582
  # @param [String] page_token
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-12-13 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []