google-apis-notebooks_v2 0.8.0 → 0.9.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: 10030983cc11e599ddbefdc4b56caed1ae95462830394a24f5316868e09da6b2
4
- data.tar.gz: ddc7086c99b3e730e80858dfcad9d8e787cbbf8d2e16491cce8d40b5fc7e097e
3
+ metadata.gz: 53a0dd872cddd5bfbc0a8673d926e190f9683f1d92997f84e3b1edf51249f24e
4
+ data.tar.gz: 220a6081277d39209f02159182ccdec510be9f54d8e48d5b2b5818118d96eb69
5
5
  SHA512:
6
- metadata.gz: e5791ba124f835c94d50cd01a2c01a201e363332502d23f342980e146dac9a922d26b604aad768a0ef841253953859ceff50128becd8f855b5a91ab44a37e26e
7
- data.tar.gz: 4fdd24221a3cadb9c2d715ccb17b8bbbc5aafcc26bcdcea745141ef7c878189aca90b980c6b65469d9776bec544364515affe0679f26c0f43501507a08f9055d
6
+ metadata.gz: 5ef869e6c2b2d4e7eb43335a570c0672ed5ccf3b7f8a82ec01d5cc405b39f85237924d5c7478105f625f41da74239a98c224d4fcac30010a7255a462024f7bca
7
+ data.tar.gz: ffa514845b17d74c64167ceb5fcbc3ffdb31c793aab57632b9015f3ca3439cf43d88794eb93cfac09c812bbc7bec3edb9241f3e2d08af5b885a6cd0f810cf62d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-notebooks_v2
2
2
 
3
+ ### v0.9.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231213
6
+
3
7
  ### v0.8.0 (2023-12-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20231203
@@ -89,21 +89,43 @@ module Google
89
89
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
90
90
  # email address that represents a Google group. For example, `admins@example.com`
91
91
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
92
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
93
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
94
- # representing a user that has been recently deleted. For example, `alice@
95
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
96
- # reverts to `user:`emailid`` and the recovered user retains the role in the
97
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
98
- # (plus unique identifier) representing a service account that has been recently
99
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
92
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
93
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
94
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
95
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
96
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
97
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
98
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
99
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
100
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
101
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
102
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
103
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
104
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
105
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
106
+ # googleapis.com/projects/`project_number`/locations/global/
107
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
108
+ # All identities in a workload identity pool with a certain attribute. * `
109
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
110
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
111
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
112
+ # identifier) representing a user that has been recently deleted. For example, `
113
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
114
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
115
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
116
+ # address (plus unique identifier) representing a service account that has been
117
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
100
118
  # 123456789012345678901`. If the service account is undeleted, this value
101
119
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
102
120
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
103
121
  # An email address (plus unique identifier) representing a Google group that has
104
122
  # been recently deleted. For example, `admins@example.com?uid=
105
123
  # 123456789012345678901`. If the group is recovered, this value reverts to `
106
- # group:`emailid`` and the recovered group retains the role in the binding.
124
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
125
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
126
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
127
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
128
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
107
129
  # Corresponds to the JSON property `members`
108
130
  # @return [Array<String>]
109
131
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NotebooksV2
18
18
  # Version of the google-apis-notebooks_v2 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231203"
25
+ REVISION = "20231213"
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-notebooks_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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: 2023-12-10 00:00:00.000000000 Z
11
+ date: 2023-12-17 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-notebooks_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v2
63
63
  post_install_message:
64
64
  rdoc_options: []