Uses of Class
com.google.cloud.securitycenter.v1p1beta1.DeleteNotificationConfigRequest
-
Packages that use DeleteNotificationConfigRequest Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1p1beta1.stub -
-
Uses of DeleteNotificationConfigRequest in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return DeleteNotificationConfigRequest Modifier and Type Method Description DeleteNotificationConfigRequestDeleteNotificationConfigRequest.Builder. build()DeleteNotificationConfigRequestDeleteNotificationConfigRequest.Builder. buildPartial()static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. getDefaultInstance()DeleteNotificationConfigRequestDeleteNotificationConfigRequest.Builder. getDefaultInstanceForType()DeleteNotificationConfigRequestDeleteNotificationConfigRequest. getDefaultInstanceForType()static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseDelimitedFrom(InputStream input)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(byte[] data)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(InputStream input)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(ByteBuffer data)static DeleteNotificationConfigRequestDeleteNotificationConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1p1beta1 that return types with arguments of type DeleteNotificationConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteNotificationConfigRequest,com.google.protobuf.Empty>SecurityCenterClient. deleteNotificationConfigCallable()Deletes a notification config.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNotificationConfigRequest,com.google.protobuf.Empty>SecurityCenterSettings.Builder. deleteNotificationConfigSettings()Returns the builder for the settings used for calls to deleteNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteNotificationConfigRequest,com.google.protobuf.Empty>SecurityCenterSettings. deleteNotificationConfigSettings()Returns the object with the settings used for calls to deleteNotificationConfig.static io.grpc.MethodDescriptor<DeleteNotificationConfigRequest,com.google.protobuf.Empty>SecurityCenterGrpc. getDeleteNotificationConfigMethod()com.google.protobuf.Parser<DeleteNotificationConfigRequest>DeleteNotificationConfigRequest. getParserForType()static com.google.protobuf.Parser<DeleteNotificationConfigRequest>DeleteNotificationConfigRequest. parser()Methods in com.google.cloud.securitycenter.v1p1beta1 with parameters of type DeleteNotificationConfigRequest Modifier and Type Method Description voidSecurityCenterClient. deleteNotificationConfig(DeleteNotificationConfigRequest request)Deletes a notification config.default voidSecurityCenterGrpc.AsyncService. deleteNotificationConfig(DeleteNotificationConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a notification config.com.google.protobuf.EmptySecurityCenterGrpc.SecurityCenterBlockingStub. deleteNotificationConfig(DeleteNotificationConfigRequest request)Deletes a notification config.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>SecurityCenterGrpc.SecurityCenterFutureStub. deleteNotificationConfig(DeleteNotificationConfigRequest request)Deletes a notification config.voidSecurityCenterGrpc.SecurityCenterStub. deleteNotificationConfig(DeleteNotificationConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a notification config.DeleteNotificationConfigRequest.BuilderDeleteNotificationConfigRequest.Builder. mergeFrom(DeleteNotificationConfigRequest other)static DeleteNotificationConfigRequest.BuilderDeleteNotificationConfigRequest. newBuilder(DeleteNotificationConfigRequest prototype) -
Uses of DeleteNotificationConfigRequest in com.google.cloud.securitycenter.v1p1beta1.stub
Methods in com.google.cloud.securitycenter.v1p1beta1.stub that return types with arguments of type DeleteNotificationConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteNotificationConfigRequest,com.google.protobuf.Empty>GrpcSecurityCenterStub. deleteNotificationConfigCallable()com.google.api.gax.rpc.UnaryCallable<DeleteNotificationConfigRequest,com.google.protobuf.Empty>HttpJsonSecurityCenterStub. deleteNotificationConfigCallable()com.google.api.gax.rpc.UnaryCallable<DeleteNotificationConfigRequest,com.google.protobuf.Empty>SecurityCenterStub. deleteNotificationConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNotificationConfigRequest,com.google.protobuf.Empty>SecurityCenterStubSettings.Builder. deleteNotificationConfigSettings()Returns the builder for the settings used for calls to deleteNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteNotificationConfigRequest,com.google.protobuf.Empty>SecurityCenterStubSettings. deleteNotificationConfigSettings()Returns the object with the settings used for calls to deleteNotificationConfig.
-