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