google-apis-artifactregistry_v1beta1 0.37.0 → 0.39.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: e6349b41f72780beef99eb4bd8904f33953320ed70007bf2392720526ba4919a
4
- data.tar.gz: 05a2f91acc84ffbda8b8deed3201367a591253d88f17609f7ab6fc5b403b48ea
3
+ metadata.gz: e95d7101b81c12c6fbe60cb3020a2e81f471993f59d657c5acb9472b08874f49
4
+ data.tar.gz: fa7d32f9b2770d4e3a41cab6bffe51a7176a96d8c414aadd4fb80b239e991747
5
5
  SHA512:
6
- metadata.gz: 194a057f8a368daca2d337bca05a31bd7bf5019f1075a739f54a989488ecffb146c47fd7c4f09cf1582aa3f5e36324cb9d2f1cd0a449c1c9be0490175132e478
7
- data.tar.gz: 75d32397ad487b2a2b0e83558755b3c3e7c02d8a5df2f2362e092af920c1191c5acdc94959c9bf874da01a445962d9ba251f2fcf957ac506b2c5bac8e1b803c0
6
+ metadata.gz: 34d6913f2e07e60f3d1fcef4c92830979bced77efd4784f8eaf8769dcbb889b709de929d81196bffe87b2c9a4f660f689d3467f666515fb5a562f02341d386c3
7
+ data.tar.gz: 28e6258358e994edc021189e30052fa9969fe2ddca8fcaf18dbc84d72ffa10802b140bbb194032bb464580b9417aa096e0086789c85fbf77996122cbb823e04d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.39.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230522
6
+
7
+ ### v0.38.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230512
10
+
3
11
  ### v0.37.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230508
@@ -523,8 +523,8 @@ module Google
523
523
  # @return [String]
524
524
  attr_accessor :display_name
525
525
 
526
- # The name of the package, for example: "projects/p1/locations/us-central1/
527
- # repositories/repo1/packages/pkg1". If the package ID part contains slashes,
526
+ # The name of the package, for example: `projects/p1/locations/us-central1/
527
+ # repositories/repo1/packages/pkg1`. If the package ID part contains slashes,
528
528
  # the slashes are escaped.
529
529
  # Corresponds to the JSON property `name`
530
530
  # @return [String]
@@ -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.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230508"
25
+ REVISION = "20230522"
26
26
  end
27
27
  end
28
28
  end
@@ -712,7 +712,8 @@ module Google
712
712
 
713
713
  # Lists tags.
714
714
  # @param [String] parent
715
- # The name of the parent resource whose tags will be listed.
715
+ # The name of the parent package whose tags will be listed. Example: "projects/
716
+ # p1/locations/us-central1/repositories/repo1/packages/pkg1
716
717
  # @param [String] filter
717
718
  # An expression for filtering the results of the request. Filter rules are case
718
719
  # insensitive. The fields eligible for filtering are: * `version` An example of
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.37.0
4
+ version: 0.39.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-05-28 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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.39.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: []