Class SecurityCenterManagementGrpc.SecurityCenterManagementStub (0.5.0)

public static final class SecurityCenterManagementGrpc.SecurityCenterManagementStub extends AbstractAsyncStub<SecurityCenterManagementGrpc.SecurityCenterManagementStub>

A stub to allow clients to do asynchronous rpc calls to service SecurityCenterManagement.

Service describing handlers for resources

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > SecurityCenterManagementGrpc.SecurityCenterManagementStub

Methods

build(Channel channel, CallOptions callOptions)

protected SecurityCenterManagementGrpc.SecurityCenterManagementStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
SecurityCenterManagementGrpc.SecurityCenterManagementStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createEventThreatDetectionCustomModule(CreateEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)

public void createEventThreatDetectionCustomModule(CreateEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)

Creates a resident Event Threat Detection custom module at the scope of the given Resource Manager parent, and also creates inherited custom modules for all descendants of the given parent. These modules are enabled by default.

Parameters
NameDescription
requestCreateEventThreatDetectionCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<EventThreatDetectionCustomModule>

createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)

public void createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)

Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent. These modules are enabled by default.

Parameters
NameDescription
requestCreateSecurityHealthAnalyticsCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule>

deleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request, StreamObserver<Empty> responseObserver)

public void deleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request, StreamObserver<Empty> responseObserver)

Deletes the specified Event Threat Detection custom module and all of its descendants in the Resource Manager hierarchy. This method is only supported for resident custom modules.

Parameters
NameDescription
requestDeleteEventThreatDetectionCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<Empty>

deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<Empty> responseObserver)

public void deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<Empty> responseObserver)

Deletes the specified SecurityHealthAnalyticsCustomModule and all of its descendants in the CRM hierarchy. This method is only supported for resident custom modules.

Parameters
NameDescription
requestDeleteSecurityHealthAnalyticsCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<Empty>

getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request, StreamObserver<EffectiveEventThreatDetectionCustomModule> responseObserver)

public void getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request, StreamObserver<EffectiveEventThreatDetectionCustomModule> responseObserver)

Gets an effective ETD custom module. Retrieves the effective module at the given level. The difference between an EffectiveCustomModule and a CustomModule is that the fields for an EffectiveCustomModule are computed from ancestors if needed. For example, the enablement_state for a CustomModule can be either ENABLED, DISABLED, or INHERITED. Where as the enablement_state for an EffectiveCustomModule is always computed to ENABLED or DISABLED (the effective enablement_state).

Parameters
NameDescription
requestGetEffectiveEventThreatDetectionCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<EffectiveEventThreatDetectionCustomModule>

getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<EffectiveSecurityHealthAnalyticsCustomModule> responseObserver)

public void getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<EffectiveSecurityHealthAnalyticsCustomModule> responseObserver)

Gets details of a single EffectiveSecurityHealthAnalyticsCustomModule.

Parameters
NameDescription
requestGetEffectiveSecurityHealthAnalyticsCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<EffectiveSecurityHealthAnalyticsCustomModule>

getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)

public void getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)

Gets an Event Threat Detection custom module.

Parameters
NameDescription
requestGetEventThreatDetectionCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<EventThreatDetectionCustomModule>

getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)

public void getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)

Retrieves a SecurityHealthAnalyticsCustomModule.

Parameters
NameDescription
requestGetSecurityHealthAnalyticsCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule>

listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request, StreamObserver<ListDescendantEventThreatDetectionCustomModulesResponse> responseObserver)

public void listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request, StreamObserver<ListDescendantEventThreatDetectionCustomModulesResponse> responseObserver)

Lists all resident Event Threat Detection custom modules under the given Resource Manager parent and its descendants.

Parameters
NameDescription
requestListDescendantEventThreatDetectionCustomModulesRequest
responseObserverio.grpc.stub.StreamObserver<ListDescendantEventThreatDetectionCustomModulesResponse>

listDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListDescendantSecurityHealthAnalyticsCustomModulesResponse> responseObserver)

public void listDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListDescendantSecurityHealthAnalyticsCustomModulesResponse> responseObserver)

Returns a list of all resident SecurityHealthAnalyticsCustomModules under the given CRM parent and all of the parent's CRM descendants.

Parameters
NameDescription
requestListDescendantSecurityHealthAnalyticsCustomModulesRequest
responseObserverio.grpc.stub.StreamObserver<ListDescendantSecurityHealthAnalyticsCustomModulesResponse>

listEffectiveEventThreatDetectionCustomModules(ListEffectiveEventThreatDetectionCustomModulesRequest request, StreamObserver<ListEffectiveEventThreatDetectionCustomModulesResponse> responseObserver)

public 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
NameDescription
requestListEffectiveEventThreatDetectionCustomModulesRequest
responseObserverio.grpc.stub.StreamObserver<ListEffectiveEventThreatDetectionCustomModulesResponse>

listEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> responseObserver)

public void listEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> responseObserver)

Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors (no descendants).

Parameters
NameDescription
requestListEffectiveSecurityHealthAnalyticsCustomModulesRequest
responseObserverio.grpc.stub.StreamObserver<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>

listEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request, StreamObserver<ListEventThreatDetectionCustomModulesResponse> responseObserver)

public void listEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request, StreamObserver<ListEventThreatDetectionCustomModulesResponse> responseObserver)

Lists all Event Threat Detection custom modules for the given Resource Manager parent. This includes resident modules defined at the scope of the parent along with modules inherited from ancestors.

Parameters
NameDescription
requestListEventThreatDetectionCustomModulesRequest
responseObserverio.grpc.stub.StreamObserver<ListEventThreatDetectionCustomModulesResponse>

listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListSecurityHealthAnalyticsCustomModulesResponse> responseObserver)

public void listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request, StreamObserver<ListSecurityHealthAnalyticsCustomModulesResponse> responseObserver)

Returns a list of all SecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors (no descendants).

Parameters
NameDescription
requestListSecurityHealthAnalyticsCustomModulesRequest
responseObserverio.grpc.stub.StreamObserver<ListSecurityHealthAnalyticsCustomModulesResponse>

simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SimulateSecurityHealthAnalyticsCustomModuleResponse> responseObserver)

public void simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SimulateSecurityHealthAnalyticsCustomModuleResponse> responseObserver)

Simulates a given SecurityHealthAnalyticsCustomModule and Resource.

Parameters
NameDescription
requestSimulateSecurityHealthAnalyticsCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<SimulateSecurityHealthAnalyticsCustomModuleResponse>

updateEventThreatDetectionCustomModule(UpdateEventThreatDetectionCustomModuleRequest request, StreamObserver<EventThreatDetectionCustomModule> responseObserver)

public 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
NameDescription
requestUpdateEventThreatDetectionCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<EventThreatDetectionCustomModule>

updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request, StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)

public 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 config of a module is supported on resident modules only.

Parameters
NameDescription
requestUpdateSecurityHealthAnalyticsCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule>

validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request, StreamObserver<ValidateEventThreatDetectionCustomModuleResponse> responseObserver)

public void validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request, StreamObserver<ValidateEventThreatDetectionCustomModuleResponse> responseObserver)

Validates the given Event Threat Detection custom module.

Parameters
NameDescription
requestValidateEventThreatDetectionCustomModuleRequest
responseObserverio.grpc.stub.StreamObserver<ValidateEventThreatDetectionCustomModuleResponse>