google-apis-notebooks_v2 0.7.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: d4d2407c233f45658a99a6963c7c052250ee385ae50b7bce61d9b2350289ae92
4
- data.tar.gz: dc726a3570f57f7c85fce4352ba56a675b6d6e93b1bd4b0d9137990d25403cc6
3
+ metadata.gz: 53a0dd872cddd5bfbc0a8673d926e190f9683f1d92997f84e3b1edf51249f24e
4
+ data.tar.gz: 220a6081277d39209f02159182ccdec510be9f54d8e48d5b2b5818118d96eb69
5
5
  SHA512:
6
- metadata.gz: a3778f7e68ef6e4bfc81dc0c0d9735303f8b2780e0032727c79829998ae96246790038547478dc3baad60b914cf7d7d3bc0a13dda08f3cdfc2180728f6415ead
7
- data.tar.gz: 41911660112b4486f6183886ca93898f77bee2626bed762952bf99f6adbd610f9ef9dbce0d44cf8496aff0dbb5841df1622afaf438bae8095f28e86f40c3e851
6
+ metadata.gz: 5ef869e6c2b2d4e7eb43335a570c0672ed5ccf3b7f8a82ec01d5cc405b39f85237924d5c7478105f625f41da74239a98c224d4fcac30010a7255a462024f7bca
7
+ data.tar.gz: ffa514845b17d74c64167ceb5fcbc3ffdb31c793aab57632b9015f3ca3439cf43d88794eb93cfac09c812bbc7bec3edb9241f3e2d08af5b885a6cd0f810cf62d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.8.0 (2023-12-10)
8
+
9
+ * Regenerated from discovery document revision 20231203
10
+
3
11
  ### v0.7.0 (2023-10-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20231019
@@ -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
@@ -766,6 +788,12 @@ module Google
766
788
  # @return [String]
767
789
  attr_accessor :state
768
790
 
791
+ # Output only. The workforce pools proxy endpoint that is used to access the
792
+ # Jupyter notebook.
793
+ # Corresponds to the JSON property `thirdPartyProxyUrl`
794
+ # @return [String]
795
+ attr_accessor :third_party_proxy_url
796
+
769
797
  # Output only. Instance update time.
770
798
  # Corresponds to the JSON property `updateTime`
771
799
  # @return [String]
@@ -794,6 +822,7 @@ module Google
794
822
  @name = args[:name] if args.key?(:name)
795
823
  @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
796
824
  @state = args[:state] if args.key?(:state)
825
+ @third_party_proxy_url = args[:third_party_proxy_url] if args.key?(:third_party_proxy_url)
797
826
  @update_time = args[:update_time] if args.key?(:update_time)
798
827
  @upgrade_history = args[:upgrade_history] if args.key?(:upgrade_history)
799
828
  end
@@ -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.7.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 = "20231019"
25
+ REVISION = "20231213"
26
26
  end
27
27
  end
28
28
  end
@@ -461,6 +461,7 @@ module Google
461
461
  property :name, as: 'name'
462
462
  property :proxy_uri, as: 'proxyUri'
463
463
  property :state, as: 'state'
464
+ property :third_party_proxy_url, as: 'thirdPartyProxyUrl'
464
465
  property :update_time, as: 'updateTime'
465
466
  collection :upgrade_history, as: 'upgradeHistory', class: Google::Apis::NotebooksV2::UpgradeHistoryEntry, decorator: Google::Apis::NotebooksV2::UpgradeHistoryEntry::Representation
466
467
 
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.7.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-10-29 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.7.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: []