Uses of Class
com.google.cloud.securitycenter.v1.UpdateNotificationConfigRequest
-
Packages that use UpdateNotificationConfigRequest Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of UpdateNotificationConfigRequest in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return UpdateNotificationConfigRequest Modifier and Type Method Description UpdateNotificationConfigRequest
UpdateNotificationConfigRequest.Builder. build()
UpdateNotificationConfigRequest
UpdateNotificationConfigRequest.Builder. buildPartial()
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. getDefaultInstance()
UpdateNotificationConfigRequest
UpdateNotificationConfigRequest.Builder. getDefaultInstanceForType()
UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. getDefaultInstanceForType()
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseDelimitedFrom(InputStream input)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(byte[] data)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(InputStream input)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(ByteBuffer data)
static UpdateNotificationConfigRequest
UpdateNotificationConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type UpdateNotificationConfigRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateNotificationConfigRequest>
UpdateNotificationConfigRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateNotificationConfigRequest,NotificationConfig>
SecurityCenterGrpc. getUpdateNotificationConfigMethod()
static com.google.protobuf.Parser<UpdateNotificationConfigRequest>
UpdateNotificationConfigRequest. parser()
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 UpdateNotificationConfigRequest Modifier and Type Method Description UpdateNotificationConfigRequest.Builder
UpdateNotificationConfigRequest.Builder. mergeFrom(UpdateNotificationConfigRequest other)
static UpdateNotificationConfigRequest.Builder
UpdateNotificationConfigRequest. newBuilder(UpdateNotificationConfigRequest prototype)
NotificationConfig
SecurityCenterClient. updateNotificationConfig(UpdateNotificationConfigRequest request)
Updates a notification config.default void
SecurityCenterGrpc.AsyncService. updateNotificationConfig(UpdateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Updates a notification config.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.void
SecurityCenterGrpc.SecurityCenterStub. updateNotificationConfig(UpdateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Updates a notification config. -
Uses of UpdateNotificationConfigRequest in com.google.cloud.securitycenter.v1.stub
Methods in com.google.cloud.securitycenter.v1.stub that return types with arguments of type UpdateNotificationConfigRequest Modifier and Type Method Description 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.
-