public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class DeleteInstanceRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `DeleteInstanceRequest` class in the Google Cloud Filestore v1 API is used to send requests to delete a Filestore instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing and manipulating requests."],["The `DeleteInstanceRequest` class contains properties like `Force` to determine if snapshots should also be deleted and `Name` which specifies the instance resource to delete."],["The `DeleteInstanceRequest` class is within the namespace `Google.Cloud.Filestore.V1` and is available in multiple versions, with 2.7.0 being the latest, all of which have downloadable references."],["There are two constructors available: a parameterless constructor, and one that takes another `DeleteInstanceRequest` object as a parameter, for copying."]]],[]]