google-apis-artifactregistry_v1beta1 0.38.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fef7d7e31db632025716764485ff3e7455148e07038ceb7687531f256677cfc
|
4
|
+
data.tar.gz: b0e23a95b6972f7b9cdc420d8c64c6561c129927cce6e65eda335a604e7d99ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16d00a98bd47f82f4bde380d3b8835ba6ea3978738aaf19550a100e4b92a27c63f5be387a70b14784e3f3fcee5adf711bba375f77f0fb3984f51b35be34d6e5f
|
7
|
+
data.tar.gz: 321f7bd41716c913a3e15ed078b17490f8788db1befb2aa3d0976235cc1d8655f6245ab8f07b7b48f77e0da33636d40b18b496c61cc53214566621879e1eeb03
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-artifactregistry_v1beta1
|
2
2
|
|
3
|
+
### v0.40.0 (2023-07-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230719
|
6
|
+
|
7
|
+
### v0.39.0 (2023-05-28)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230522
|
10
|
+
|
3
11
|
### v0.38.0 (2023-05-21)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230512
|
@@ -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.40.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 = "20230719"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -712,8 +712,8 @@ module Google
|
|
712
712
|
|
713
713
|
# Lists tags.
|
714
714
|
# @param [String] parent
|
715
|
-
# The name of the parent package whose tags will be listed.
|
716
|
-
# p1/locations/us-central1/repositories/repo1/packages/pkg1
|
715
|
+
# The name of the parent package whose tags will be listed. For example: `
|
716
|
+
# projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`.
|
717
717
|
# @param [String] filter
|
718
718
|
# An expression for filtering the results of the request. Filter rules are case
|
719
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.40.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-
|
11
|
+
date: 2023-07-23 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.40.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: []
|