Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
docs: fix docstring formatting (#437)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 408564402

Source-Link: googleapis/googleapis@3020af5

Source-Link: googleapis/googleapis-gen@799c505
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzk5YzUwNTAxNGNiYWQ5OTllMmJkM2RjYTRmNWUxZjY4YmRlNWFhMiJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 10, 2021
1 parent 85393d0 commit bbf55c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ message UpdateOrganizationSettingsRequest {

// The FieldMask to use when updating the settings resource.
//
// If empty all mutable fields will be updated.
// If empty all mutable fields will be updated.
google.protobuf.FieldMask update_mask = 2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function main(organizationSettings) {
// const organizationSettings = {}
/**
* The FieldMask to use when updating the settings resource.
* If empty all mutable fields will be updated.
* If empty all mutable fields will be updated.
*/
// const updateMask = {}

Expand Down
2 changes: 1 addition & 1 deletion src/v1p1beta1/security_center_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,7 @@ export class SecurityCenterClient {
* @param {google.protobuf.FieldMask} request.updateMask
* The FieldMask to use when updating the settings resource.
*
* If empty all mutable fields will be updated.
* If empty all mutable fields will be updated.
* @param {object} [options]
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
* @returns {Promise} - The promise which resolves to an array.
Expand Down

0 comments on commit bbf55c6

Please sign in to comment.