File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
google/cloud/securitycenter/v1 Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ service SecurityCenter {
296
296
// Filters an organization's assets and groups them by their specified
297
297
// properties.
298
298
rpc GroupAssets (GroupAssetsRequest ) returns (GroupAssetsResponse ) {
299
+ option deprecated = true ;
299
300
option (google.api.http ) = {
300
301
post : "/v1/{parent=organizations/*}/assets:group"
301
302
body : "*"
@@ -335,6 +336,7 @@ service SecurityCenter {
335
336
336
337
// Lists an organization's assets.
337
338
rpc ListAssets (ListAssetsRequest ) returns (ListAssetsResponse ) {
339
+ option deprecated = true ;
338
340
option (google.api.http ) = {
339
341
get : "/v1/{parent=organizations/*}/assets"
340
342
additional_bindings { get : "/v1/{parent=folders/*}/assets" }
@@ -447,6 +449,7 @@ service SecurityCenter {
447
449
// error.
448
450
rpc RunAssetDiscovery (RunAssetDiscoveryRequest )
449
451
returns (google .longrunning .Operation ) {
452
+ option deprecated = true ;
450
453
option (google.api.http ) = {
451
454
post : "/v1/{parent=organizations/*}/assets:runDiscovery"
452
455
body : "*"
You can’t perform that action at this time.
0 commit comments