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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e95d7101b81c12c6fbe60cb3020a2e81f471993f59d657c5acb9472b08874f49
|
4
|
+
data.tar.gz: fa7d32f9b2770d4e3a41cab6bffe51a7176a96d8c414aadd4fb80b239e991747
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
527
|
-
# repositories/repo1/packages/pkg1
|
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.
|
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 = "
|
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
|
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.
|
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-
|
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.
|
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: []
|