public final class SecurityCenterManagementGrpc
Service describing handlers for resources
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(SecurityCenterManagementGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(SecurityCenterManagementGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateEventThreatDetectionCustomModuleMethod()
public static MethodDescriptor<CreateEventThreatDetectionCustomModuleRequest,EventThreatDetectionCustomModule> getCreateEventThreatDetectionCustomModuleMethod()
getCreateSecurityHealthAnalyticsCustomModuleMethod()
public static MethodDescriptor<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> getCreateSecurityHealthAnalyticsCustomModuleMethod()
getDeleteEventThreatDetectionCustomModuleMethod()
public static MethodDescriptor<DeleteEventThreatDetectionCustomModuleRequest,Empty> getDeleteEventThreatDetectionCustomModuleMethod()
getDeleteSecurityHealthAnalyticsCustomModuleMethod()
public static MethodDescriptor<DeleteSecurityHealthAnalyticsCustomModuleRequest,Empty> getDeleteSecurityHealthAnalyticsCustomModuleMethod()
getGetEffectiveEventThreatDetectionCustomModuleMethod()
public static MethodDescriptor<GetEffectiveEventThreatDetectionCustomModuleRequest,EffectiveEventThreatDetectionCustomModule> getGetEffectiveEventThreatDetectionCustomModuleMethod()
getGetEffectiveSecurityHealthAnalyticsCustomModuleMethod()
public static MethodDescriptor<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,EffectiveSecurityHealthAnalyticsCustomModule> getGetEffectiveSecurityHealthAnalyticsCustomModuleMethod()
getGetEventThreatDetectionCustomModuleMethod()
public static MethodDescriptor<GetEventThreatDetectionCustomModuleRequest,EventThreatDetectionCustomModule> getGetEventThreatDetectionCustomModuleMethod()
getGetSecurityHealthAnalyticsCustomModuleMethod()
public static MethodDescriptor<GetSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> getGetSecurityHealthAnalyticsCustomModuleMethod()
getListDescendantEventThreatDetectionCustomModulesMethod()
public static MethodDescriptor<ListDescendantEventThreatDetectionCustomModulesRequest,ListDescendantEventThreatDetectionCustomModulesResponse> getListDescendantEventThreatDetectionCustomModulesMethod()
getListDescendantSecurityHealthAnalyticsCustomModulesMethod()
public static MethodDescriptor<ListDescendantSecurityHealthAnalyticsCustomModulesRequest,ListDescendantSecurityHealthAnalyticsCustomModulesResponse> getListDescendantSecurityHealthAnalyticsCustomModulesMethod()
getListEffectiveEventThreatDetectionCustomModulesMethod()
public static MethodDescriptor<ListEffectiveEventThreatDetectionCustomModulesRequest,ListEffectiveEventThreatDetectionCustomModulesResponse> getListEffectiveEventThreatDetectionCustomModulesMethod()
getListEffectiveSecurityHealthAnalyticsCustomModulesMethod()
public static MethodDescriptor<ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> getListEffectiveSecurityHealthAnalyticsCustomModulesMethod()
getListEventThreatDetectionCustomModulesMethod()
public static MethodDescriptor<ListEventThreatDetectionCustomModulesRequest,ListEventThreatDetectionCustomModulesResponse> getListEventThreatDetectionCustomModulesMethod()
getListSecurityHealthAnalyticsCustomModulesMethod()
public static MethodDescriptor<ListSecurityHealthAnalyticsCustomModulesRequest,ListSecurityHealthAnalyticsCustomModulesResponse> getListSecurityHealthAnalyticsCustomModulesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getSimulateSecurityHealthAnalyticsCustomModuleMethod()
public static MethodDescriptor<SimulateSecurityHealthAnalyticsCustomModuleRequest,SimulateSecurityHealthAnalyticsCustomModuleResponse> getSimulateSecurityHealthAnalyticsCustomModuleMethod()
getUpdateEventThreatDetectionCustomModuleMethod()
public static MethodDescriptor<UpdateEventThreatDetectionCustomModuleRequest,EventThreatDetectionCustomModule> getUpdateEventThreatDetectionCustomModuleMethod()
getUpdateSecurityHealthAnalyticsCustomModuleMethod()
public static MethodDescriptor<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule> getUpdateSecurityHealthAnalyticsCustomModuleMethod()
getValidateEventThreatDetectionCustomModuleMethod()
public static MethodDescriptor<ValidateEventThreatDetectionCustomModuleRequest,ValidateEventThreatDetectionCustomModuleResponse> getValidateEventThreatDetectionCustomModuleMethod()
newBlockingStub(Channel channel)
public static SecurityCenterManagementGrpc.SecurityCenterManagementBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static SecurityCenterManagementGrpc.SecurityCenterManagementFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static SecurityCenterManagementGrpc.SecurityCenterManagementStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|