public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessage
[[["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-09 UTC."],[[["The `CreateViewRequest` class is used to define the parameters for creating a view within Google Cloud Logging, specifically within the `Google.Cloud.Logging.V2` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The `CreateViewRequest` class contains three essential properties: `Parent`, which specifies the bucket's location, `View`, which holds the new view details, and `ViewId`, which is the identifier for the new view."],["There are multiple versions of `CreateViewRequest`, ranging from version 3.3.0 to 4.4.0 (latest), each version having it's own documentation."]]],[]]