google-apis-artifactregistry_v1beta2 0.18.0 → 0.19.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: 8c20dfca2f545eb5b3e1d1f74c6a694ff8d78c7644a71ca5ff08a6640123cdae
|
|
4
|
+
data.tar.gz: '08807989ba30a1b9682f447b3f09b205a5e28fb2d144f4695779257e488141fc'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45cf21d09897541206316fe17e85d201d02c24584f45cfc834561fb3f9858293cc936e4fac46d2f6b9c56b95d0339bdffa2aee33bfe87b5d11d2c682d7c38989
|
|
7
|
+
data.tar.gz: 28664525abb1ccc531b25f5c96b4cad6636caa679652ec2bc2f085aacacfe068c46ac7ed41f872d3e67f55fda4850b8e2bf86f4830049bdc177d132a39b3390c
|
data/CHANGELOG.md
CHANGED
|
@@ -368,11 +368,11 @@ module Google
|
|
|
368
368
|
end
|
|
369
369
|
end
|
|
370
370
|
|
|
371
|
-
# The response message from importing artifacts.
|
|
371
|
+
# The response message from importing APT artifacts.
|
|
372
372
|
class ImportAptArtifactsResponse
|
|
373
373
|
include Google::Apis::Core::Hashable
|
|
374
374
|
|
|
375
|
-
# The Apt artifacts
|
|
375
|
+
# The Apt artifacts imported.
|
|
376
376
|
# Corresponds to the JSON property `aptArtifacts`
|
|
377
377
|
# @return [Array<Google::Apis::ArtifactregistryV1beta2::AptArtifact>]
|
|
378
378
|
attr_accessor :apt_artifacts
|
|
@@ -468,7 +468,7 @@ module Google
|
|
|
468
468
|
end
|
|
469
469
|
end
|
|
470
470
|
|
|
471
|
-
# The response message from importing artifacts.
|
|
471
|
+
# The response message from importing YUM artifacts.
|
|
472
472
|
class ImportYumArtifactsResponse
|
|
473
473
|
include Google::Apis::Core::Hashable
|
|
474
474
|
|
|
@@ -477,7 +477,7 @@ module Google
|
|
|
477
477
|
# @return [Array<Google::Apis::ArtifactregistryV1beta2::ImportYumArtifactsErrorInfo>]
|
|
478
478
|
attr_accessor :errors
|
|
479
479
|
|
|
480
|
-
# The yum artifacts
|
|
480
|
+
# The yum artifacts imported.
|
|
481
481
|
# Corresponds to the JSON property `yumArtifacts`
|
|
482
482
|
# @return [Array<Google::Apis::ArtifactregistryV1beta2::YumArtifact>]
|
|
483
483
|
attr_accessor :yum_artifacts
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ArtifactregistryV1beta2
|
|
18
18
|
# Version of the google-apis-artifactregistry_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220121"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1011,7 +1011,7 @@ module Google
|
|
|
1011
1011
|
# @param [String] parent
|
|
1012
1012
|
# The name of the parent resource whose versions will be listed.
|
|
1013
1013
|
# @param [String] order_by
|
|
1014
|
-
# Optional.
|
|
1014
|
+
# Optional. The field to order the results by.
|
|
1015
1015
|
# @param [Fixnum] page_size
|
|
1016
1016
|
# The maximum number of versions to return. Maximum page size is 1,000.
|
|
1017
1017
|
# @param [String] page_token
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-artifactregistry_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.19.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: 2022-01-
|
|
11
|
+
date: 2022-01-31 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_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.19.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|