google-apis-artifactregistry_v1 0.49.0 → 0.50.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: 11a0342bdd5cee50abe0d60ee5120c38fe9bde48fc4db1cacd0c147d1fbef5df
|
4
|
+
data.tar.gz: 50c4e32ceb87763ac020866ad14b0d88024eb748aee6a2e3b0fc51ea813a4db1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e35884f7ed64b2ab86f6a6f2d9c6720e73a0bc8d125dd2a69e02d2a9696be718d9b246def67e0eed5da1738ee2a298a4d1257121ad67b2658430d7389a1225a
|
7
|
+
data.tar.gz: 72023ffbba213d0e7ad53401fdfcf107b929275a07d1e445c29ca3923b40cbda7638d29e806f225a3b1a75bc66f460c20bf73157244371990908787a93aa63cf
|
data/CHANGELOG.md
CHANGED
@@ -2022,8 +2022,8 @@ module Google
|
|
2022
2022
|
# @return [String]
|
2023
2023
|
attr_accessor :mode
|
2024
2024
|
|
2025
|
-
# The name of the repository, for example:
|
2026
|
-
# repositories/repo1
|
2025
|
+
# The name of the repository, for example: `projects/p1/locations/us-central1/
|
2026
|
+
# repositories/repo1`.
|
2027
2027
|
# Corresponds to the JSON property `name`
|
2028
2028
|
# @return [String]
|
2029
2029
|
attr_accessor :name
|
@@ -2571,8 +2571,8 @@ module Google
|
|
2571
2571
|
# @return [Fixnum]
|
2572
2572
|
attr_accessor :priority
|
2573
2573
|
|
2574
|
-
# A reference to the repository resource, for example:
|
2575
|
-
# central1/repositories/repo1
|
2574
|
+
# A reference to the repository resource, for example: `projects/p1/locations/us-
|
2575
|
+
# central1/repositories/repo1`.
|
2576
2576
|
# Corresponds to the JSON property `repository`
|
2577
2577
|
# @return [String]
|
2578
2578
|
attr_accessor :repository
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ArtifactregistryV1
|
18
18
|
# Version of the google-apis-artifactregistry_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.50.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 = "20231102"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -470,8 +470,8 @@ module Google
|
|
470
470
|
|
471
471
|
# Updates a repository.
|
472
472
|
# @param [String] name
|
473
|
-
# The name of the repository, for example:
|
474
|
-
# repositories/repo1
|
473
|
+
# The name of the repository, for example: `projects/p1/locations/us-central1/
|
474
|
+
# repositories/repo1`.
|
475
475
|
# @param [Google::Apis::ArtifactregistryV1::Repository] repository_object
|
476
476
|
# @param [String] update_mask
|
477
477
|
# The update mask applies to the resource. For the `FieldMask` definition, see
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-artifactregistry_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.50.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-11-05 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.50.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|