google-apis-artifactregistry_v1beta1 0.19.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/artifactregistry_v1beta1/classes.rb +9 -2
- data/lib/google/apis/artifactregistry_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/artifactregistry_v1beta1/representations.rb +1 -0
- data/lib/google/apis/artifactregistry_v1beta1/service.rb +4 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa507248be910ed35a924c074179f6fcf7ae9f14921ea8e5a82a171ec0ac4dc4
|
4
|
+
data.tar.gz: 487e47d0e197771e7474de43ae56b66e0e9d1ad2a9dbc54b84f27b33d635bfbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d72c92bef177a55ebddda083414ac46b7cd6e46a18a739c9b4b546ade4958938b4de3f3aadecafc73434f7f3f7ff3c57f8e912091bab285c2036336543e33a5
|
7
|
+
data.tar.gz: f0c6d43ea170c1710b64de9324bf032ce57542402d3b69e204097ee0a7f7495712df9e06bc9a62f95f7ba07fcee46795248028e71de467853e566bded29b8ddc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-artifactregistry_v1beta1
|
2
2
|
|
3
|
+
### v0.22.0 (2022-04-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220401
|
6
|
+
|
7
|
+
### v0.21.0 (2022-03-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220328
|
10
|
+
|
11
|
+
### v0.20.0 (2022-03-10)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220307
|
14
|
+
|
3
15
|
### v0.19.0 (2022-02-08)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220203
|
@@ -96,8 +96,7 @@ module Google
|
|
96
96
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
97
97
|
# messages in your APIs. A typical example is to use it as the request or the
|
98
98
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
99
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
100
|
-
# `Empty` is empty JSON object ````.
|
99
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
101
100
|
class Empty
|
102
101
|
include Google::Apis::Core::Hashable
|
103
102
|
|
@@ -675,6 +674,13 @@ module Google
|
|
675
674
|
# @return [String]
|
676
675
|
attr_accessor :name
|
677
676
|
|
677
|
+
# Output only. The size, in bytes, of all artifact storage in this repository.
|
678
|
+
# Repositories that are generally available or in public preview use this to
|
679
|
+
# calculate storage costs.
|
680
|
+
# Corresponds to the JSON property `sizeBytes`
|
681
|
+
# @return [Fixnum]
|
682
|
+
attr_accessor :size_bytes
|
683
|
+
|
678
684
|
# The time when the repository was last updated.
|
679
685
|
# Corresponds to the JSON property `updateTime`
|
680
686
|
# @return [String]
|
@@ -692,6 +698,7 @@ module Google
|
|
692
698
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
693
699
|
@labels = args[:labels] if args.key?(:labels)
|
694
700
|
@name = args[:name] if args.key?(:name)
|
701
|
+
@size_bytes = args[:size_bytes] if args.key?(:size_bytes)
|
695
702
|
@update_time = args[:update_time] if args.key?(:update_time)
|
696
703
|
end
|
697
704
|
end
|
@@ -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.22.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 = "20220401"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -85,8 +85,8 @@ module Google
|
|
85
85
|
# The resource that owns the locations collection, if applicable.
|
86
86
|
# @param [String] filter
|
87
87
|
# A filter to narrow down results to a preferred subset. The filtering language
|
88
|
-
# accepts strings like "displayName=tokyo"
|
89
|
-
# AIP-160](https://google.aip.dev/160).
|
88
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
89
|
+
# in [AIP-160](https://google.aip.dev/160).
|
90
90
|
# @param [Fixnum] page_size
|
91
91
|
# The maximum number of results to return. If not set, the service selects a
|
92
92
|
# default.
|
@@ -471,7 +471,8 @@ module Google
|
|
471
471
|
|
472
472
|
# Lists files.
|
473
473
|
# @param [String] parent
|
474
|
-
# The name of the
|
474
|
+
# The name of the repository whose files will be listed. For example: "projects/
|
475
|
+
# p1/locations/us-central1/repositories/repo1
|
475
476
|
# @param [String] filter
|
476
477
|
# An expression for filtering the results of the request. Filter rules are case
|
477
478
|
# insensitive. The fields eligible for filtering are: * `name` * `owner` An
|
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.22.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-
|
11
|
+
date: 2022-04-11 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.22.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: []
|