Skip to content

Commit

Permalink
docs: [notebooks] fix minor docstring formatting (#8846)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Dec 6, 2022
1 parent 184ae92 commit 2b48de2
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -107,17 +107,17 @@ public java.lang.String getGcsBucket() {
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -143,10 +143,12 @@ public com.google.protobuf.ByteString getGcsBucketBytes() {
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -169,10 +171,12 @@ public java.lang.String getRelativePath() {
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down Expand Up @@ -665,17 +669,17 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -697,17 +701,17 @@ public java.lang.String getGcsBucket() {
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -729,17 +733,17 @@ public com.google.protobuf.ByteString getGcsBucketBytes() {
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -760,17 +764,17 @@ public Builder setGcsBucket(java.lang.String value) {
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -787,17 +791,17 @@ public Builder clearGcsBucket() {
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -821,10 +825,12 @@ public Builder setGcsBucketBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -846,10 +852,12 @@ public java.lang.String getRelativePath() {
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -871,10 +879,12 @@ public com.google.protobuf.ByteString getRelativePathBytes() {
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -895,10 +905,12 @@ public Builder setRelativePath(java.lang.String value) {
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -915,10 +927,12 @@ public Builder clearRelativePath() {
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ public interface DiagnosticConfigOrBuilder
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -49,17 +49,17 @@ public interface DiagnosticConfigOrBuilder
*
*
* <pre>
* Required. User Cloud Storage bucket location (REQUIRED)
* ## Must be formatted with path prefix (gs://$GCS_BUCKET)
* Required. User Cloud Storage bucket location (REQUIRED).
* Must be formatted with path prefix (`gs://$GCS_BUCKET`).
* Permissions:
* User Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account
* attached to VM.
* attached to VM.
* Google Managed Notebooks:
* - storage.buckets.writer: Must be given to the project's service account or
* ## user credentials attached to VM depending on authentication mode.
* user credentials attached to VM depending on authentication mode.
* Cloud Storage bucket Log file will be written to
* gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz
* `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
* </pre>
*
* <code>string gcs_bucket = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -72,10 +72,12 @@ public interface DiagnosticConfigOrBuilder
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand All @@ -87,10 +89,12 @@ public interface DiagnosticConfigOrBuilder
*
*
* <pre>
* Optional. Defines the relative storage path in the Cloud Storage bucket where the
* diagnostic logs will be written: Default path will be the root directory of
* the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of
* full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/
* Optional. Defines the relative storage path in the Cloud Storage bucket
* where the diagnostic logs will be written: Default path will be the root
* directory of the Cloud Storage bucket
* (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`)
* Example of full path where Log file will be written:
* `gs://$GCS_BUCKET/$RELATIVE_PATH/`
* </pre>
*
* <code>string relative_path = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
Expand Down
Loading

0 comments on commit 2b48de2

Please sign in to comment.