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"]],[["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-03-21 UTC."],[[["The `DeleteViewRequest` class in the Google Cloud Logging v2 API is used to define the parameters required for deleting a log view, and the latest version is 4.4.0."],["`DeleteViewRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer communication, object comparison, deep cloning, and buffer message management."],["The `DeleteViewRequest` class has two constructors: a default constructor `DeleteViewRequest()` and another that accepts another `DeleteViewRequest` as a parameter for creating a new instance."],["The `Name` property of the `DeleteViewRequest` class is required and represents the full resource name of the view to be deleted, following a specific format."],["The `LogViewName` property provides a strongly-typed view over the resource `Name`, and has a `LogViewName` type."]]],[]]