google-apis-artifactregistry_v1beta1 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: 610d4532e61e339d44d832d52aca5205e639d4a1acb85e05cf9eb2ff820c0eb8
4
- data.tar.gz: 880dc100685c002bb7c30603386e7ff7cacc6270e52f6622c58908d9942f74df
3
+ metadata.gz: ec50267a020c89f560072563e8a645b70817cbd47457b3381fd38a52f618fc48
4
+ data.tar.gz: 6959e2135d32fe626699584cd50d94796a45e91169f2700cf3adcaff835b9e78
5
5
  SHA512:
6
- metadata.gz: df0d863e0d132976dd808d263653523be1ef4604e73baa6e72efcb23af45b655f0d1d98b6b3a509e4d287a989b79525456a5ee9ac309bda5b68283d485a4e1d0
7
- data.tar.gz: f1727940a6114ecfe3be2b28a07f51a740f299511756827af296dc96b31453f407929a1f1552e0e3925ad1343994f4b87b3b14de78b5c4b99ed5534ed71fac0a
6
+ metadata.gz: 948c5e77503babc8b819b806d15d52cbbb1ec93b33cb3a3ba94f0afd84e54802418c77b0852aedbf0e94e4d4d5a5af2cec48c412c415bf8a1b012d2176b31c36
7
+ data.tar.gz: 97351fead7d5946fbc806afd2a3fd598d0341b641044b1c77a01d66588e677b6cd1f7e14a345d6a2712350248b487e3d0d8a7822330ea98e9fe92cb09124ed3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-03-10)
4
+
5
+ * Regenerated from discovery document revision 20220307
6
+
3
7
  ### v0.19.0 (2022-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20220203
@@ -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.19.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 = "20220203"
25
+ REVISION = "20220307"
26
26
  end
27
27
  end
28
28
  end
@@ -471,7 +471,8 @@ module Google
471
471
 
472
472
  # Lists files.
473
473
  # @param [String] parent
474
- # The name of the parent resource whose files will be listed.
474
+ # The name of the repository whose files will be listed. For example: "projects/
475
+ # p1/locations/us-central1/repositories/repo1
475
476
  # @param [String] filter
476
477
  # An expression for filtering the results of the request. Filter rules are case
477
478
  # insensitive. The fields eligible for filtering are: * `name` * `owner` An
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.19.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-02-14 00:00:00.000000000 Z
11
+ date: 2022-03-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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.20.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: []