Skip to content

Commit

Permalink
Merge branch 'main' into upgradeToNode14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Aug 4, 2023
2 parents 3fb375c + 74d46d5 commit c8a6725
Show file tree
Hide file tree
Showing 390 changed files with 219,586 additions and 26,918 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:latest
digest: sha256:7d09300cb0e68171c647ed1909d6a3d439b54b97c6e95e21fa8cf5dea74964d1
digest: sha256:353f74808df01ad8a4af996cac8acffcd9c087590743340bda440874cf55d566
2 changes: 1 addition & 1 deletion packages/google-cloud-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ also contains samples.

## Supported Node.js Versions

Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
Libraries are compatible with all current _active_ and _maintenance_ versions of
Node.js.
If you are using an end-of-life version of Node.js, we recommend that you update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ enum NotificationType {

// Sensitive action notifications
NOTIFICATION_TYPE_SENSITIVE_ACTIONS = 2;

// General security MSA
NOTIFICATION_TYPE_SECURITY_MSA = 3;

// Threat horizons MSA
NOTIFICATION_TYPE_THREAT_HORIZONS = 4;
}

// A notification object for notifying customers about security and privacy
Expand All @@ -110,6 +116,8 @@ message Notification {
option (google.api.resource) = {
type: "advisorynotifications.googleapis.com/Notification"
pattern: "organizations/{organization}/locations/{location}/notifications/{notification}"
plural: "notifications"
singular: "notification"
};

// The resource name of the notification.
Expand Down
1,600 changes: 1,599 additions & 1 deletion packages/google-cloud-advisorynotifications/protos/protos.d.ts

Large diffs are not rendered by default.

4,632 changes: 4,370 additions & 262 deletions packages/google-cloud-advisorynotifications/protos/protos.js

Large diffs are not rendered by default.

Loading

0 comments on commit c8a6725

Please sign in to comment.