google-apis-notebooks_v2 0.3.0 → 0.4.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: 25747a555abbc4ddc49e3b1a49d97aef42e5863667e4376c3e6cd819ab53947f
4
+ data.tar.gz: 0ba0efb05709bc7ce3028b727d87b01b180c3062144e1e1a9c8b6fc673eb9773
5
5
  SHA512:
6
- metadata.gz: 1093cec1584ba740d1c25eb400949b5ba0bc8558496264ae9352a89667213c1591bd805ff955cffaae23a60879431980e36e6dff65c72eb630c42b3391519b10
7
- data.tar.gz: 0d6597e8b24f1a32a7afcbb999a422c3307a5818f93978600f7ac2be0f864f914aaf40bc8884b468015e54900125eacc9ee13d96059d42d471bf0ce896ea9804
6
+ metadata.gz: c113dddb862f6187ec81fa521f90bc48cd0bf1717faeee6aa555c00141cbcf03141be5cab8219a9ea87155c7ca0bd6623bf05e83eb7fbad8cd5138e1cc00dfe0
7
+ data.tar.gz: c8c18af5c915e94c2d0c4c67cb074feeeccc2a9de4b368ba3608fcff0f84caa3c9e2f5cf170db726d6aa8400dac99039aba26f3a9909341ac2eb462cf32cf8f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-notebooks_v2
2
2
 
3
+ ### v0.4.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230720
6
+
3
7
  ### v0.3.0 (2023-07-16)
4
8
 
5
9
  * 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
 
@@ -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.4.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 = "20230720"
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.4.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-06 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.4.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: []