google-apis-artifactregistry_v1beta1 0.17.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: 3fcd250b7f7934dc3fbab5e36cd7cdbdb0191ac86b6e74da44e285148756c286
4
- data.tar.gz: 1bd01632f562ed3b5161762565acc79a42ab319ce1bd0335c6cc916e88ffe0e6
3
+ metadata.gz: ec50267a020c89f560072563e8a645b70817cbd47457b3381fd38a52f618fc48
4
+ data.tar.gz: 6959e2135d32fe626699584cd50d94796a45e91169f2700cf3adcaff835b9e78
5
5
  SHA512:
6
- metadata.gz: 86828c709ed72fa1ab9d1c6c016b3aa4448e3ea8691535cc4a43af82a7af2c2cafd6966533b26600a51e5e9c7fc7819435af829a2e691fa8bf2bad515ee3e0a8
7
- data.tar.gz: 8c9ed90878d5329f2f27775ecf1659454c500066402b2e85a04681e0ddfcec0e0a75df023ef02b1454db15b1f42c2dd906721cdb4d558b5385b297d1979d5814
6
+ metadata.gz: 948c5e77503babc8b819b806d15d52cbbb1ec93b33cb3a3ba94f0afd84e54802418c77b0852aedbf0e94e4d4d5a5af2cec48c412c415bf8a1b012d2176b31c36
7
+ data.tar.gz: 97351fead7d5946fbc806afd2a3fd598d0341b641044b1c77a01d66588e677b6cd1f7e14a345d6a2712350248b487e3d0d8a7822330ea98e9fe92cb09124ed3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
7
+ ### v0.19.0 (2022-02-08)
8
+
9
+ * Regenerated from discovery document revision 20220203
10
+
11
+ ### v0.18.0 (2022-01-27)
12
+
13
+ * Regenerated from discovery document revision 20220121
14
+
3
15
  ### v0.17.0 (2022-01-15)
4
16
 
5
17
  * Regenerated from discovery document revision 20220113
@@ -653,7 +653,7 @@ module Google
653
653
  # @return [String]
654
654
  attr_accessor :format
655
655
 
656
- # The Cloud KMS resource name of the customer managed encryption key thats used
656
+ # The Cloud KMS resource name of the customer managed encryption key that's used
657
657
  # to encrypt the contents of the Repository. Has the form: `projects/my-project/
658
658
  # locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. This value may not be
659
659
  # changed after the Repository has been created.
@@ -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.17.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 = "20220113"
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
@@ -862,7 +863,7 @@ module Google
862
863
  # @param [String] parent
863
864
  # The name of the parent resource whose versions will be listed.
864
865
  # @param [String] order_by
865
- # Optional. Sorting field and order
866
+ # Optional. The field to order the results by.
866
867
  # @param [Fixnum] page_size
867
868
  # The maximum number of versions to return. Maximum page size is 1,000.
868
869
  # @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.17.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-01-17 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.17.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: []