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."],[[["This documentation page covers the `DeleteViewRequest` class within the Google Cloud Logging v2 API, used to define parameters for deleting a view."],["The `DeleteViewRequest` class is part of the `Google.Cloud.Logging.V2` namespace and is implemented in the `Google.Cloud.Logging.V2.dll` assembly."],["`DeleteViewRequest` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The class has two constructors, a default constructor and one that accepts another `DeleteViewRequest` object, allowing for cloning."],["Key properties include `LogViewName` and `Name`, where `Name` is a required field specifying the full resource name of the view to be deleted, formatted as a string."]]],[]]