google-apis-artifactregistry_v1beta2 0.28.0 → 0.29.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: 76e13dc832214a04a86af94facc12b3d6b3dd246055cf8e92bb430986d00c5ba
4
- data.tar.gz: af2c4bc71d9969e7f17d6c05bdc42d761a5220ae019202e58e3ebab7bf96934f
3
+ metadata.gz: c8e9b48cf73c2ed6854a9d0301523dd71aa46a40c693e4cd3a2c369a4e4b0a68
4
+ data.tar.gz: 2b5a29c8f581b6e20332e9dbb2f59fddf979fa1058942717cc6d0e95095f5578
5
5
  SHA512:
6
- metadata.gz: 6e68238ed8c65ce8a5d8256a9e80ecf29f0a6773e2c2c03dd422a1cd00dd3291319c7c4102cba29419713895902a24d56898d68f4037c807637deaa34aef2b0b
7
- data.tar.gz: 03df67c92f8c690a780b2afaf331c42450a0a71cbe19c660fdfc79cc8f1d8400c118fc45daea221bf53d31ce9845363aa006005dfcfd4e1b229a4505c5f2d5f3
6
+ metadata.gz: 5a1905428a213ffcb2c00552e28e840c3e2a3485a458240dd2bfb79e0570cc403f291070cf8dbef83736c727cc6355576464ebf5259cd49515a7df3c1c2a3e8f
7
+ data.tar.gz: 907e870dd443fbad39b5c1b3cd39b40b421bb6b866911e26afd25a3760a6f8d6e6fa1def8ef37f9b74ba11681c4146c73783e2086beeb6d406d93265a20c1472
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.29.0 (2022-08-06)
4
+
5
+ * Regenerated from discovery document revision 20220803
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.28.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -104,25 +104,28 @@ module Google
104
104
  # anyone who is authenticated with a Google account or a service account. * `
105
105
  # user:`emailid``: An email address that represents a specific Google account.
106
106
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
107
- # address that represents a service account. For example, `my-other-app@appspot.
108
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
109
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
110
- # `uniqueid``: An email address (plus unique identifier) representing a user
111
- # that has been recently deleted. For example, `alice@example.com?uid=
112
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
113
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
114
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
115
- # identifier) representing a service account that has been recently deleted. For
116
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
117
- # If the service account is undeleted, this value reverts to `serviceAccount:`
118
- # emailid`` and the undeleted service account retains the role in the binding. *
119
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
120
- # identifier) representing a Google group that has been recently deleted. For
121
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
122
- # recovered, this value reverts to `group:`emailid`` and the recovered group
123
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
124
- # primary) that represents all the users of that domain. For example, `google.
125
- # com` or `example.com`.
107
+ # address that represents a Google service account. For example, `my-other-app@
108
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
109
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
110
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
111
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
112
+ # . * `group:`emailid``: An email address that represents a Google group. For
113
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
114
+ # email address (plus unique identifier) representing a user that has been
115
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
116
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
117
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
118
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
119
+ # representing a service account that has been recently deleted. For example, `
120
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
121
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
122
+ # and the undeleted service account retains the role in the binding. * `deleted:
123
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
124
+ # representing a Google group that has been recently deleted. For example, `
125
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
126
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
127
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
128
+ # all the users of that domain. For example, `google.com` or `example.com`.
126
129
  # Corresponds to the JSON property `members`
127
130
  # @return [Array<String>]
128
131
  attr_accessor :members
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220803"
26
26
  end
27
27
  end
28
28
  end
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.28.0
4
+ version: 0.29.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-08 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.29.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: []