Uses of Class
com.google.cloud.securitycenter.v1.NotificationConfig
-
Packages that use NotificationConfig Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of NotificationConfig in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return NotificationConfig Modifier and Type Method Description NotificationConfig
NotificationConfig.Builder. build()
NotificationConfig
NotificationConfig.Builder. buildPartial()
NotificationConfig
SecurityCenterClient. createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.NotificationConfig
SecurityCenterClient. createNotificationConfig(FolderName parent, NotificationConfig notificationConfig)
Creates a notification config.NotificationConfig
SecurityCenterClient. createNotificationConfig(FolderName parent, String configId, NotificationConfig notificationConfig)
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(ProjectName parent, NotificationConfig notificationConfig)
Creates a notification config.NotificationConfig
SecurityCenterClient. createNotificationConfig(ProjectName 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
SecurityCenterGrpc.SecurityCenterBlockingStub. createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.static NotificationConfig
NotificationConfig. getDefaultInstance()
NotificationConfig
NotificationConfig.Builder. getDefaultInstanceForType()
NotificationConfig
NotificationConfig. getDefaultInstanceForType()
NotificationConfig
CreateNotificationConfigRequest.Builder. getNotificationConfig()
Required.NotificationConfig
CreateNotificationConfigRequest. getNotificationConfig()
Required.NotificationConfig
CreateNotificationConfigRequestOrBuilder. getNotificationConfig()
Required.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
SecurityCenterGrpc.SecurityCenterBlockingStub. getNotificationConfig(GetNotificationConfigRequest request)
Gets a notification config.NotificationConfig
UpdateNotificationConfigRequest.Builder. getNotificationConfig()
Required.NotificationConfig
UpdateNotificationConfigRequest. getNotificationConfig()
Required.NotificationConfig
UpdateNotificationConfigRequestOrBuilder. getNotificationConfig()
Required.NotificationConfig
ListNotificationConfigsResponse.Builder. getNotificationConfigs(int index)
Notification configs belonging to the requested parent.NotificationConfig
ListNotificationConfigsResponse. getNotificationConfigs(int index)
Notification configs belonging to the requested parent.NotificationConfig
ListNotificationConfigsResponseOrBuilder. getNotificationConfigs(int index)
Notification configs belonging to the requested parent.static NotificationConfig
NotificationConfig. parseDelimitedFrom(InputStream input)
static NotificationConfig
NotificationConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationConfig
NotificationConfig. parseFrom(byte[] data)
static NotificationConfig
NotificationConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationConfig
NotificationConfig. parseFrom(com.google.protobuf.ByteString data)
static NotificationConfig
NotificationConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationConfig
NotificationConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static NotificationConfig
NotificationConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationConfig
NotificationConfig. parseFrom(InputStream input)
static NotificationConfig
NotificationConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationConfig
NotificationConfig. parseFrom(ByteBuffer data)
static NotificationConfig
NotificationConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NotificationConfig
SecurityCenterClient. updateNotificationConfig(NotificationConfig notificationConfig)
Updates a notification config.NotificationConfig
SecurityCenterClient. updateNotificationConfig(NotificationConfig notificationConfig, com.google.protobuf.FieldMask updateMask)
Updates a notification config.NotificationConfig
SecurityCenterClient. updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.NotificationConfig
SecurityCenterGrpc.SecurityCenterBlockingStub. updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type NotificationConfig Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<NotificationConfig>
SecurityCenterGrpc.SecurityCenterFutureStub. createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>
SecurityCenterClient. createNotificationConfigCallable()
Creates a notification config.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationConfigRequest,NotificationConfig>
SecurityCenterSettings.Builder. createNotificationConfigSettings()
Returns the builder for the settings used for calls to createNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig>
SecurityCenterSettings. createNotificationConfigSettings()
Returns the object with the settings used for calls to createNotificationConfig.static io.grpc.MethodDescriptor<CreateNotificationConfigRequest,NotificationConfig>
SecurityCenterGrpc. getCreateNotificationConfigMethod()
static io.grpc.MethodDescriptor<GetNotificationConfigRequest,NotificationConfig>
SecurityCenterGrpc. getGetNotificationConfigMethod()
com.google.common.util.concurrent.ListenableFuture<NotificationConfig>
SecurityCenterGrpc.SecurityCenterFutureStub. getNotificationConfig(GetNotificationConfigRequest request)
Gets a notification config.com.google.api.gax.rpc.UnaryCallable<GetNotificationConfigRequest,NotificationConfig>
SecurityCenterClient. getNotificationConfigCallable()
Gets a notification config.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationConfigRequest,NotificationConfig>
SecurityCenterSettings.Builder. getNotificationConfigSettings()
Returns the builder for the settings used for calls to getNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationConfigRequest,NotificationConfig>
SecurityCenterSettings. getNotificationConfigSettings()
Returns the object with the settings used for calls to getNotificationConfig.List<NotificationConfig>
ListNotificationConfigsResponse.Builder. getNotificationConfigsList()
Notification configs belonging to the requested parent.List<NotificationConfig>
ListNotificationConfigsResponse. getNotificationConfigsList()
Notification configs belonging to the requested parent.List<NotificationConfig>
ListNotificationConfigsResponseOrBuilder. getNotificationConfigsList()
Notification configs belonging to the requested parent.com.google.protobuf.Parser<NotificationConfig>
NotificationConfig. getParserForType()
static io.grpc.MethodDescriptor<UpdateNotificationConfigRequest,NotificationConfig>
SecurityCenterGrpc. getUpdateNotificationConfigMethod()
static com.google.protobuf.Parser<NotificationConfig>
NotificationConfig. parser()
com.google.common.util.concurrent.ListenableFuture<NotificationConfig>
SecurityCenterGrpc.SecurityCenterFutureStub. updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.com.google.api.gax.rpc.UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig>
SecurityCenterClient. updateNotificationConfigCallable()
Updates a notification config.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNotificationConfigRequest,NotificationConfig>
SecurityCenterSettings.Builder. updateNotificationConfigSettings()
Returns the builder for the settings used for calls to updateNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateNotificationConfigRequest,NotificationConfig>
SecurityCenterSettings. updateNotificationConfigSettings()
Returns the object with the settings used for calls to updateNotificationConfig.Methods in com.google.cloud.securitycenter.v1 with parameters of type NotificationConfig Modifier and Type Method 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(FolderName parent, NotificationConfig notificationConfig)
Creates a notification config.NotificationConfig
SecurityCenterClient. createNotificationConfig(FolderName parent, String configId, NotificationConfig notificationConfig)
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(ProjectName parent, NotificationConfig notificationConfig)
Creates a notification config.NotificationConfig
SecurityCenterClient. createNotificationConfig(ProjectName 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, com.google.protobuf.FieldMask updateMask)
Updates a notification config.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type NotificationConfig Modifier and Type Method 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(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse)
default void
SecurityCenterGrpc.AsyncService. createNotificationConfig(CreateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Creates a notification config.void
SecurityCenterGrpc.SecurityCenterStub. createNotificationConfig(CreateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Creates a notification config.protected SecurityCenterClient.ListNotificationConfigsPage
SecurityCenterClient.ListNotificationConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ListNotificationConfigsResponse response)
com.google.api.core.ApiFuture<SecurityCenterClient.ListNotificationConfigsPage>
SecurityCenterClient.ListNotificationConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse)
default void
SecurityCenterGrpc.AsyncService. getNotificationConfig(GetNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Gets a notification config.void
SecurityCenterGrpc.SecurityCenterStub. getNotificationConfig(GetNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Gets a notification config.default void
SecurityCenterGrpc.AsyncService. updateNotificationConfig(UpdateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Updates a notification config.void
SecurityCenterGrpc.SecurityCenterStub. updateNotificationConfig(UpdateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Updates a notification config. -
Uses of NotificationConfig in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type NotificationConfig Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>
GrpcSecurityCenterStub. createNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>
HttpJsonSecurityCenterStub. createNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>
SecurityCenterStub. createNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationConfigRequest,NotificationConfig>
SecurityCenterStubSettings.Builder. createNotificationConfigSettings()
Returns the builder for the settings used for calls to createNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig>
SecurityCenterStubSettings. createNotificationConfigSettings()
Returns the object with the settings used for calls to createNotificationConfig.com.google.api.gax.rpc.UnaryCallable<GetNotificationConfigRequest,NotificationConfig>
GrpcSecurityCenterStub. getNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetNotificationConfigRequest,NotificationConfig>
HttpJsonSecurityCenterStub. getNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetNotificationConfigRequest,NotificationConfig>
SecurityCenterStub. getNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationConfigRequest,NotificationConfig>
SecurityCenterStubSettings.Builder. getNotificationConfigSettings()
Returns the builder for the settings used for calls to getNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationConfigRequest,NotificationConfig>
SecurityCenterStubSettings. getNotificationConfigSettings()
Returns the object with the settings used for calls to getNotificationConfig.com.google.api.gax.rpc.UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig>
GrpcSecurityCenterStub. updateNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig>
HttpJsonSecurityCenterStub. updateNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig>
SecurityCenterStub. updateNotificationConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNotificationConfigRequest,NotificationConfig>
SecurityCenterStubSettings.Builder. updateNotificationConfigSettings()
Returns the builder for the settings used for calls to updateNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateNotificationConfigRequest,NotificationConfig>
SecurityCenterStubSettings. updateNotificationConfigSettings()
Returns the object with the settings used for calls to updateNotificationConfig.
-