Skip to content

Commit 8c19a0e

Browse files
authored
docs(notebooks-v1beta1): Fix service version to reflect V1beta1
1 parent 7410c99 commit 8c19a0e

7 files changed

Lines changed: 11 additions & 9 deletions

File tree

google-cloud-notebooks-v1beta1/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"distribution_name": "google-cloud-notebooks-v1beta1",
55
"language": "ruby",
66
"name": "notebooks",
7-
"name_pretty": "AI Platform Notebooks V1 API",
7+
"name_pretty": "AI Platform Notebooks V1beta1 API",
88
"product_documentation": "https://cloud.google.com/ai-platform-notebooks",
99
"repo": "googleapis/google-cloud-ruby",
1010
"requires_billing": true

google-cloud-notebooks-v1beta1/.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Metrics/PerceivedComplexity:
2727
Naming/FileName:
2828
Exclude:
2929
- "lib/google-cloud-notebooks-v1beta1.rb"
30+
Naming/PredicateName:
31+
Enabled: false
3032
Style/AsciiComments:
3133
Enabled: false
3234
Style/CaseEquality:

google-cloud-notebooks-v1beta1/.yardopts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--no-private
2-
--title=AI Platform Notebooks V1 API
2+
--title=AI Platform Notebooks V1beta1 API
33
--exclude _pb\.rb$
44
--markup markdown
55
--markup-provider redcarpet

google-cloud-notebooks-v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Ruby Client for the AI Platform Notebooks V1 API
1+
# Ruby Client for the AI Platform Notebooks V1beta1 API
22

3-
API Client library for the AI Platform Notebooks V1 API
3+
API Client library for the AI Platform Notebooks V1beta1 API
44

55
AI Platform Notebooks makes it easy to manage JupyterLab instances through a protected, publicly available notebook instance URL. A JupyterLab instance is a Deep Learning virtual machine instance with the latest machine learning and data science libraries pre-installed.
66

google-cloud-notebooks-v1beta1/google-cloud-notebooks-v1beta1.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
1010
gem.authors = ["Google LLC"]
1111
gem.email = "googleapis-packages@google.com"
1212
gem.description = "AI Platform Notebooks makes it easy to manage JupyterLab instances through a protected, publicly available notebook instance URL. A JupyterLab instance is a Deep Learning virtual machine instance with the latest machine learning and data science libraries pre-installed."
13-
gem.summary = "API Client library for the AI Platform Notebooks V1 API"
13+
gem.summary = "API Client library for the AI Platform Notebooks V1beta1 API"
1414
gem.homepage = "https://github.com/googleapis/google-cloud-ruby"
1515
gem.license = "Apache-2.0"
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AI Platform Notebooks V1 Protocol Buffer Documentation
1+
# AI Platform Notebooks V1beta1 Protocol Buffer Documentation
22

33
These files are for the YARD documentation of the generated protobuf files.
44
They are not intended to be required or loaded at runtime.

google-cloud-notebooks-v1beta1/synth.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
generator_args={
3232
"ruby-cloud-gem-name": "google-cloud-notebooks-v1beta1",
33-
"ruby-cloud-title": "AI Platform Notebooks V1",
33+
"ruby-cloud-title": "AI Platform Notebooks V1beta1",
3434
"ruby-cloud-description": "AI Platform Notebooks makes it easy to manage JupyterLab instances through a protected, publicly available notebook instance URL. A JupyterLab instance is a Deep Learning virtual machine instance with the latest machine learning and data science libraries pre-installed.",
3535
"ruby-cloud-env-prefix": "NOTEBOOKS",
3636
"ruby-cloud-grpc-service-config": "google/cloud/notebooks/v1beta1/notebooks_grpc_service_config.json",
@@ -45,6 +45,6 @@
4545
# Workaround for https://github.com/googleapis/gapic-generator-ruby/issues/507
4646
s.replace(
4747
".rubocop.yml",
48-
'Naming/FileName:\n Exclude:\n - "lib/google-cloud-notebooks-v1beta1\\.rb"\nStyle/CaseEquality:',
49-
'Naming/FileName:\n Exclude:\n - "lib/google-cloud-notebooks-v1beta1.rb"\nNaming/PredicateName:\n Enabled: false\nStyle/CaseEquality:'
48+
'Naming/FileName:\n Exclude:\n - "lib/google-cloud-notebooks-v1beta1\\.rb"\nStyle/AsciiComments:',
49+
'Naming/FileName:\n Exclude:\n - "lib/google-cloud-notebooks-v1beta1.rb"\nNaming/PredicateName:\n Enabled: false\nStyle/AsciiComments:'
5050
)

0 commit comments

Comments
 (0)