public static interface SecurityCenterManagementGrpc.AsyncService
Service describing handlers for resources
Methods
createEventThreatDetectionCustomModule(CreateEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)
public default void createEventThreatDetectionCustomModule(CreateEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)
Creates a resident Event Threat Detection custom module at the scope of the given organization, folder, or project, and creates inherited custom modules for all descendants of the given parent. These modules are enabled by default.
Parameters | |
---|---|
Name | Description |
request |
CreateEventThreatDetectionCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<EventThreatDetectionCustomModule> |
createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
public default void createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
Creates a resident
SecurityHealthAnalyticsCustomModule
at the scope of the given organization, folder, or project, and also
creates inherited SecurityHealthAnalyticsCustomModule
resources for all
folders and projects that are descendants of the given parent. These
modules are enabled by default.
Parameters | |
---|---|
Name | Description |
request |
CreateSecurityHealthAnalyticsCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule> |
deleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request, StreamObserver<Empty> responseObserver)
public default void deleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request, StreamObserver<Empty> responseObserver)
Deletes the specified Event Threat Detection custom module and all of its descendants in the resource hierarchy. This method is only supported for resident custom modules.
Parameters | |
---|---|
Name | Description |
request |
DeleteEventThreatDetectionCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<Empty> |
deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<Empty> responseObserver)
public default void deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<Empty> responseObserver)
Deletes the specified SecurityHealthAnalyticsCustomModule and all of its descendants in the resource hierarchy. This method is only supported for resident custom modules.
Parameters | |
---|---|
Name | Description |
request |
DeleteSecurityHealthAnalyticsCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<Empty> |
getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request, StreamObserver<EffectiveEventThreatDetectionCustomModule> responseObserver)
public default void getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request, StreamObserver<EffectiveEventThreatDetectionCustomModule> responseObserver)
Gets the effective Event Threat Detection custom module at the given level.
The difference between an
EffectiveEventThreatDetectionCustomModule
and an
EventThreatDetectionCustomModule
is that the fields for an EffectiveEventThreatDetectionCustomModule
are
computed from ancestors if needed. For example, the enablement state for an
EventThreatDetectionCustomModule
can be ENABLED
, DISABLED
, or
INHERITED
. In contrast, the enablement state for an
EffectiveEventThreatDetectionCustomModule
is always computed as ENABLED
or DISABLED
.
Parameters | |
---|---|
Name | Description |
request |
GetEffectiveEventThreatDetectionCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<EffectiveEventThreatDetectionCustomModule> |
getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<EffectiveSecurityHealthAnalyticsCustomModule> responseObserver)
public default void getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<EffectiveSecurityHealthAnalyticsCustomModule> responseObserver)
Gets details of a single EffectiveSecurityHealthAnalyticsCustomModule.
Parameters | |
---|---|
Name | Description |
request |
GetEffectiveSecurityHealthAnalyticsCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<EffectiveSecurityHealthAnalyticsCustomModule> |
getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)
public default void getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)
Gets an Event Threat Detection custom module.
Parameters | |
---|---|
Name | Description |
request |
GetEventThreatDetectionCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<EventThreatDetectionCustomModule> |
getSecurityCenterService(GetSecurityCenterServiceRequest request, StreamObserver<SecurityCenterService> responseObserver)
public default void getSecurityCenterService(GetSecurityCenterServiceRequest request, StreamObserver<SecurityCenterService> responseObserver)
Gets service settings for the specified Security Command Center service.
Parameters | |
---|---|
Name | Description |
request |
GetSecurityCenterServiceRequest |
responseObserver |
io.grpc.stub.StreamObserver<SecurityCenterService> |
getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
public default void getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
Retrieves a SecurityHealthAnalyticsCustomModule.
Parameters | |
---|---|
Name | Description |
request |
GetSecurityHealthAnalyticsCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule> |
listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request, StreamObserver<ListDescendantEventThreatDetectionCustomModulesResponse> responseObserver)
public default void listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request, StreamObserver<ListDescendantEventThreatDetectionCustomModulesResponse> responseObserver)
Lists all resident Event Threat Detection custom modules for the given organization, folder, or project and its descendants.
Parameters | |
---|---|
Name | Description |
request |
ListDescendantEventThreatDetectionCustomModulesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListDescendantEventThreatDetectionCustomModulesResponse> |
listDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListDescendantSecurityHealthAnalyticsCustomModulesResponse> responseObserver)
public default void listDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListDescendantSecurityHealthAnalyticsCustomModulesResponse> responseObserver)
Returns a list of all resident SecurityHealthAnalyticsCustomModule resources under the given organization, folder, or project and all of its descendants.
Parameters | |
---|---|
Name | Description |
request |
ListDescendantSecurityHealthAnalyticsCustomModulesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListDescendantSecurityHealthAnalyticsCustomModulesResponse> |
listEffectiveEventThreatDetectionCustomModules(ListEffectiveEventThreatDetectionCustomModulesRequest request, StreamObserver<ListEffectiveEventThreatDetectionCustomModulesResponse> responseObserver)
public default void listEffectiveEventThreatDetectionCustomModules(ListEffectiveEventThreatDetectionCustomModulesRequest request, StreamObserver<ListEffectiveEventThreatDetectionCustomModulesResponse> responseObserver)
Lists all effective Event Threat Detection custom modules for the given parent. This includes resident modules defined at the scope of the parent along with modules inherited from its ancestors.
Parameters | |
---|---|
Name | Description |
request |
ListEffectiveEventThreatDetectionCustomModulesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListEffectiveEventThreatDetectionCustomModulesResponse> |
listEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> responseObserver)
public default void listEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> responseObserver)
Returns a list of all EffectiveSecurityHealthAnalyticsCustomModule resources for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from ancestor organizations, folders, and projects (no descendants).
Parameters | |
---|---|
Name | Description |
request |
ListEffectiveSecurityHealthAnalyticsCustomModulesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> |
listEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request, StreamObserver<ListEventThreatDetectionCustomModulesResponse> responseObserver)
public default void listEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request, StreamObserver<ListEventThreatDetectionCustomModulesResponse> responseObserver)
Lists all Event Threat Detection custom modules for the given organization, folder, or project. This includes resident modules defined at the scope of the parent along with modules inherited from ancestors.
Parameters | |
---|---|
Name | Description |
request |
ListEventThreatDetectionCustomModulesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListEventThreatDetectionCustomModulesResponse> |
listSecurityCenterServices(ListSecurityCenterServicesRequest request, StreamObserver<ListSecurityCenterServicesResponse> responseObserver)
public default void listSecurityCenterServices(ListSecurityCenterServicesRequest request, StreamObserver<ListSecurityCenterServicesResponse> responseObserver)
Returns a list of all Security Command Center services for the given parent.
Parameters | |
---|---|
Name | Description |
request |
ListSecurityCenterServicesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListSecurityCenterServicesResponse> |
listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListSecurityHealthAnalyticsCustomModulesResponse> responseObserver)
public default void listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListSecurityHealthAnalyticsCustomModulesResponse> responseObserver)
Returns a list of all SecurityHealthAnalyticsCustomModule resources for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from ancestor organizations, folders, and projects (no descendants).
Parameters | |
---|---|
Name | Description |
request |
ListSecurityHealthAnalyticsCustomModulesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListSecurityHealthAnalyticsCustomModulesResponse> |
simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SimulateSecurityHealthAnalyticsCustomModuleResponse> responseObserver)
public default void simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SimulateSecurityHealthAnalyticsCustomModuleResponse> responseObserver)
Simulates the result of using a SecurityHealthAnalyticsCustomModule to check a resource.
Parameters | |
---|---|
Name | Description |
request |
SimulateSecurityHealthAnalyticsCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<SimulateSecurityHealthAnalyticsCustomModuleResponse> |
updateEventThreatDetectionCustomModule(UpdateEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)
public default void updateEventThreatDetectionCustomModule(UpdateEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)
Updates the Event Threat Detection custom module with the given name based on the given update mask. Updating the enablement state is supported for both resident and inherited modules (though resident modules cannot have an enablement state of "inherited"). Updating the display name or configuration of a module is supported for resident modules only. The type of a module cannot be changed.
Parameters | |
---|---|
Name | Description |
request |
UpdateEventThreatDetectionCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<EventThreatDetectionCustomModule> |
updateSecurityCenterService(UpdateSecurityCenterServiceRequest request, StreamObserver<SecurityCenterService> responseObserver)
public default void updateSecurityCenterService(UpdateSecurityCenterServiceRequest request, StreamObserver<SecurityCenterService> responseObserver)
Updates a Security Command Center service using the given update mask.
Parameters | |
---|---|
Name | Description |
request |
UpdateSecurityCenterServiceRequest |
responseObserver |
io.grpc.stub.StreamObserver<SecurityCenterService> |
updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
public default void updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of "inherited"). Updating the display name and custom configuration of a module is supported on resident modules only.
Parameters | |
---|---|
Name | Description |
request |
UpdateSecurityHealthAnalyticsCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule> |
validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request, StreamObserver<ValidateEventThreatDetectionCustomModuleResponse> responseObserver)
public default void validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request, StreamObserver<ValidateEventThreatDetectionCustomModuleResponse> responseObserver)
Validates the given Event Threat Detection custom module.
Parameters | |
---|---|
Name | Description |
request |
ValidateEventThreatDetectionCustomModuleRequest |
responseObserver |
io.grpc.stub.StreamObserver<ValidateEventThreatDetectionCustomModuleResponse> |