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 UpdateNotificationConfigRequestUpdateNotificationConfigRequest.Builder. build()UpdateNotificationConfigRequestUpdateNotificationConfigRequest.Builder. buildPartial()static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. getDefaultInstance()UpdateNotificationConfigRequestUpdateNotificationConfigRequest.Builder. getDefaultInstanceForType()UpdateNotificationConfigRequestUpdateNotificationConfigRequest. getDefaultInstanceForType()static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseDelimitedFrom(InputStream input)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(byte[] data)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(InputStream input)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. parseFrom(ByteBuffer data)static UpdateNotificationConfigRequestUpdateNotificationConfigRequest. 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.BuilderUpdateNotificationConfigRequest.Builder. mergeFrom(UpdateNotificationConfigRequest other)static UpdateNotificationConfigRequest.BuilderUpdateNotificationConfigRequest. newBuilder(UpdateNotificationConfigRequest prototype)NotificationConfigSecurityCenterClient. updateNotificationConfig(UpdateNotificationConfigRequest request)Updates a notification config.default voidSecurityCenterGrpc.AsyncService. updateNotificationConfig(UpdateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)Updates a notification config.NotificationConfigSecurityCenterGrpc.SecurityCenterBlockingStub. updateNotificationConfig(UpdateNotificationConfigRequest request)Updates a notification config.com.google.common.util.concurrent.ListenableFuture<NotificationConfig>SecurityCenterGrpc.SecurityCenterFutureStub. updateNotificationConfig(UpdateNotificationConfigRequest request)Updates a notification config.voidSecurityCenterGrpc.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.
-