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

docs: fix docstring formatting #437

Merged
merged 2 commits into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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