target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Folders.html Maven / Gradle / Ivy
SecurityCommandCenter.Folders (Security Command Center API v1-rev20240926-2.0.0)
com.google.api.services.securitycenter.v1
Class SecurityCommandCenter.Folders
- java.lang.Object
-
- com.google.api.services.securitycenter.v1.SecurityCommandCenter.Folders
-
- Enclosing class:
- SecurityCommandCenter
public class SecurityCommandCenter.Folders
extends Object
The "folders" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecurityCommandCenter.Folders.Assets
The "assets" collection of methods.
class
SecurityCommandCenter.Folders.BigQueryExports
The "bigQueryExports" collection of methods.
class
SecurityCommandCenter.Folders.EventThreatDetectionSettings
The "eventThreatDetectionSettings" collection of methods.
class
SecurityCommandCenter.Folders.Findings
The "findings" collection of methods.
class
SecurityCommandCenter.Folders.Locations
The "locations" collection of methods.
class
SecurityCommandCenter.Folders.MuteConfigs
The "muteConfigs" collection of methods.
class
SecurityCommandCenter.Folders.NotificationConfigs
The "notificationConfigs" collection of methods.
class
SecurityCommandCenter.Folders.SecurityHealthAnalyticsSettings
The "securityHealthAnalyticsSettings" collection of methods.
class
SecurityCommandCenter.Folders.Sources
The "sources" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Folders()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SecurityCommandCenter.Folders.Assets
assets()
An accessor for creating requests from the Assets collection.
SecurityCommandCenter.Folders.BigQueryExports
bigQueryExports()
An accessor for creating requests from the BigQueryExports collection.
SecurityCommandCenter.Folders.EventThreatDetectionSettings
eventThreatDetectionSettings()
An accessor for creating requests from the EventThreatDetectionSettings collection.
SecurityCommandCenter.Folders.Findings
findings()
An accessor for creating requests from the Findings collection.
SecurityCommandCenter.Folders.Locations
locations()
An accessor for creating requests from the Locations collection.
SecurityCommandCenter.Folders.MuteConfigs
muteConfigs()
An accessor for creating requests from the MuteConfigs collection.
SecurityCommandCenter.Folders.NotificationConfigs
notificationConfigs()
An accessor for creating requests from the NotificationConfigs collection.
SecurityCommandCenter.Folders.SecurityHealthAnalyticsSettings
securityHealthAnalyticsSettings()
An accessor for creating requests from the SecurityHealthAnalyticsSettings collection.
SecurityCommandCenter.Folders.Sources
sources()
An accessor for creating requests from the Sources collection.
-
-
Method Detail
-
assets
public SecurityCommandCenter.Folders.Assets assets()
An accessor for creating requests from the Assets collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.Assets.List request = securitycenter.assets().list(parameters ...)
- Returns:
- the resource collection
-
bigQueryExports
public SecurityCommandCenter.Folders.BigQueryExports bigQueryExports()
An accessor for creating requests from the BigQueryExports collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.BigQueryExports.List request = securitycenter.bigQueryExports().list(parameters ...)
- Returns:
- the resource collection
-
eventThreatDetectionSettings
public SecurityCommandCenter.Folders.EventThreatDetectionSettings eventThreatDetectionSettings()
An accessor for creating requests from the EventThreatDetectionSettings collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.EventThreatDetectionSettings.List request = securitycenter.eventThreatDetectionSettings().list(parameters ...)
- Returns:
- the resource collection
-
findings
public SecurityCommandCenter.Folders.Findings findings()
An accessor for creating requests from the Findings collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.Findings.List request = securitycenter.findings().list(parameters ...)
- Returns:
- the resource collection
-
locations
public SecurityCommandCenter.Folders.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.Locations.List request = securitycenter.locations().list(parameters ...)
- Returns:
- the resource collection
-
muteConfigs
public SecurityCommandCenter.Folders.MuteConfigs muteConfigs()
An accessor for creating requests from the MuteConfigs collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.MuteConfigs.List request = securitycenter.muteConfigs().list(parameters ...)
- Returns:
- the resource collection
-
notificationConfigs
public SecurityCommandCenter.Folders.NotificationConfigs notificationConfigs()
An accessor for creating requests from the NotificationConfigs collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.NotificationConfigs.List request = securitycenter.notificationConfigs().list(parameters ...)
- Returns:
- the resource collection
-
securityHealthAnalyticsSettings
public SecurityCommandCenter.Folders.SecurityHealthAnalyticsSettings securityHealthAnalyticsSettings()
An accessor for creating requests from the SecurityHealthAnalyticsSettings collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.SecurityHealthAnalyticsSettings.List request = securitycenter.securityHealthAnalyticsSettings().list(parameters ...)
- Returns:
- the resource collection
-
sources
public SecurityCommandCenter.Folders.Sources sources()
An accessor for creating requests from the Sources collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.Sources.List request = securitycenter.sources().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy