google-apis-notebooks_v2 0.7.0 → 0.8.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: 10030983cc11e599ddbefdc4b56caed1ae95462830394a24f5316868e09da6b2
4
+ data.tar.gz: ddc7086c99b3e730e80858dfcad9d8e787cbbf8d2e16491cce8d40b5fc7e097e
5
5
  SHA512:
6
- metadata.gz: a3778f7e68ef6e4bfc81dc0c0d9735303f8b2780e0032727c79829998ae96246790038547478dc3baad60b914cf7d7d3bc0a13dda08f3cdfc2180728f6415ead
7
- data.tar.gz: 41911660112b4486f6183886ca93898f77bee2626bed762952bf99f6adbd610f9ef9dbce0d44cf8496aff0dbb5841df1622afaf438bae8095f28e86f40c3e851
6
+ metadata.gz: e5791ba124f835c94d50cd01a2c01a201e363332502d23f342980e146dac9a922d26b604aad768a0ef841253953859ceff50128becd8f855b5a91ab44a37e26e
7
+ data.tar.gz: 4fdd24221a3cadb9c2d715ccb17b8bbbc5aafcc26bcdcea745141ef7c878189aca90b980c6b65469d9776bec544364515affe0679f26c0f43501507a08f9055d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-notebooks_v2
2
2
 
3
+ ### v0.8.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231203
6
+
3
7
  ### v0.7.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231019
@@ -766,6 +766,12 @@ module Google
766
766
  # @return [String]
767
767
  attr_accessor :state
768
768
 
769
+ # Output only. The workforce pools proxy endpoint that is used to access the
770
+ # Jupyter notebook.
771
+ # Corresponds to the JSON property `thirdPartyProxyUrl`
772
+ # @return [String]
773
+ attr_accessor :third_party_proxy_url
774
+
769
775
  # Output only. Instance update time.
770
776
  # Corresponds to the JSON property `updateTime`
771
777
  # @return [String]
@@ -794,6 +800,7 @@ module Google
794
800
  @name = args[:name] if args.key?(:name)
795
801
  @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
796
802
  @state = args[:state] if args.key?(:state)
803
+ @third_party_proxy_url = args[:third_party_proxy_url] if args.key?(:third_party_proxy_url)
797
804
  @update_time = args[:update_time] if args.key?(:update_time)
798
805
  @upgrade_history = args[:upgrade_history] if args.key?(:upgrade_history)
799
806
  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.8.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 = "20231203"
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.8.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-10 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.8.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: []