Skip to content

Commit

Permalink
docs: Specify allowed fields for UpdateNotificationConfig (#289)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 316714521

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Jun 16 10:55:41 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 714a5f10f22d932bf4365dfdd57ced2c819e0ade
Source-Link: googleapis/googleapis@714a5f1
  • Loading branch information
yoshi-automation authored Jun 18, 2020
1 parent 91bc91b commit e7d3ca8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ service SecurityCenter {
option (google.api.method_signature) = "finding";
}

//
// Updates a notification config.
// Updates a notification config. The following update
// fields are allowed: description, pubsub_topic, streaming_config.filter
rpc UpdateNotificationConfig(UpdateNotificationConfigRequest)
returns (NotificationConfig) {
option (google.api.http) = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ service SecurityCenter {
option (google.api.method_signature) = "finding,update_mask";
}

// Updates a notification config.
// Updates a notification config. The following update
// fields are allowed: description, pubsub_topic, streaming_config.filter
rpc UpdateNotificationConfig(UpdateNotificationConfigRequest)
returns (NotificationConfig) {
option (google.api.http) = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1570,8 +1570,8 @@ export class SecurityCenterClient {
>
): void;
/**
*
* Updates a notification config.
* Updates a notification config. The following update
* fields are allowed: description, pubsub_topic, streaming_config.filter
*
* @param {Object} request
* The request object that will be sent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,8 @@ export class SecurityCenterClient {
>
): void;
/**
* Updates a notification config.
* Updates a notification config. The following update
* fields are allowed: description, pubsub_topic, streaming_config.filter
*
* @param {Object} request
* The request object that will be sent.
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-securitycenter/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-security-center.git",
"sha": "f71426053da4eb2416ebd593862e89c0d5557827"
"sha": "b1644df15866ac91d2ea7b4cec43c835b3f9e5c8"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b789f790565ad7cc473571b0cf35dfbe6707f6a8",
"internalRef": "315933871"
"sha": "714a5f10f22d932bf4365dfdd57ced2c819e0ade",
"internalRef": "316714521"
}
},
{
Expand Down

0 comments on commit e7d3ca8

Please sign in to comment.