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 |
---|---|
UpdateNotificationConfigRequest.Builder |
UpdateNotificationConfigRequest.Builder.mergeFrom(UpdateNotificationConfigRequest other) |
static UpdateNotificationConfigRequest.Builder |
UpdateNotificationConfigRequest.newBuilder(UpdateNotificationConfigRequest prototype) |
NotificationConfig |
SecurityCenterGrpc.SecurityCenterBlockingStub.updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.
|
com.google.common.util.concurrent.ListenableFuture<NotificationConfig> |
SecurityCenterGrpc.SecurityCenterFutureStub.updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.
|
NotificationConfig |
SecurityCenterClient.updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.
|
void |
SecurityCenterGrpc.SecurityCenterImplBase.updateNotificationConfig(UpdateNotificationConfigRequest request,
StreamObserver<NotificationConfig> responseObserver)
Updates a notification config.
|
void |
SecurityCenterGrpc.SecurityCenterStub.updateNotificationConfig(UpdateNotificationConfigRequest request,
StreamObserver<NotificationConfig> responseObserver)
Updates a notification config.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig> |
SecurityCenterStub.updateNotificationConfigCallable() |
UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig> |
HttpJsonSecurityCenterStub.updateNotificationConfigCallable() |
UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig> |
GrpcSecurityCenterStub.updateNotificationConfigCallable() |
UnaryCallSettings<UpdateNotificationConfigRequest,NotificationConfig> |
SecurityCenterStubSettings.updateNotificationConfigSettings()
Returns the object with the settings used for calls to updateNotificationConfig.
|
UnaryCallSettings.Builder<UpdateNotificationConfigRequest,NotificationConfig> |
SecurityCenterStubSettings.Builder.updateNotificationConfigSettings()
Returns the builder for the settings used for calls to updateNotificationConfig.
|
Copyright © 2022 Google LLC. All rights reserved.