Package | Description |
---|---|
com.google.cloud.securitycenter.v1p1beta1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.securitycenter.v1p1beta1.stub |
Modifier and Type | Method and Description |
---|---|
Empty |
SecurityCenterGrpc.SecurityCenterBlockingStub.deleteNotificationConfig(DeleteNotificationConfigRequest request)
Deletes a notification config.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
SecurityCenterGrpc.SecurityCenterFutureStub.deleteNotificationConfig(DeleteNotificationConfigRequest request)
Deletes a notification config.
|
void |
SecurityCenterClient.deleteNotificationConfig(DeleteNotificationConfigRequest request)
Deletes a notification config.
|
void |
SecurityCenterGrpc.SecurityCenterImplBase.deleteNotificationConfig(DeleteNotificationConfigRequest request,
StreamObserver<Empty> responseObserver)
Deletes a notification config.
|
void |
SecurityCenterGrpc.SecurityCenterStub.deleteNotificationConfig(DeleteNotificationConfigRequest request,
StreamObserver<Empty> responseObserver)
Deletes a notification config.
|
DeleteNotificationConfigRequest.Builder |
DeleteNotificationConfigRequest.Builder.mergeFrom(DeleteNotificationConfigRequest other) |
static DeleteNotificationConfigRequest.Builder |
DeleteNotificationConfigRequest.newBuilder(DeleteNotificationConfigRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DeleteNotificationConfigRequest,Empty> |
SecurityCenterStub.deleteNotificationConfigCallable() |
UnaryCallable<DeleteNotificationConfigRequest,Empty> |
HttpJsonSecurityCenterStub.deleteNotificationConfigCallable() |
UnaryCallable<DeleteNotificationConfigRequest,Empty> |
GrpcSecurityCenterStub.deleteNotificationConfigCallable() |
UnaryCallSettings<DeleteNotificationConfigRequest,Empty> |
SecurityCenterStubSettings.deleteNotificationConfigSettings()
Returns the object with the settings used for calls to deleteNotificationConfig.
|
UnaryCallSettings.Builder<DeleteNotificationConfigRequest,Empty> |
SecurityCenterStubSettings.Builder.deleteNotificationConfigSettings()
Returns the builder for the settings used for calls to deleteNotificationConfig.
|
Copyright © 2022 Google LLC. All rights reserved.