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"]],[["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 details the `CreateViewRequest` class, which is used to define parameters for creating a new log view within Google Cloud Logging V2."],["The class is part of the `Google.Cloud.Logging.V2` namespace and is found in the `Google.Cloud.Logging.V2.dll` assembly."],["`CreateViewRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The class includes properties such as `Parent`, `View`, and `ViewId`, all of which are required to specify the bucket, the new view, and the desired view identifier, respectively."],["The latest version available is 4.4.0 and there are different versions available starting from 3.3.0."]]],[]]