google-apis-artifactregistry_v1 0.70.0 → 0.71.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: 416f33f78e901ff2c94d71c1e79b96f2fc4ba0fa6bf56010a17d31bf14977bc9
|
4
|
+
data.tar.gz: 4584ca5f3d7f7736bb17b85691fc40afd39e6e9f2633fc5dbae60de52246f0ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ba3a63d5f1cd024cd6455dcfab85d8c18f98b1210cb798ae1b00d376a6f3f2f04bb0256ac4eab04e017ec40c430f72aedb6bff16fab2d21a0d99baa37c36109
|
7
|
+
data.tar.gz: 2ca33d3b3353afe64549f23357c478322ed08810cc4d2b2a8457c25258ca5c4b1c5e2fe77e35599c45de932f0c9b0257e9c5a2fa0643c5f4601ceac758cdaa59
|
data/CHANGELOG.md
CHANGED
@@ -2501,6 +2501,12 @@ module Google
|
|
2501
2501
|
# @return [String]
|
2502
2502
|
attr_accessor :name
|
2503
2503
|
|
2504
|
+
# Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/
|
2505
|
+
# my-repo`.
|
2506
|
+
# Corresponds to the JSON property `registryUri`
|
2507
|
+
# @return [String]
|
2508
|
+
attr_accessor :registry_uri
|
2509
|
+
|
2504
2510
|
# Remote repository configuration.
|
2505
2511
|
# Corresponds to the JSON property `remoteRepositoryConfig`
|
2506
2512
|
# @return [Google::Apis::ArtifactregistryV1::RemoteRepositoryConfig]
|
@@ -2559,6 +2565,7 @@ module Google
|
|
2559
2565
|
@maven_config = args[:maven_config] if args.key?(:maven_config)
|
2560
2566
|
@mode = args[:mode] if args.key?(:mode)
|
2561
2567
|
@name = args[:name] if args.key?(:name)
|
2568
|
+
@registry_uri = args[:registry_uri] if args.key?(:registry_uri)
|
2562
2569
|
@remote_repository_config = args[:remote_repository_config] if args.key?(:remote_repository_config)
|
2563
2570
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
2564
2571
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
@@ -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.71.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241205"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1372,6 +1372,7 @@ module Google
|
|
1372
1372
|
|
1373
1373
|
property :mode, as: 'mode'
|
1374
1374
|
property :name, as: 'name'
|
1375
|
+
property :registry_uri, as: 'registryUri'
|
1375
1376
|
property :remote_repository_config, as: 'remoteRepositoryConfig', class: Google::Apis::ArtifactregistryV1::RemoteRepositoryConfig, decorator: Google::Apis::ArtifactregistryV1::RemoteRepositoryConfig::Representation
|
1376
1377
|
|
1377
1378
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
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.71.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: 2024-
|
11
|
+
date: 2024-12-15 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.71.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Artifact Registry API V1
|