google-apis-managedidentities_v1alpha1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45283b04c3f758cb8f940c661e54e31e891d10b719fa4e581d7804335f753757
4
- data.tar.gz: 7d8eefe718bc9fe803294899d195691d8f77f69a805728ead14df122f3c22c97
3
+ metadata.gz: c87b9eadf14c14dbf4ca07fc4cd23de4e2141194af0ba4f8cca04b758ef55bb4
4
+ data.tar.gz: 03da1ac97f453ab1fb5913fd92c5218bfff6e5e2da45f887fed059fba829f350
5
5
  SHA512:
6
- metadata.gz: c127df47032a81d9e02426d8987e7e569a30587fdf9d5192a5ac5aade7138987646df84341236456b0e4acab10faeae87b4b693ad515af242d9b479fbc8a2ba4
7
- data.tar.gz: 7c48aaa44a5ba2a31bd9231fb739daec015b6c8c59c86292524753224502bf67e9003f7a18a80d3b6e4143556c842004c6eba6726e5ff82c8b7946821d05af9b
6
+ metadata.gz: 5c4e5c9bd1245cfda7469639a8365dbd695c25826b8aa8304b4ac18c012eeaec08ddecc860438dc7d30c6c6020ca58e3fb06c211e1f8e208efd2bb04def1b716
7
+ data.tar.gz: 8d3384c9c8f40aa588fccf16aebd2f69ac5a1cfb0216e70b5956667b28a962c3fe132f9de6ef5d3f3212bc7bfe568c8996ed46f642738f79f7ce1e533424fc54
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.23.0 (2022-08-22)
4
+
5
+ * Regenerated from discovery document revision 20220817
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.22.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.21.0 (2022-06-18)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.20.0 (2022-06-05)
4
17
 
5
18
  * Regenerated from discovery document revision 20220526
@@ -139,25 +139,28 @@ module Google
139
139
  # anyone who is authenticated with a Google account or a service account. * `
140
140
  # user:`emailid``: An email address that represents a specific Google account.
141
141
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
142
- # address that represents a service account. For example, `my-other-app@appspot.
143
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
144
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
145
- # `uniqueid``: An email address (plus unique identifier) representing a user
146
- # that has been recently deleted. For example, `alice@example.com?uid=
147
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
148
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
149
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
150
- # identifier) representing a service account that has been recently deleted. For
151
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
152
- # If the service account is undeleted, this value reverts to `serviceAccount:`
153
- # emailid`` and the undeleted service account retains the role in the binding. *
154
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
155
- # identifier) representing a Google group that has been recently deleted. For
156
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
157
- # recovered, this value reverts to `group:`emailid`` and the recovered group
158
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
159
- # primary) that represents all the users of that domain. For example, `google.
160
- # com` or `example.com`.
142
+ # address that represents a Google service account. For example, `my-other-app@
143
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
144
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
145
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
146
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
147
+ # . * `group:`emailid``: An email address that represents a Google group. For
148
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
149
+ # email address (plus unique identifier) representing a user that has been
150
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
151
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
152
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
153
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
154
+ # representing a service account that has been recently deleted. For example, `
155
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
156
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
157
+ # and the undeleted service account retains the role in the binding. * `deleted:
158
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
159
+ # representing a Google group that has been recently deleted. For example, `
160
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
161
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
162
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
163
+ # all the users of that domain. For example, `google.com` or `example.com`.
161
164
  # Corresponds to the JSON property `members`
162
165
  # @return [Array<String>]
163
166
  attr_accessor :members
@@ -784,8 +787,8 @@ module Google
784
787
  # @return [Hash<String,String>]
785
788
  attr_accessor :labels
786
789
 
787
- # Deprecated. The MaintenancePolicies that have been attached to the instance.
788
- # The key must be of the type name of the oneof policy name defined in
790
+ # Optional. Deprecated. The MaintenancePolicies that have been attached to the
791
+ # instance. The key must be of the type name of the oneof policy name defined in
789
792
  # MaintenancePolicy, and the referenced policy must define the same policy type.
790
793
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
791
794
  # Corresponds to the JSON property `maintenancePolicyNames`
@@ -971,8 +974,7 @@ module Google
971
974
  # key must be of the type name of the oneof policy name defined in
972
975
  # MaintenancePolicy, and the embedded policy must define the same policy type.
973
976
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
974
- # If only the name is needed (like in the deprecated Instance.
975
- # maintenance_policy_names field) then only populate MaintenancePolicy.name.
977
+ # If only the name is needed, then only populate MaintenancePolicy.name.
976
978
  # Corresponds to the JSON property `maintenancePolicies`
977
979
  # @return [Hash<String,Google::Apis::ManagedidentitiesV1alpha1::MaintenancePolicy>]
978
980
  attr_accessor :maintenance_policies
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1alpha1
18
18
  # Version of the google-apis-managedidentities_v1alpha1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220526"
25
+ REVISION = "20220817"
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-managedidentities_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.20.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.23.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1
64
64
  post_install_message:
65
65
  rdoc_options: []