google-apis-artifactregistry_v1beta1 0.20.0 → 0.23.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 +11 -4
- 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 +2 -2
- 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: 4008e6a2bab17643900fe31835293e55077adab51da880e7faa9998454d950bb
|
4
|
+
data.tar.gz: '086a4a2b9ca3b2361d894ef30e7d53de8ffa181dc5652dd0b524719187bd3058'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97e13b99b28b59e831658df771827806d2942f8555e3a84de8784b1159e17ef0bc016fa989d192fb30ca5950048196832f9b87b29bb7f9c4a9a0526366943ce6
|
7
|
+
data.tar.gz: 54f7a11ab0f615cc6957ed0650eb35a93aee6db1a45bedefb97ec707e425ffb981f09588ecaee5ecbfeba324f3cca16b432a15f219227fc478afee316b28fb73
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-artifactregistry_v1beta1
|
2
2
|
|
3
|
+
### v0.23.0 (2022-04-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220415
|
6
|
+
|
7
|
+
### v0.22.0 (2022-04-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220401
|
10
|
+
|
11
|
+
### v0.21.0 (2022-03-31)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220328
|
14
|
+
|
3
15
|
### v0.20.0 (2022-03-10)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220307
|
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
# @return [Google::Apis::ArtifactregistryV1beta1::Expr]
|
46
46
|
attr_accessor :condition
|
47
47
|
|
48
|
-
# Specifies the principals requesting access for a Cloud
|
48
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
49
49
|
# members` can have the following values: * `allUsers`: A special identifier
|
50
50
|
# that represents anyone who is on the internet; with or without a Google
|
51
51
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -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
|
@@ -816,7 +823,7 @@ module Google
|
|
816
823
|
include Google::Apis::Core::Hashable
|
817
824
|
|
818
825
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
819
|
-
# (such as
|
826
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
820
827
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
821
828
|
# Corresponds to the JSON property `permissions`
|
822
829
|
# @return [Array<String>]
|
@@ -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.23.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 = "20220415"
|
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.
|
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.23.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-25 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.23.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: []
|