google-apis-notebooks_v2 0.3.0 → 0.5.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: 78e0828cfabaf58229c6fd82068afef578cb452f8a7073f7d9bb8441b9970a82
4
- data.tar.gz: fd79c241de95fdc2a139f9dfa38eeab5b795188c5d1b49666f5a81c6ad423aaf
3
+ metadata.gz: 2ca1c548b0e08cf5cc865d93cf0c5e5c9a17502ce7b3a8b65dc6df5729e8bc5c
4
+ data.tar.gz: c49665d5bb7283a739ddae4ab71e1b1efa45664a11e590e2628093816f3d65bb
5
5
  SHA512:
6
- metadata.gz: 1093cec1584ba740d1c25eb400949b5ba0bc8558496264ae9352a89667213c1591bd805ff955cffaae23a60879431980e36e6dff65c72eb630c42b3391519b10
7
- data.tar.gz: 0d6597e8b24f1a32a7afcbb999a422c3307a5818f93978600f7ac2be0f864f914aaf40bc8884b468015e54900125eacc9ee13d96059d42d471bf0ce896ea9804
6
+ metadata.gz: 663ad0c718bbde41bc51307fc228f1e333dea417546be5addbc10588a629126f8e7b0a54c107a4fefbaffd06a1ca784bd591acfcd30b48dd8085691360b528b6
7
+ data.tar.gz: '0939bc8a85c34884ae1e5c3ecbd958f984c50fa87ec27cf0a305515b0cad4dd8b3dbdab893dff249b6e80ff6ab46b33a84c3bc7f66ebfa9b4ce583b1b290b979'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-notebooks_v2
2
2
 
3
+ ### v0.5.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230810
6
+
7
+ ### v0.4.0 (2023-08-03)
8
+
9
+ * Regenerated from discovery document revision 20230720
10
+
3
11
  ### v0.3.0 (2023-07-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230710
@@ -302,6 +302,11 @@ module Google
302
302
  # @return [Google::Apis::NotebooksV2::DiagnosticConfig]
303
303
  attr_accessor :diagnostic_config
304
304
 
305
+ # Optional. Maxmium amount of time in minutes before the operation times out.
306
+ # Corresponds to the JSON property `timeoutMinutes`
307
+ # @return [Fixnum]
308
+ attr_accessor :timeout_minutes
309
+
305
310
  def initialize(**args)
306
311
  update!(**args)
307
312
  end
@@ -309,6 +314,7 @@ module Google
309
314
  # Update properties of this object
310
315
  def update!(**args)
311
316
  @diagnostic_config = args[:diagnostic_config] if args.key?(:diagnostic_config)
317
+ @timeout_minutes = args[:timeout_minutes] if args.key?(:timeout_minutes)
312
318
  end
313
319
  end
314
320
 
@@ -919,13 +925,13 @@ module Google
919
925
  # @return [String]
920
926
  attr_accessor :name
921
927
 
922
- # The normal response of the operation in case of success. If the original
923
- # method returns no data on success, such as `Delete`, the response is `google.
924
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
925
- # the response should be the resource. For other methods, the response should
926
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
927
- # example, if the original method name is `TakeSnapshot()`, the inferred
928
- # response type is `TakeSnapshotResponse`.
928
+ # The normal, successful response of the operation. If the original method
929
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
930
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
931
+ # response should be the resource. For other methods, the response should have
932
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
933
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
934
+ # `TakeSnapshotResponse`.
929
935
  # Corresponds to the JSON property `response`
930
936
  # @return [Hash<String,Object>]
931
937
  attr_accessor :response
@@ -1019,22 +1025,22 @@ module Google
1019
1025
  # evaluates to `true`. A condition can add constraints based on attributes of
1020
1026
  # the request, the resource, or both. To learn which resources support
1021
1027
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1022
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1028
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1023
1029
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1024
1030
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1025
1031
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1026
1032
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1027
1033
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1028
1034
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1029
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1030
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1031
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1032
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1033
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1034
- # access description: Does not grant access after Sep 2020 expression: request.
1035
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1036
- # a description of IAM and its features, see the [IAM documentation](https://
1037
- # cloud.google.com/iam/docs/).
1035
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1036
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1037
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1038
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1039
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1040
+ # title: expirable access description: Does not grant access after Sep 2020
1041
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1042
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1043
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1038
1044
  class Policy
1039
1045
  include Google::Apis::Core::Hashable
1040
1046
 
@@ -1203,22 +1209,22 @@ module Google
1203
1209
  # evaluates to `true`. A condition can add constraints based on attributes of
1204
1210
  # the request, the resource, or both. To learn which resources support
1205
1211
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1206
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1212
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1207
1213
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1208
1214
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1209
1215
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1210
1216
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1211
1217
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1212
1218
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1213
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1214
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1215
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1216
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1217
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1218
- # access description: Does not grant access after Sep 2020 expression: request.
1219
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1220
- # a description of IAM and its features, see the [IAM documentation](https://
1221
- # cloud.google.com/iam/docs/).
1219
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1220
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1221
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1222
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1223
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1224
+ # title: expirable access description: Does not grant access after Sep 2020
1225
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1226
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1227
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1222
1228
  # Corresponds to the JSON property `policy`
1223
1229
  # @return [Google::Apis::NotebooksV2::Policy]
1224
1230
  attr_accessor :policy
@@ -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.3.0"
19
+ GEM_VERSION = "0.5.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 = "20230710"
25
+ REVISION = "20230810"
26
26
  end
27
27
  end
28
28
  end
@@ -317,6 +317,7 @@ module Google
317
317
  class Representation < Google::Apis::Core::JsonRepresentation
318
318
  property :diagnostic_config, as: 'diagnosticConfig', class: Google::Apis::NotebooksV2::DiagnosticConfig, decorator: Google::Apis::NotebooksV2::DiagnosticConfig::Representation
319
319
 
320
+ property :timeout_minutes, as: 'timeoutMinutes'
320
321
  end
321
322
  end
322
323
 
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.3.0
4
+ version: 0.5.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-07-16 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.5.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Notebooks API V2