google-apis-notebooks_v1 0.46.0 → 0.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2a40c9b1a8a530febccd21f42ef131ac489e2fb648b3abd057c659012b1ef08
4
- data.tar.gz: 2557701ff0d323a52862dfb34ca6c3695063814401d234a1df67d548ab3144a9
3
+ metadata.gz: 55a27fc30afb2661609ec99ebfc263edc0ec867c21a5b3d148798a655965b6e2
4
+ data.tar.gz: 15630a0a72d1cee6f4c67d519d48245d51b69498f99e4f04285d70f6b5ba5291
5
5
  SHA512:
6
- metadata.gz: 11e893adb94c4d6e236ec83f10a163b5f75f1bcc377b3773750b365d3533eba10e4cde397fb4207e10a51acce10fd3de861684a003e298ef893e1d9605e5903d
7
- data.tar.gz: 97054eb5bd60bfbae1433a55535aba9b74352d9d692f07a208d186fc640615eea4c83fb8bbffaec161cc4947b07d0f89337b05c2da77e067d71e6fdfd586c6de
6
+ metadata.gz: e867dcc4da9432748615dba053232a321d20914faa180bd221f09226b1320db92dc0ac3c9232df66636f36d8332b3c1ecb2397beb3ebd81d3933f34174e3307a
7
+ data.tar.gz: c4c5c5182726b3b2683e70a182242d42b518c599e4af88424967d00fe6fd7d286e736d2d3be28c3de0e9c1e07182021c4a259919a4c639c8bb211f8835ec6f4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-notebooks_v1
2
2
 
3
+ ### v0.47.0 (2023-09-17)
4
+
5
+ * Regenerated from discovery document revision 20230906
6
+
3
7
  ### v0.46.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230810
@@ -854,7 +854,7 @@ module Google
854
854
  end
855
855
  end
856
856
 
857
- # The definition of a notebook instance. Next tag: 43
857
+ # The definition of a notebook instance.
858
858
  class Instance
859
859
  include Google::Apis::Core::Hashable
860
860
 
@@ -941,7 +941,7 @@ module Google
941
941
  alias_method :install_gpu_driver?, :install_gpu_driver
942
942
 
943
943
  # InstanceMigrationEligibility represents the feasibility information of a
944
- # migration from UmN to WbI. Next tag: 3
944
+ # migration from UmN to WbI.
945
945
  # Corresponds to the JSON property `instanceMigrationEligibility`
946
946
  # @return [Google::Apis::NotebooksV1::InstanceMigrationEligibility]
947
947
  attr_accessor :instance_migration_eligibility
@@ -1173,7 +1173,7 @@ module Google
1173
1173
  end
1174
1174
 
1175
1175
  # InstanceMigrationEligibility represents the feasibility information of a
1176
- # migration from UmN to WbI. Next tag: 3
1176
+ # migration from UmN to WbI.
1177
1177
  class InstanceMigrationEligibility
1178
1178
  include Google::Apis::Core::Hashable
1179
1179
 
@@ -2160,7 +2160,7 @@ module Google
2160
2160
  attr_accessor :name
2161
2161
 
2162
2162
  # RuntimeMigrationEligibility represents the feasibility information of a
2163
- # migration from GmN to WbI. Next tag: 3
2163
+ # migration from GmN to WbI.
2164
2164
  # Corresponds to the JSON property `runtimeMigrationEligibility`
2165
2165
  # @return [Google::Apis::NotebooksV1::RuntimeMigrationEligibility]
2166
2166
  attr_accessor :runtime_migration_eligibility
@@ -2317,7 +2317,7 @@ module Google
2317
2317
  end
2318
2318
 
2319
2319
  # RuntimeMigrationEligibility represents the feasibility information of a
2320
- # migration from GmN to WbI. Next tag: 3
2320
+ # migration from GmN to WbI.
2321
2321
  class RuntimeMigrationEligibility
2322
2322
  include Google::Apis::Core::Hashable
2323
2323
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NotebooksV1
18
18
  # Version of the google-apis-notebooks_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.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 = "20230810"
25
+ REVISION = "20230906"
26
26
  end
27
27
  end
28
28
  end
@@ -648,6 +648,11 @@ module Google
648
648
  # Lists instances in a given project and location.
649
649
  # @param [String] parent
650
650
  # Required. Format: `parent=projects/`project_id`/locations/`location``
651
+ # @param [String] filter
652
+ # Optional. List filter.
653
+ # @param [String] order_by
654
+ # Optional. Sort results. Supported values are "name", "name desc" or "" (
655
+ # unsorted).
651
656
  # @param [Fixnum] page_size
652
657
  # Maximum return size of the list call.
653
658
  # @param [String] page_token
@@ -670,11 +675,13 @@ module Google
670
675
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
671
676
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
672
677
  # @raise [Google::Apis::AuthorizationError] Authorization is required
673
- def list_project_location_instances(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
678
+ def list_project_location_instances(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
674
679
  command = make_simple_command(:get, 'v1/{+parent}/instances', options)
675
680
  command.response_representation = Google::Apis::NotebooksV1::ListInstancesResponse::Representation
676
681
  command.response_class = Google::Apis::NotebooksV1::ListInstancesResponse
677
682
  command.params['parent'] = parent unless parent.nil?
683
+ command.query['filter'] = filter unless filter.nil?
684
+ command.query['orderBy'] = order_by unless order_by.nil?
678
685
  command.query['pageSize'] = page_size unless page_size.nil?
679
686
  command.query['pageToken'] = page_token unless page_token.nil?
680
687
  command.query['fields'] = fields unless fields.nil?
@@ -1604,6 +1611,11 @@ module Google
1604
1611
  # Lists Runtimes in a given project and location.
1605
1612
  # @param [String] parent
1606
1613
  # Required. Format: `parent=projects/`project_id`/locations/`location``
1614
+ # @param [String] filter
1615
+ # Optional. List filter.
1616
+ # @param [String] order_by
1617
+ # Optional. Sort results. Supported values are "name", "name desc" or "" (
1618
+ # unsorted).
1607
1619
  # @param [Fixnum] page_size
1608
1620
  # Maximum return size of the list call.
1609
1621
  # @param [String] page_token
@@ -1626,11 +1638,13 @@ module Google
1626
1638
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1627
1639
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1628
1640
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1629
- def list_project_location_runtimes(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1641
+ def list_project_location_runtimes(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1630
1642
  command = make_simple_command(:get, 'v1/{+parent}/runtimes', options)
1631
1643
  command.response_representation = Google::Apis::NotebooksV1::ListRuntimesResponse::Representation
1632
1644
  command.response_class = Google::Apis::NotebooksV1::ListRuntimesResponse
1633
1645
  command.params['parent'] = parent unless parent.nil?
1646
+ command.query['filter'] = filter unless filter.nil?
1647
+ command.query['orderBy'] = order_by unless order_by.nil?
1634
1648
  command.query['pageSize'] = page_size unless page_size.nil?
1635
1649
  command.query['pageToken'] = page_token unless page_token.nil?
1636
1650
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-notebooks_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1
63
63
  post_install_message:
64
64
  rdoc_options: []