Skip to content

Commit 1645638

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix typos and docstring formatting
Committer: @parthea PiperOrigin-RevId: 404010579
1 parent 4dd6036 commit 1645638

2 files changed

Lines changed: 27 additions & 20 deletions

File tree

google/cloud/notebooks/v1/instance.proto

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,13 @@ message Instance {
8383
// The ID of a supported feature. Read Enabling guest operating system
8484
// features to see a list of available options.
8585
// Valid values:
86-
// FEATURE_TYPE_UNSPECIFIED
87-
// MULTI_IP_SUBNET
88-
// SECURE_BOOT
89-
// UEFI_COMPATIBLE
90-
// VIRTIO_SCSI_MULTIQUEUE
91-
// WINDOWS
86+
//
87+
// * FEATURE_TYPE_UNSPECIFIED
88+
// * MULTI_IP_SUBNET
89+
// * SECURE_BOOT
90+
// * UEFI_COMPATIBLE
91+
// * VIRTIO_SCSI_MULTIQUEUE
92+
// * WINDOWS
9293
string type = 1;
9394
}
9495

@@ -130,8 +131,9 @@ message Instance {
130131
// SCSI. For performance characteristics of SCSI over NVMe, see Local SSD
131132
// performance.
132133
// Valid values:
133-
// NVME
134-
// SCSI
134+
//
135+
// * NVME
136+
// * SCSI
135137
string interface = 7;
136138

137139
// Type of the resource. Always compute#attachedDisk for attached
@@ -146,8 +148,9 @@ message Instance {
146148
// The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If
147149
// not specified, the default is to attach the disk in READ_WRITE mode.
148150
// Valid values:
149-
// READ_ONLY
150-
// READ_WRITE
151+
//
152+
// * READ_ONLY
153+
// * READ_WRITE
151154
string mode = 10;
152155

153156
// Indicates a valid partial or full URL to an existing Persistent Disk
@@ -156,8 +159,9 @@ message Instance {
156159

157160
// Indicates the type of the disk, either SCRATCH or PERSISTENT.
158161
// Valid values:
159-
// PERSISTENT
160-
// SCRATCH
162+
//
163+
// * PERSISTENT
164+
// * SCRATCH
161165
string type = 12;
162166
}
163167

google/cloud/notebooks/v1/runtime.proto

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ message EncryptionConfig {
185185
string kms_key = 1;
186186
}
187187

188-
// An Local attached disk resource.
188+
// A Local attached disk resource.
189189
message LocalDisk {
190190
// Optional. A list of features to enable on the guest operating system.
191191
// Applicable only for bootable images.
@@ -252,8 +252,9 @@ message LocalDisk {
252252
// in any other format than SCSI. Local SSDs can use either NVME or SCSI. For
253253
// performance characteristics of SCSI over NVMe, see Local SSD performance.
254254
// Valid values:
255-
// NVME
256-
// SCSI
255+
//
256+
// * NVME
257+
// * SCSI
257258
string interface = 7;
258259

259260
// Output only. Type of the resource. Always compute#attachedDisk for attached disks.
@@ -265,8 +266,9 @@ message LocalDisk {
265266
// The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If
266267
// not specified, the default is to attach the disk in READ_WRITE mode.
267268
// Valid values:
268-
// READ_ONLY
269-
// READ_WRITE
269+
//
270+
// * READ_ONLY
271+
// * READ_WRITE
270272
string mode = 10;
271273

272274
// Specifies a valid partial or full URL to an existing Persistent Disk
@@ -276,8 +278,9 @@ message LocalDisk {
276278
// Specifies the type of the disk, either SCRATCH or PERSISTENT. If not
277279
// specified, the default is PERSISTENT.
278280
// Valid values:
279-
// PERSISTENT
280-
// SCRATCH
281+
//
282+
// * PERSISTENT
283+
// * SCRATCH
281284
string type = 12;
282285
}
283286

@@ -367,7 +370,7 @@ message RuntimeSoftwareConfig {
367370
// Default: True
368371
optional bool idle_shutdown = 3;
369372

370-
// Time in minutes to wait before shuting down runtime. Default: 180 minutes
373+
// Time in minutes to wait before shutting down runtime. Default: 180 minutes
371374
int32 idle_shutdown_timeout = 4;
372375

373376
// Install Nvidia Driver automatically.

0 commit comments

Comments
 (0)