google-apis-artifactregistry_v1beta1 0.6.0 → 0.7.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: 1f7510051222737a6e1ae4bc276b2015150a40f6256faae9b3975a78a4bd8fa9
|
4
|
+
data.tar.gz: 7e5ae25ed230be0a8112ed953902f30931055b5d89d167897a06b702e2d21a66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98ba8a1c64063780971831b6a1be7dbe9c436e71c331e0fc6f5d417b45d12f030b5d599f0aae4ec75f645156d4194ede6661df29dad7d98a83a14ba3aefca4b8
|
7
|
+
data.tar.gz: 5d5757394a322a1794e7934f9b0baa539694a007e7bdf6ec945399c4a0a4632fd8a795954345837311a04f6e70d3650e17d7a5057c689b6ed97bed5c9ed8a0e0
|
data/CHANGELOG.md
CHANGED
@@ -179,7 +179,8 @@ module Google
|
|
179
179
|
attr_accessor :hashes
|
180
180
|
|
181
181
|
# The name of the file, for example: "projects/p1/locations/us-central1/
|
182
|
-
# repositories/repo1/files/a
|
182
|
+
# repositories/repo1/files/a%2Fb%2Fc.txt". If the file ID part contains slashes,
|
183
|
+
# they are escaped.
|
183
184
|
# Corresponds to the JSON property `name`
|
184
185
|
# @return [String]
|
185
186
|
attr_accessor :name
|
@@ -544,7 +545,8 @@ module Google
|
|
544
545
|
attr_accessor :display_name
|
545
546
|
|
546
547
|
# The name of the package, for example: "projects/p1/locations/us-central1/
|
547
|
-
# repositories/repo1/packages/pkg1".
|
548
|
+
# repositories/repo1/packages/pkg1". If the package ID part contains slashes,
|
549
|
+
# the slashes are escaped.
|
548
550
|
# Corresponds to the JSON property `name`
|
549
551
|
# @return [String]
|
550
552
|
attr_accessor :name
|
@@ -804,7 +806,8 @@ module Google
|
|
804
806
|
include Google::Apis::Core::Hashable
|
805
807
|
|
806
808
|
# The name of the tag, for example: "projects/p1/locations/us-central1/
|
807
|
-
# repositories/repo1/packages/pkg1/tags/tag1".
|
809
|
+
# repositories/repo1/packages/pkg1/tags/tag1". If the package or tag ID parts
|
810
|
+
# contain slashes, the slashes are escaped.
|
808
811
|
# Corresponds to the JSON property `name`
|
809
812
|
# @return [String]
|
810
813
|
attr_accessor :name
|
@@ -883,7 +886,8 @@ module Google
|
|
883
886
|
attr_accessor :description
|
884
887
|
|
885
888
|
# The name of the version, for example: "projects/p1/locations/us-central1/
|
886
|
-
# repositories/repo1/packages/pkg1/versions/art1".
|
889
|
+
# repositories/repo1/packages/pkg1/versions/art1". If the package or version ID
|
890
|
+
# parts contain slashes, the slashes are escaped.
|
887
891
|
# Corresponds to the JSON property `name`
|
888
892
|
# @return [String]
|
889
893
|
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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210517"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -795,7 +795,8 @@ module Google
|
|
795
795
|
# Updates a tag.
|
796
796
|
# @param [String] name
|
797
797
|
# The name of the tag, for example: "projects/p1/locations/us-central1/
|
798
|
-
# repositories/repo1/packages/pkg1/tags/tag1".
|
798
|
+
# repositories/repo1/packages/pkg1/tags/tag1". If the package or tag ID parts
|
799
|
+
# contain slashes, the slashes are escaped.
|
799
800
|
# @param [Google::Apis::ArtifactregistryV1beta1::Tag] tag_object
|
800
801
|
# @param [String] update_mask
|
801
802
|
# 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.7.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: 2021-05-
|
11
|
+
date: 2021-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.7.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|