google-apis-artifactregistry_v1beta1 0.43.0 → 0.44.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: fbdd0552c061a7ce6f348b6ddbd9530f05c10ed3ea12115c91ff3396902c7cc3
|
4
|
+
data.tar.gz: 6ed729c508a8c65c1a99cd7d27d3497108ebf114b09b7606c50fc25d18e46e21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1b604aa3a0baae5d16c4033b7215521dfac0dc923de5ba05299441a07808919a320ef80d1ca08dce9d8778eda5d91047a8ed3ba288cc4c107b123b6e112a90a
|
7
|
+
data.tar.gz: 6e9f0003279d15e8c16e29af67a50d0313703f6e214ade5cbe4a72d0e8c33962c722231e0e07ffc8902f55744a4e840172fb2201cc61efdedb3a069dc5ecd099
|
data/CHANGELOG.md
CHANGED
@@ -673,8 +673,8 @@ module Google
|
|
673
673
|
# @return [Hash<String,String>]
|
674
674
|
attr_accessor :labels
|
675
675
|
|
676
|
-
# The name of the repository, for example:
|
677
|
-
# repositories/repo1
|
676
|
+
# The name of the repository, for example: `projects/p1/locations/us-central1/
|
677
|
+
# repositories/repo1`.
|
678
678
|
# Corresponds to the JSON property `name`
|
679
679
|
# @return [String]
|
680
680
|
attr_accessor :name
|
@@ -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.44.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
|
@@ -335,8 +335,8 @@ module Google
|
|
335
335
|
|
336
336
|
# Updates a repository.
|
337
337
|
# @param [String] name
|
338
|
-
# The name of the repository, for example:
|
339
|
-
# repositories/repo1
|
338
|
+
# The name of the repository, for example: `projects/p1/locations/us-central1/
|
339
|
+
# repositories/repo1`.
|
340
340
|
# @param [Google::Apis::ArtifactregistryV1beta1::Repository] repository_object
|
341
341
|
# @param [String] update_mask
|
342
342
|
# 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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.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_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.44.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: []
|