google-apis-notebooks_v2 0.4.0 → 0.6.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19809cdbb985347be4b8ff8c8a6da533575140e4ad6dd6ebc2708425b126d069
|
4
|
+
data.tar.gz: 6f693f904c0eae9b24267d8144b6d27867c87976131234801151dc35e5a63000
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 359744737e45f707f8a22bb1637715ad21d25721d26d6ceceb01b7d27b66b181cc8eb5e43e283447e235ce2852e55b34612f6aa559834dd2ffd61e015deadb7d
|
7
|
+
data.tar.gz: 35b5b08141162abaf2dba023862220b37ec714824dd5b17260435975372f1425e1b67efd8f8278e51a6b5d9a58f66b93be07071da9845657ac3643e46e0a414a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-notebooks_v2
|
2
2
|
|
3
|
+
### v0.6.0 (2023-09-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230906
|
6
|
+
|
7
|
+
### v0.5.0 (2023-08-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230810
|
10
|
+
|
3
11
|
### v0.4.0 (2023-08-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230720
|
@@ -925,13 +925,13 @@ module Google
|
|
925
925
|
# @return [String]
|
926
926
|
attr_accessor :name
|
927
927
|
|
928
|
-
# The normal response of the operation
|
929
|
-
#
|
930
|
-
#
|
931
|
-
#
|
932
|
-
#
|
933
|
-
#
|
934
|
-
#
|
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`.
|
935
935
|
# Corresponds to the JSON property `response`
|
936
936
|
# @return [Hash<String,Object>]
|
937
937
|
attr_accessor :response
|
@@ -1025,22 +1025,22 @@ module Google
|
|
1025
1025
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1026
1026
|
# the request, the resource, or both. To learn which resources support
|
1027
1027
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1028
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1028
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1029
1029
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1030
1030
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1031
1031
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1032
1032
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1033
1033
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1034
1034
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1035
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1036
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1037
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1038
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1039
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1040
|
-
# access description: Does not grant access after Sep 2020
|
1041
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1042
|
-
# a description of IAM and its features, see the
|
1043
|
-
# 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/).
|
1044
1044
|
class Policy
|
1045
1045
|
include Google::Apis::Core::Hashable
|
1046
1046
|
|
@@ -1209,22 +1209,22 @@ module Google
|
|
1209
1209
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1210
1210
|
# the request, the resource, or both. To learn which resources support
|
1211
1211
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1212
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1212
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1213
1213
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1214
1214
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1215
1215
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1216
1216
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1217
1217
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1218
1218
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1219
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1220
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1221
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1222
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1223
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1224
|
-
# access description: Does not grant access after Sep 2020
|
1225
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1226
|
-
# a description of IAM and its features, see the
|
1227
|
-
# 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/).
|
1228
1228
|
# Corresponds to the JSON property `policy`
|
1229
1229
|
# @return [Google::Apis::NotebooksV2::Policy]
|
1230
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.
|
19
|
+
GEM_VERSION = "0.6.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 = "
|
25
|
+
REVISION = "20230906"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -339,6 +339,11 @@ module Google
|
|
339
339
|
# Lists instances in a given project and location.
|
340
340
|
# @param [String] parent
|
341
341
|
# Required. Format: `parent=projects/`project_id`/locations/`location``
|
342
|
+
# @param [String] filter
|
343
|
+
# Optional. List filter.
|
344
|
+
# @param [String] order_by
|
345
|
+
# Optional. Sort results. Supported values are "name", "name desc" or "" (
|
346
|
+
# unsorted).
|
342
347
|
# @param [Fixnum] page_size
|
343
348
|
# Optional. Maximum return size of the list call.
|
344
349
|
# @param [String] page_token
|
@@ -361,11 +366,13 @@ module Google
|
|
361
366
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
362
367
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
363
368
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
364
|
-
def list_project_location_instances(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
369
|
+
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)
|
365
370
|
command = make_simple_command(:get, 'v2/{+parent}/instances', options)
|
366
371
|
command.response_representation = Google::Apis::NotebooksV2::ListInstancesResponse::Representation
|
367
372
|
command.response_class = Google::Apis::NotebooksV2::ListInstancesResponse
|
368
373
|
command.params['parent'] = parent unless parent.nil?
|
374
|
+
command.query['filter'] = filter unless filter.nil?
|
375
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
369
376
|
command.query['pageSize'] = page_size unless page_size.nil?
|
370
377
|
command.query['pageToken'] = page_token unless page_token.nil?
|
371
378
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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-
|
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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.6.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.
|
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
|