You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### advisorynotifications:v1
The following keys were deleted:
- schemas.GoogleCloudAdvisorynotificationsV1Settings.properties.name.readOnly (Total Keys: 1)
The following keys were added:
- resources.projects.resources.locations.resources.notifications.methods.get (Total Keys: 13)
- resources.projects.resources.locations.resources.notifications.methods.list (Total Keys: 20)
Copy file name to clipboardexpand all lines: docs/dyn/advisorynotifications_v1.organizations.locations.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110
110
111
111
{ # Settings for Advisory Notifications.
112
112
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
113
-
"name": "A String", # Output only. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
113
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
114
114
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
115
115
"a_key": { # Settings for each NotificationType.
116
116
"enabled": True or False, # Whether the associated NotificationType is enabled.
@@ -124,13 +124,13 @@ <h3>Method Details</h3>
124
124
<pre>Update notification settings.
125
125
126
126
Args:
127
-
name: string, Output only. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings. (required)
127
+
name: string, Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings. (required)
128
128
body: object, The request body.
129
129
The object takes the form of:
130
130
131
131
{ # Settings for Advisory Notifications.
132
132
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
133
-
"name": "A String", # Output only. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
133
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
134
134
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
135
135
"a_key": { # Settings for each NotificationType.
136
136
"enabled": True or False, # Whether the associated NotificationType is enabled.
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148
148
149
149
{ # Settings for Advisory Notifications.
150
150
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
151
-
"name": "A String", # Output only. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
151
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
152
152
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
153
153
"a_key": { # Settings for each NotificationType.
154
154
"enabled": True or False, # Whether the associated NotificationType is enabled.
Copy file name to clipboardexpand all lines: docs/dyn/advisorynotifications_v1.organizations.locations.notifications.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ <h3>Method Details</h3>
97
97
<pre>Gets a notification.
98
98
99
99
Args:
100
-
name: string, Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification}. (required)
100
+
name: string, Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}. (required)
101
101
languageCode: string, ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
102
102
x__xgafv: string, V1 error format.
103
103
Allowed values
@@ -139,7 +139,7 @@ <h3>Method Details</h3>
139
139
"localizationTime": "A String", # Time when Message was localized
140
140
},
141
141
],
142
-
"name": "A String", # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.
142
+
"name": "A String", # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.
143
143
"notificationType": "A String", # Type of notification
144
144
"subject": { # A subject line of a notification. # The subject line of the notification.
145
145
"text": { # A text object containing the English text and its localized copies. # The text content.
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156
156
<pre>Lists notifications under a given parent.
157
157
158
158
Args:
159
-
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" (required)
159
+
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}" (required)
160
160
languageCode: string, ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
161
161
pageSize: integer, The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
162
162
pageToken: string, A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
@@ -208,7 +208,7 @@ <h3>Method Details</h3>
208
208
"localizationTime": "A String", # Time when Message was localized
209
209
},
210
210
],
211
-
"name": "A String", # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.
211
+
"name": "A String", # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.
212
212
"notificationType": "A String", # Type of notification
213
213
"subject": { # A subject line of a notification. # The subject line of the notification.
214
214
"text": { # A text object containing the English text and its localized copies. # The text content.
name: string, Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}. (required)
101
+
languageCode: string, ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
102
+
x__xgafv: string, V1 error format.
103
+
Allowed values
104
+
1 - v1 error format
105
+
2 - v2 error format
106
+
107
+
Returns:
108
+
An object of the form:
109
+
110
+
{ # A notification object for notifying customers about security and privacy issues.
111
+
"createTime": "A String", # Output only. Time the notification was created.
112
+
"messages": [ # A list of messages in the notification.
113
+
{ # A message which contains notification details.
114
+
"attachments": [ # The attachments to download.
115
+
{ # Attachment with specific information about the issue.
116
+
"csv": { # A representation of a CSV file attachment, as a list of column headers and a list of data rows. # A CSV file attachment. Max size is 10 MB.
117
+
"dataRows": [ # The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
118
+
{ # A representation of a single data row in a CSV file.
119
+
"entries": [ # The data entries in a CSV file row, as a string array rather than a single comma-separated string.
120
+
"A String",
121
+
],
122
+
},
123
+
],
124
+
"headers": [ # The list of headers for data columns in a CSV file.
125
+
"A String",
126
+
],
127
+
},
128
+
"displayName": "A String", # The title of the attachment.
129
+
},
130
+
],
131
+
"body": { # A message body containing text. # The message content.
132
+
"text": { # A text object containing the English text and its localized copies. # The text content of the message body.
133
+
"enText": "A String", # The English copy.
134
+
"localizationState": "A String", # Status of the localization.
135
+
"localizedText": "A String", # The requested localized copy (if applicable).
136
+
},
137
+
},
138
+
"createTime": "A String", # The Message creation timestamp.
139
+
"localizationTime": "A String", # Time when Message was localized
140
+
},
141
+
],
142
+
"name": "A String", # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.
143
+
"notificationType": "A String", # Type of notification
144
+
"subject": { # A subject line of a notification. # The subject line of the notification.
145
+
"text": { # A text object containing the English text and its localized copies. # The text content.
146
+
"enText": "A String", # The English copy.
147
+
"localizationState": "A String", # Status of the localization.
148
+
"localizedText": "A String", # The requested localized copy (if applicable).
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}" (required)
160
+
languageCode: string, ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
161
+
pageSize: integer, The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
162
+
pageToken: string, A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
163
+
view: string, Specifies which parts of the notification resource should be returned in the response.
164
+
Allowed values
165
+
NOTIFICATION_VIEW_UNSPECIFIED - Not specified, equivalent to BASIC.
166
+
BASIC - Server responses only include title, creation time and Notification ID. Note: for internal use responses also include the last update time, the latest message text and whether notification has attachments.
167
+
FULL - Include everything.
168
+
x__xgafv: string, V1 error format.
169
+
Allowed values
170
+
1 - v1 error format
171
+
2 - v2 error format
172
+
173
+
Returns:
174
+
An object of the form:
175
+
176
+
{ # Response of ListNotifications endpoint.
177
+
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
178
+
"notifications": [ # List of notifications under a given parent.
179
+
{ # A notification object for notifying customers about security and privacy issues.
180
+
"createTime": "A String", # Output only. Time the notification was created.
181
+
"messages": [ # A list of messages in the notification.
182
+
{ # A message which contains notification details.
183
+
"attachments": [ # The attachments to download.
184
+
{ # Attachment with specific information about the issue.
185
+
"csv": { # A representation of a CSV file attachment, as a list of column headers and a list of data rows. # A CSV file attachment. Max size is 10 MB.
186
+
"dataRows": [ # The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.
187
+
{ # A representation of a single data row in a CSV file.
188
+
"entries": [ # The data entries in a CSV file row, as a string array rather than a single comma-separated string.
189
+
"A String",
190
+
],
191
+
},
192
+
],
193
+
"headers": [ # The list of headers for data columns in a CSV file.
194
+
"A String",
195
+
],
196
+
},
197
+
"displayName": "A String", # The title of the attachment.
198
+
},
199
+
],
200
+
"body": { # A message body containing text. # The message content.
201
+
"text": { # A text object containing the English text and its localized copies. # The text content of the message body.
202
+
"enText": "A String", # The English copy.
203
+
"localizationState": "A String", # Status of the localization.
204
+
"localizedText": "A String", # The requested localized copy (if applicable).
205
+
},
206
+
},
207
+
"createTime": "A String", # The Message creation timestamp.
208
+
"localizationTime": "A String", # Time when Message was localized
209
+
},
210
+
],
211
+
"name": "A String", # The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.
212
+
"notificationType": "A String", # Type of notification
213
+
"subject": { # A subject line of a notification. # The subject line of the notification.
214
+
"text": { # A text object containing the English text and its localized copies. # The text content.
215
+
"enText": "A String", # The English copy.
216
+
"localizationState": "A String", # Status of the localization.
217
+
"localizedText": "A String", # The requested localized copy (if applicable).
218
+
},
219
+
},
220
+
},
221
+
],
222
+
"totalSize": 42, # Estimation of a total number of notifications.
"description": "Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification}.",
184
+
"description": "Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}.",
"description": "Required. The parent, which owns this collection of notifications. Must be of the form \"organizations/{organization}/locations/{location}\"",
225
+
"description": "Required. The parent, which owns this collection of notifications. Must be of the form \"organizations/{organization}/locations/{location}\" or \"projects/{project}/locations/{location}\"",
"description": "ISO code for requested localization language. If unset, will be interpereted as \"en\". If the requested language is valid, but not supported for this notification, English will be returned with an \"Not applicable\" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.",
278
+
"location": "query",
279
+
"type": "string"
280
+
},
281
+
"name": {
282
+
"description": "Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}.",
"description": "ISO code for requested localization language. If unset, will be interpereted as \"en\". If the requested language is valid, but not supported for this notification, English will be returned with an \"Not applicable\" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.",
308
+
"location": "query",
309
+
"type": "string"
310
+
},
311
+
"pageSize": {
312
+
"description": "The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.",
313
+
"format": "int32",
314
+
"location": "query",
315
+
"type": "integer"
316
+
},
317
+
"pageToken": {
318
+
"description": "A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.",
319
+
"location": "query",
320
+
"type": "string"
321
+
},
322
+
"parent": {
323
+
"description": "Required. The parent, which owns this collection of notifications. Must be of the form \"organizations/{organization}/locations/{location}\" or \"projects/{project}/locations/{location}\"",
324
+
"location": "path",
325
+
"pattern": "^projects/[^/]+/locations/[^/]+$",
326
+
"required": true,
327
+
"type": "string"
328
+
},
329
+
"view": {
330
+
"description": "Specifies which parts of the notification resource should be returned in the response.",
331
+
"enum": [
332
+
"NOTIFICATION_VIEW_UNSPECIFIED",
333
+
"BASIC",
334
+
"FULL"
335
+
],
336
+
"enumDescriptions": [
337
+
"Not specified, equivalent to BASIC.",
338
+
"Server responses only include title, creation time and Notification ID. Note: for internal use responses also include the last update time, the latest message text and whether notification has attachments.",
"description": "The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.",
493
+
"description": "The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.",
396
494
"type": "string"
397
495
},
398
496
"notificationType": {
@@ -440,8 +538,7 @@
440
538
"type": "string"
441
539
},
442
540
"name": {
443
-
"description": "Output only. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.",
444
-
"readOnly": true,
541
+
"description": "Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.",
0 commit comments