public sealed class DeleteViewRequest : IMessage<DeleteViewRequest>, IEquatable<DeleteViewRequest>, IDeepCloneable<DeleteViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteViewRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `DeleteViewRequest` class within the Google Cloud Logging v2 API for .NET."],["The `DeleteViewRequest` class is used as a parameter for the `DeleteView` method, enabling the deletion of a specific view within a logging bucket."],["The latest version documented on the page is 4.4.0, and there is documentation available for other versions going back to version 3.3.0 of the API."],["`DeleteViewRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `object` class."],["The `DeleteViewRequest` class has two properties, `LogViewName` and `Name`, used to identify the view to be deleted, with `Name` containing the full resource path."]]],[]]