Class SecurityCenterManagementGrpc.SecurityCenterManagementBlockingStub (0.8.0)

public static final class SecurityCenterManagementGrpc.SecurityCenterManagementBlockingStub extends AbstractBlockingStub<SecurityCenterManagementGrpc.SecurityCenterManagementBlockingStub>

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

Service describing handlers for resources

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > SecurityCenterManagementGrpc.SecurityCenterManagementBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

createEventThreatDetectionCustomModule(CreateEventThreatDetectionCustomModuleRequest request)

public EventThreatDetectionCustomModule createEventThreatDetectionCustomModule(CreateEventThreatDetectionCustomModuleRequest request)

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.

Parameter
NameDescription
requestCreateEventThreatDetectionCustomModuleRequest
Returns
TypeDescription
EventThreatDetectionCustomModule

createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request)

public SecurityHealthAnalyticsCustomModule createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request)

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.

Parameter
NameDescription
requestCreateSecurityHealthAnalyticsCustomModuleRequest
Returns
TypeDescription
SecurityHealthAnalyticsCustomModule

deleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request)

public Empty deleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request)

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.

Parameter
NameDescription
requestDeleteEventThreatDetectionCustomModuleRequest
Returns
TypeDescription
Empty

deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request)

public Empty deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request)

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

Parameter
NameDescription
requestDeleteSecurityHealthAnalyticsCustomModuleRequest
Returns
TypeDescription
Empty

getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request)

public EffectiveEventThreatDetectionCustomModule getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request)

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).

Parameter
NameDescription
requestGetEffectiveEventThreatDetectionCustomModuleRequest
Returns
TypeDescription
EffectiveEventThreatDetectionCustomModule

getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request)

public EffectiveSecurityHealthAnalyticsCustomModule getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request)

Gets details of a single EffectiveSecurityHealthAnalyticsCustomModule.

Parameter
NameDescription
requestGetEffectiveSecurityHealthAnalyticsCustomModuleRequest
Returns
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModule

getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request)

public EventThreatDetectionCustomModule getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request)

Gets an Event Threat Detection custom module.

Parameter
NameDescription
requestGetEventThreatDetectionCustomModuleRequest
Returns
TypeDescription
EventThreatDetectionCustomModule

getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request)

public SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request)

Retrieves a SecurityHealthAnalyticsCustomModule.

Parameter
NameDescription
requestGetSecurityHealthAnalyticsCustomModuleRequest
Returns
TypeDescription
SecurityHealthAnalyticsCustomModule

listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request)

public ListDescendantEventThreatDetectionCustomModulesResponse listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request)

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

Parameter
NameDescription
requestListDescendantEventThreatDetectionCustomModulesRequest
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse

listDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request)

public ListDescendantSecurityHealthAnalyticsCustomModulesResponse listDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request)

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

Parameter
NameDescription
requestListDescendantSecurityHealthAnalyticsCustomModulesRequest
Returns
TypeDescription
ListDescendantSecurityHealthAnalyticsCustomModulesResponse

listEffectiveEventThreatDetectionCustomModules(ListEffectiveEventThreatDetectionCustomModulesRequest request)

public ListEffectiveEventThreatDetectionCustomModulesResponse listEffectiveEventThreatDetectionCustomModules(ListEffectiveEventThreatDetectionCustomModulesRequest request)

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.

Parameter
NameDescription
requestListEffectiveEventThreatDetectionCustomModulesRequest
Returns
TypeDescription
ListEffectiveEventThreatDetectionCustomModulesResponse

listEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse listEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request)

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).

Parameter
NameDescription
requestListEffectiveSecurityHealthAnalyticsCustomModulesRequest
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

listEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request)

public ListEventThreatDetectionCustomModulesResponse listEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request)

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.

Parameter
NameDescription
requestListEventThreatDetectionCustomModulesRequest
Returns
TypeDescription
ListEventThreatDetectionCustomModulesResponse

listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request)

public ListSecurityHealthAnalyticsCustomModulesResponse listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request)

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).

Parameter
NameDescription
requestListSecurityHealthAnalyticsCustomModulesRequest
Returns
TypeDescription
ListSecurityHealthAnalyticsCustomModulesResponse

simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request)

public SimulateSecurityHealthAnalyticsCustomModuleResponse simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request)

Simulates a given SecurityHealthAnalyticsCustomModule and Resource.

Parameter
NameDescription
requestSimulateSecurityHealthAnalyticsCustomModuleRequest
Returns
TypeDescription
SimulateSecurityHealthAnalyticsCustomModuleResponse

updateEventThreatDetectionCustomModule(UpdateEventThreatDetectionCustomModuleRequest request)

public EventThreatDetectionCustomModule updateEventThreatDetectionCustomModule(UpdateEventThreatDetectionCustomModuleRequest request)

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.

Parameter
NameDescription
requestUpdateEventThreatDetectionCustomModuleRequest
Returns
TypeDescription
EventThreatDetectionCustomModule

updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request)

public SecurityHealthAnalyticsCustomModule updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request)

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.

Parameter
NameDescription
requestUpdateSecurityHealthAnalyticsCustomModuleRequest
Returns
TypeDescription
SecurityHealthAnalyticsCustomModule

validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request)

public ValidateEventThreatDetectionCustomModuleResponse validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request)

Validates the given Event Threat Detection custom module.

Parameter
NameDescription
requestValidateEventThreatDetectionCustomModuleRequest
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse