google-cloud-notebooks-v1beta1 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/notebooks/v1beta1/notebook_service.rb +1 -1
- data/lib/google/cloud/notebooks/v1beta1/version.rb +1 -1
- data/lib/google/cloud/notebooks/v1beta1.rb +2 -2
- data/proto_docs/google/cloud/notebooks/v1beta1/instance.rb +14 -13
- data/proto_docs/google/cloud/notebooks/v1beta1/service.rb +1 -1
- data/proto_docs/google/rpc/status.rb +4 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ee701ea620c11841df3a13ba16259fbb35379f9ef2d998414dd4e0b507f8b4d
|
4
|
+
data.tar.gz: 67c966e6842fe76dd70ff8bd3078b2733a2aac9d7deca477a72530735c3ecb6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2409061c33bfe927db099c844b35c3472c672dff3a70030ad8b61b207544efa699fcbca5135cabcc518e9ad66aecada07d445b0b2c05b29f863f01e4de64470
|
7
|
+
data.tar.gz: d5abacca7314541d0193f925ba85286a853a6e21e06b2550b329b21766dae149f5cdfaaa4584e2a901a646d4284adc312b967e3e22be57add412c2cc12f644ba
|
data/README.md
CHANGED
@@ -46,7 +46,7 @@ for general usage information.
|
|
46
46
|
## Enabling Logging
|
47
47
|
|
48
48
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
49
|
-
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/
|
49
|
+
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
50
50
|
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
51
51
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
52
52
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
@@ -34,7 +34,7 @@ module Google
|
|
34
34
|
##
|
35
35
|
# API v1beta1 service for Cloud AI Platform Notebooks.
|
36
36
|
#
|
37
|
-
#
|
37
|
+
# @example Load this service and instantiate a gRPC client
|
38
38
|
#
|
39
39
|
# require "google/cloud/notebooks/v1beta1/notebook_service"
|
40
40
|
# client = ::Google::Cloud::Notebooks::V1beta1::NotebookService::Client.new
|
@@ -23,9 +23,9 @@ module Google
|
|
23
23
|
module Cloud
|
24
24
|
module Notebooks
|
25
25
|
##
|
26
|
-
#
|
26
|
+
# API client module.
|
27
27
|
#
|
28
|
-
# @example
|
28
|
+
# @example Load this package, including all its services, and instantiate a gRPC client
|
29
29
|
#
|
30
30
|
# require "google/cloud/notebooks/v1beta1"
|
31
31
|
# client = ::Google::Cloud::Notebooks::V1beta1::NotebookService::Client.new
|
@@ -67,7 +67,7 @@ module Google
|
|
67
67
|
# @return [::String]
|
68
68
|
# Path to a Bash script that automatically runs after a notebook instance
|
69
69
|
# fully boots up. The path must be a URL or
|
70
|
-
# Cloud Storage path (gs://path-to-file/file-name).
|
70
|
+
# Cloud Storage path (`gs://path-to-file/file-name`).
|
71
71
|
# @!attribute [r] proxy_uri
|
72
72
|
# @return [::String]
|
73
73
|
# Output only. The proxy endpoint that is used to access the Jupyter notebook.
|
@@ -90,14 +90,15 @@ module Google
|
|
90
90
|
# is used.
|
91
91
|
# @!attribute [rw] machine_type
|
92
92
|
# @return [::String]
|
93
|
-
# Required. The [Compute Engine machine
|
93
|
+
# Required. The [Compute Engine machine
|
94
|
+
# type](https://cloud.google.com/compute/docs/machine-types) of this
|
94
95
|
# instance.
|
95
96
|
# @!attribute [rw] accelerator_config
|
96
97
|
# @return [::Google::Cloud::Notebooks::V1beta1::Instance::AcceleratorConfig]
|
97
98
|
# The hardware accelerator used on this instance. If you use
|
98
99
|
# accelerators, make sure that your configuration has
|
99
|
-
# [enough vCPUs and memory to support the `machine_type` you
|
100
|
-
#
|
100
|
+
# [enough vCPUs and memory to support the `machine_type` you have
|
101
|
+
# selected](https://cloud.google.com/compute/docs/gpus/#gpus-list).
|
101
102
|
# @!attribute [r] state
|
102
103
|
# @return [::Google::Cloud::Notebooks::V1beta1::Instance::State]
|
103
104
|
# Output only. The state of this instance.
|
@@ -118,8 +119,8 @@ module Google
|
|
118
119
|
# @!attribute [rw] boot_disk_size_gb
|
119
120
|
# @return [::Integer]
|
120
121
|
# Input only. The size of the boot disk in GB attached to this instance, up to a maximum
|
121
|
-
# of 64000
|
122
|
-
#
|
122
|
+
# of 64000 GB (64 TB). The minimum recommended value is 100 GB. If not
|
123
|
+
# specified, this defaults to 100.
|
123
124
|
# @!attribute [rw] data_disk_type
|
124
125
|
# @return [::Google::Cloud::Notebooks::V1beta1::Instance::DiskType]
|
125
126
|
# Input only. The type of the data disk attached to this instance, defaults to
|
@@ -127,9 +128,8 @@ module Google
|
|
127
128
|
# @!attribute [rw] data_disk_size_gb
|
128
129
|
# @return [::Integer]
|
129
130
|
# Input only. The size of the data disk in GB attached to this instance, up to a maximum
|
130
|
-
# of 64000
|
131
|
-
#
|
132
|
-
# defaults to 100.
|
131
|
+
# of 64000 GB (64 TB). You can choose the size of the data disk based on how
|
132
|
+
# big your notebooks and data are. If not specified, this defaults to 100.
|
133
133
|
# @!attribute [rw] no_remove_data_disk
|
134
134
|
# @return [::Boolean]
|
135
135
|
# Input only. If true, the data disk will not be auto deleted when deleting the instance.
|
@@ -143,7 +143,8 @@ module Google
|
|
143
143
|
# Format:
|
144
144
|
# `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
|
145
145
|
#
|
146
|
-
# Learn more about [using your own encryption
|
146
|
+
# Learn more about [using your own encryption
|
147
|
+
# keys](https://cloud.google.com/kms/docs/quickstart).
|
147
148
|
# @!attribute [rw] no_public_ip
|
148
149
|
# @return [::Boolean]
|
149
150
|
# If true, no public IP will be assigned to this instance.
|
@@ -192,9 +193,9 @@ module Google
|
|
192
193
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
193
194
|
|
194
195
|
# Definition of a hardware accelerator. Note that not all combinations
|
195
|
-
# of `type` and `core_count` are valid. Check [GPUs on
|
196
|
-
#
|
197
|
-
# combination. TPUs are not supported.
|
196
|
+
# of `type` and `core_count` are valid. Check [GPUs on Compute
|
197
|
+
# Engine](https://cloud.google.com/compute/docs/gpus/#gpus-list) to find a
|
198
|
+
# valid combination. TPUs are not supported.
|
198
199
|
# @!attribute [rw] type
|
199
200
|
# @return [::Google::Cloud::Notebooks::V1beta1::Instance::AcceleratorType]
|
200
201
|
# Type of this accelerator.
|
@@ -82,7 +82,7 @@ module Google
|
|
82
82
|
# @!attribute [rw] unreachable
|
83
83
|
# @return [::Array<::String>]
|
84
84
|
# Locations that could not be reached. For example,
|
85
|
-
# ['us-west1-a', 'us-central1-b']
|
85
|
+
# `['us-west1-a', 'us-central1-b']`.
|
86
86
|
# A ListInstancesResponse will only contain either instances or unreachables,
|
87
87
|
class ListInstancesResponse
|
88
88
|
include ::Google::Protobuf::MessageExts
|
@@ -28,12 +28,14 @@ module Google
|
|
28
28
|
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
29
29
|
# @!attribute [rw] code
|
30
30
|
# @return [::Integer]
|
31
|
-
# The status code, which should be an enum value of
|
31
|
+
# The status code, which should be an enum value of
|
32
|
+
# [google.rpc.Code][google.rpc.Code].
|
32
33
|
# @!attribute [rw] message
|
33
34
|
# @return [::String]
|
34
35
|
# A developer-facing error message, which should be in English. Any
|
35
36
|
# user-facing error message should be localized and sent in the
|
36
|
-
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
37
|
+
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
38
|
+
# by the client.
|
37
39
|
# @!attribute [rw] details
|
38
40
|
# @return [::Array<::Google::Protobuf::Any>]
|
39
41
|
# A list of messages that carry the error details. There is a common set of
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-notebooks-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.16.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.16.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|