public static final class SecurityCenterManagementGrpc.SecurityCenterManagementBlockingV2Stub extends AbstractBlockingStub<SecurityCenterManagementGrpc.SecurityCenterManagementBlockingV2Stub>
   
  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.SecurityCenterManagementBlockingV2Stub
   
  
    Inherited Members
    
      io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
    
    
      io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
    
    
      io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
    
    
      io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
    
    
      io.grpc.stub.AbstractStub.getCallOptions()
    
    
      io.grpc.stub.AbstractStub.getChannel()
    
    
      io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
    
    
      io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
    
    
      io.grpc.stub.AbstractStub.withCompression(java.lang.String)
    
    
      io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
    
    
      io.grpc.stub.AbstractStub.withDeadlineAfter(java.time.Duration)
    
    
      io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
    
    
      io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
    
    
      io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
    
    
      io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
    
    
      io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
    
    
      io.grpc.stub.AbstractStub.withOnReadyThreshold(int)
    
    
      io.grpc.stub.AbstractStub.withWaitForReady()
    
    
    
    
    
    
    
    
    
    
    
    
   
  Methods
  
  
  build(Channel channel, CallOptions callOptions)
  
    protected SecurityCenterManagementGrpc.SecurityCenterManagementBlockingV2Stub build(Channel channel, CallOptions callOptions)
   
  
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | channel | io.grpc.Channel
 | 
      
        | callOptions | io.grpc.CallOptions
 | 
    
  
  
  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 organization, folder, or project, and creates inherited custom
 modules for all descendants of the given parent. These modules are enabled
 by default.
createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request)
  
    public SecurityHealthAnalyticsCustomModule createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request)
   
   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.
deleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request)
  
    public Empty deleteEventThreatDetectionCustomModule(DeleteEventThreatDetectionCustomModuleRequest request)
   
   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.
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Empty |  | 
    
  
  
  deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request)
  
    public Empty deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request)
   
   Deletes the specified
 SecurityHealthAnalyticsCustomModule
 and all of its descendants in the resource hierarchy. This method is only
 supported for resident custom modules.
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Empty |  | 
    
  
  
  getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request)
  
    public EffectiveEventThreatDetectionCustomModule getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request)
   
   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.
getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request)
  
    public EffectiveSecurityHealthAnalyticsCustomModule getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request)
   
   Gets details of a single
 EffectiveSecurityHealthAnalyticsCustomModule.
getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request)
  
    public EventThreatDetectionCustomModule getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request)
   
   Gets an Event Threat Detection custom module.
getSecurityCenterService(GetSecurityCenterServiceRequest request)
  
    public SecurityCenterService getSecurityCenterService(GetSecurityCenterServiceRequest request)
   
   Gets service settings for the specified Security Command Center service.
getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request)
  
    public SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request)
   
   Retrieves a
 SecurityHealthAnalyticsCustomModule.
listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request)
  
    public ListDescendantEventThreatDetectionCustomModulesResponse listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request)
   
   Lists all resident Event Threat Detection custom modules for the given
 organization, folder, or project and its descendants.
listDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request)
  
    public ListDescendantSecurityHealthAnalyticsCustomModulesResponse listDescendantSecurityHealthAnalyticsCustomModules(ListDescendantSecurityHealthAnalyticsCustomModulesRequest request)
   
   Returns a list of all resident
 SecurityHealthAnalyticsCustomModule
 resources under the given organization, folder, or project and all of its
 descendants.
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.
listEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request)
  
    public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse listEffectiveSecurityHealthAnalyticsCustomModules(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest request)
   
   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).
listEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request)
  
    public ListEventThreatDetectionCustomModulesResponse listEventThreatDetectionCustomModules(ListEventThreatDetectionCustomModulesRequest request)
   
   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.
listSecurityCenterServices(ListSecurityCenterServicesRequest request)
  
    public ListSecurityCenterServicesResponse listSecurityCenterServices(ListSecurityCenterServicesRequest request)
   
   Returns a list of all Security Command Center services for the given
 parent.
listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request)
  
    public ListSecurityHealthAnalyticsCustomModulesResponse listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request)
   
   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).
simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request)
  
    public SimulateSecurityHealthAnalyticsCustomModuleResponse simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request)
   
   Simulates the result of using a
 SecurityHealthAnalyticsCustomModule
 to check a resource.
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.
updateSecurityCenterService(UpdateSecurityCenterServiceRequest request)
  
    public SecurityCenterService updateSecurityCenterService(UpdateSecurityCenterServiceRequest request)
   
   Updates a Security Command Center service using the given update mask.
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 configuration of a module is supported
 on resident modules only.
validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request)
  
    public ValidateEventThreatDetectionCustomModuleResponse validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request)
   
   Validates the given Event Threat Detection custom module.