public static final class SecurityCenterManagementGrpc.SecurityCenterManagementFutureStub extends AbstractFutureStub<SecurityCenterManagementGrpc.SecurityCenterManagementFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service
SecurityCenterManagement.
Service describing handlers for resources
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractFutureStub >
SecurityCenterManagementGrpc.SecurityCenterManagementFutureStub
Inherited Members
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractFutureStub.<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(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.SecurityCenterManagementFutureStub 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 ListenableFuture<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 ListenableFuture<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 ListenableFuture<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 |
com.google.common.util.concurrent.ListenableFuture<Empty> |
|
deleteSecurityHealthAnalyticsCustomModule(DeleteSecurityHealthAnalyticsCustomModuleRequest request)
public ListenableFuture<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 |
com.google.common.util.concurrent.ListenableFuture<Empty> |
|
getEffectiveEventThreatDetectionCustomModule(GetEffectiveEventThreatDetectionCustomModuleRequest request)
public ListenableFuture<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 ListenableFuture<EffectiveSecurityHealthAnalyticsCustomModule> getEffectiveSecurityHealthAnalyticsCustomModule(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest request)
Gets details of a single
EffectiveSecurityHealthAnalyticsCustomModule.
getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request)
public ListenableFuture<EventThreatDetectionCustomModule> getEventThreatDetectionCustomModule(GetEventThreatDetectionCustomModuleRequest request)
Gets an Event Threat Detection custom module.
getSecurityCenterService(GetSecurityCenterServiceRequest request)
public ListenableFuture<SecurityCenterService> getSecurityCenterService(GetSecurityCenterServiceRequest request)
Gets service settings for the specified Security Command Center service.
getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request)
public ListenableFuture<SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModule(GetSecurityHealthAnalyticsCustomModuleRequest request)
Retrieves a
SecurityHealthAnalyticsCustomModule.
listDescendantEventThreatDetectionCustomModules(ListDescendantEventThreatDetectionCustomModulesRequest request)
public ListenableFuture<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 ListenableFuture<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 ListenableFuture<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 ListenableFuture<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 ListenableFuture<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 ListenableFuture<ListSecurityCenterServicesResponse> listSecurityCenterServices(ListSecurityCenterServicesRequest request)
Returns a list of all Security Command Center services for the given
parent.
listSecurityHealthAnalyticsCustomModules(ListSecurityHealthAnalyticsCustomModulesRequest request)
public ListenableFuture<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 ListenableFuture<SimulateSecurityHealthAnalyticsCustomModuleResponse> simulateSecurityHealthAnalyticsCustomModule(SimulateSecurityHealthAnalyticsCustomModuleRequest request)
Simulates the result of using a
SecurityHealthAnalyticsCustomModule
to check a resource.
updateEventThreatDetectionCustomModule(UpdateEventThreatDetectionCustomModuleRequest request)
public ListenableFuture<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 ListenableFuture<SecurityCenterService> updateSecurityCenterService(UpdateSecurityCenterServiceRequest request)
Updates a Security Command Center service using the given update mask.
updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request)
public ListenableFuture<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 ListenableFuture<ValidateEventThreatDetectionCustomModuleResponse> validateEventThreatDetectionCustomModule(ValidateEventThreatDetectionCustomModuleRequest request)
Validates the given Event Threat Detection custom module.