Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
com.google.cloud.securitycenter.v1.stub |
Modifier and Type | Method and Description |
---|---|
NotificationConfig |
NotificationConfig.Builder.build() |
NotificationConfig |
NotificationConfig.Builder.buildPartial() |
NotificationConfig |
SecurityCenterGrpc.SecurityCenterBlockingStub.createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(OrganizationName parent,
NotificationConfig notificationConfig)
Creates a notification config.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(OrganizationName parent,
String configId,
NotificationConfig notificationConfig)
Creates a notification config.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(String parent,
NotificationConfig notificationConfig)
Creates a notification config.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(String parent,
String configId,
NotificationConfig notificationConfig)
Creates a notification config.
|
static NotificationConfig |
NotificationConfig.getDefaultInstance() |
NotificationConfig |
NotificationConfig.getDefaultInstanceForType() |
NotificationConfig |
NotificationConfig.Builder.getDefaultInstanceForType() |
NotificationConfig |
CreateNotificationConfigRequestOrBuilder.getNotificationConfig()
Required.
|
NotificationConfig |
CreateNotificationConfigRequest.getNotificationConfig()
Required.
|
NotificationConfig |
CreateNotificationConfigRequest.Builder.getNotificationConfig()
Required.
|
NotificationConfig |
UpdateNotificationConfigRequest.getNotificationConfig()
Required.
|
NotificationConfig |
UpdateNotificationConfigRequest.Builder.getNotificationConfig()
Required.
|
NotificationConfig |
UpdateNotificationConfigRequestOrBuilder.getNotificationConfig()
Required.
|
NotificationConfig |
SecurityCenterGrpc.SecurityCenterBlockingStub.getNotificationConfig(GetNotificationConfigRequest request)
Gets a notification config.
|
NotificationConfig |
SecurityCenterClient.getNotificationConfig(GetNotificationConfigRequest request)
Gets a notification config.
|
NotificationConfig |
SecurityCenterClient.getNotificationConfig(NotificationConfigName name)
Gets a notification config.
|
NotificationConfig |
SecurityCenterClient.getNotificationConfig(String name)
Gets a notification config.
|
NotificationConfig |
ListNotificationConfigsResponseOrBuilder.getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
|
NotificationConfig |
ListNotificationConfigsResponse.getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
|
NotificationConfig |
ListNotificationConfigsResponse.Builder.getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
|
static NotificationConfig |
NotificationConfig.parseDelimitedFrom(InputStream input) |
static NotificationConfig |
NotificationConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(byte[] data) |
static NotificationConfig |
NotificationConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteBuffer data) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteString data) |
static NotificationConfig |
NotificationConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(CodedInputStream input) |
static NotificationConfig |
NotificationConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static NotificationConfig |
NotificationConfig.parseFrom(InputStream input) |
static NotificationConfig |
NotificationConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
NotificationConfig |
SecurityCenterClient.updateNotificationConfig(NotificationConfig notificationConfig)
Updates a notification config.
|
NotificationConfig |
SecurityCenterClient.updateNotificationConfig(NotificationConfig notificationConfig,
FieldMask updateMask)
Updates a notification config.
|
NotificationConfig |
SecurityCenterGrpc.SecurityCenterBlockingStub.updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.
|
NotificationConfig |
SecurityCenterClient.updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<NotificationConfig> |
SecurityCenterGrpc.SecurityCenterFutureStub.createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.
|
UnaryCallable<CreateNotificationConfigRequest,NotificationConfig> |
SecurityCenterClient.createNotificationConfigCallable()
Creates a notification config.
|
UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig> |
SecurityCenterSettings.createNotificationConfigSettings()
Returns the object with the settings used for calls to createNotificationConfig.
|
UnaryCallSettings.Builder<CreateNotificationConfigRequest,NotificationConfig> |
SecurityCenterSettings.Builder.createNotificationConfigSettings()
Returns the builder for the settings used for calls to createNotificationConfig.
|
static MethodDescriptor<CreateNotificationConfigRequest,NotificationConfig> |
SecurityCenterGrpc.getCreateNotificationConfigMethod() |
static MethodDescriptor<GetNotificationConfigRequest,NotificationConfig> |
SecurityCenterGrpc.getGetNotificationConfigMethod() |
com.google.common.util.concurrent.ListenableFuture<NotificationConfig> |
SecurityCenterGrpc.SecurityCenterFutureStub.getNotificationConfig(GetNotificationConfigRequest request)
Gets a notification config.
|
UnaryCallable<GetNotificationConfigRequest,NotificationConfig> |
SecurityCenterClient.getNotificationConfigCallable()
Gets a notification config.
|
UnaryCallSettings<GetNotificationConfigRequest,NotificationConfig> |
SecurityCenterSettings.getNotificationConfigSettings()
Returns the object with the settings used for calls to getNotificationConfig.
|
UnaryCallSettings.Builder<GetNotificationConfigRequest,NotificationConfig> |
SecurityCenterSettings.Builder.getNotificationConfigSettings()
Returns the builder for the settings used for calls to getNotificationConfig.
|
List<NotificationConfig> |
ListNotificationConfigsResponseOrBuilder.getNotificationConfigsList()
Notification configs belonging to the requested parent.
|
List<NotificationConfig> |
ListNotificationConfigsResponse.getNotificationConfigsList()
Notification configs belonging to the requested parent.
|
List<NotificationConfig> |
ListNotificationConfigsResponse.Builder.getNotificationConfigsList()
Notification configs belonging to the requested parent.
|
Parser<NotificationConfig> |
NotificationConfig.getParserForType() |
static MethodDescriptor<UpdateNotificationConfigRequest,NotificationConfig> |
SecurityCenterGrpc.getUpdateNotificationConfigMethod() |
static Parser<NotificationConfig> |
NotificationConfig.parser() |
com.google.common.util.concurrent.ListenableFuture<NotificationConfig> |
SecurityCenterGrpc.SecurityCenterFutureStub.updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.
|
UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig> |
SecurityCenterClient.updateNotificationConfigCallable()
Updates a notification config.
|
UnaryCallSettings<UpdateNotificationConfigRequest,NotificationConfig> |
SecurityCenterSettings.updateNotificationConfigSettings()
Returns the object with the settings used for calls to updateNotificationConfig.
|
UnaryCallSettings.Builder<UpdateNotificationConfigRequest,NotificationConfig> |
SecurityCenterSettings.Builder.updateNotificationConfigSettings()
Returns the builder for the settings used for calls to updateNotificationConfig.
|
Modifier and Type | Method and Description |
---|---|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigs(int index,
NotificationConfig value)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.addNotificationConfigs(NotificationConfig value)
Notification configs belonging to the requested parent.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(OrganizationName parent,
NotificationConfig notificationConfig)
Creates a notification config.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(OrganizationName parent,
String configId,
NotificationConfig notificationConfig)
Creates a notification config.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(String parent,
NotificationConfig notificationConfig)
Creates a notification config.
|
NotificationConfig |
SecurityCenterClient.createNotificationConfig(String parent,
String configId,
NotificationConfig notificationConfig)
Creates a notification config.
|
NotificationConfig.Builder |
NotificationConfig.Builder.mergeFrom(NotificationConfig other) |
CreateNotificationConfigRequest.Builder |
CreateNotificationConfigRequest.Builder.mergeNotificationConfig(NotificationConfig value)
Required.
|
UpdateNotificationConfigRequest.Builder |
UpdateNotificationConfigRequest.Builder.mergeNotificationConfig(NotificationConfig value)
Required.
|
static NotificationConfig.Builder |
NotificationConfig.newBuilder(NotificationConfig prototype) |
CreateNotificationConfigRequest.Builder |
CreateNotificationConfigRequest.Builder.setNotificationConfig(NotificationConfig value)
Required.
|
UpdateNotificationConfigRequest.Builder |
UpdateNotificationConfigRequest.Builder.setNotificationConfig(NotificationConfig value)
Required.
|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.setNotificationConfigs(int index,
NotificationConfig value)
Notification configs belonging to the requested parent.
|
NotificationConfig |
SecurityCenterClient.updateNotificationConfig(NotificationConfig notificationConfig)
Updates a notification config.
|
NotificationConfig |
SecurityCenterClient.updateNotificationConfig(NotificationConfig notificationConfig,
FieldMask updateMask)
Updates a notification config.
|
Modifier and Type | Method and Description |
---|---|
ListNotificationConfigsResponse.Builder |
ListNotificationConfigsResponse.Builder.addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)
Notification configs belonging to the requested parent.
|
static com.google.api.core.ApiFuture<SecurityCenterClient.ListNotificationConfigsPagedResponse> |
SecurityCenterClient.ListNotificationConfigsPagedResponse.createAsync(PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context,
com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse) |
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.
|
protected SecurityCenterClient.ListNotificationConfigsPage |
SecurityCenterClient.ListNotificationConfigsPage.createPage(PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context,
ListNotificationConfigsResponse response) |
com.google.api.core.ApiFuture<SecurityCenterClient.ListNotificationConfigsPage> |
SecurityCenterClient.ListNotificationConfigsPage.createPageAsync(PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context,
com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse) |
void |
SecurityCenterGrpc.SecurityCenterImplBase.getNotificationConfig(GetNotificationConfigRequest request,
StreamObserver<NotificationConfig> responseObserver)
Gets a notification config.
|
void |
SecurityCenterGrpc.SecurityCenterStub.getNotificationConfig(GetNotificationConfigRequest request,
StreamObserver<NotificationConfig> responseObserver)
Gets 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.
|
Copyright © 2022 Google LLC. All rights reserved.