public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class CreateViewRequest.
Required. A client-assigned identifier such as "my-view". Identifiers are
limited to 100 characters and can include only letters, digits,
underscores, hyphens, and periods.
[[["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."],[[["This document provides reference information for the `CreateViewRequest` class within the Google Cloud Logging v2 API, specifically for .NET development, with the latest version being 4.4.0."],["`CreateViewRequest` is used to define the parameters required to create a new view in Google Cloud Logging, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class requires specifying a `Parent` bucket, a `View` definition, and a `ViewId` to successfully create a view, where the `Parent` should be in a specific string format."],["The `CreateViewRequest` class has two constructors: one default, and another that takes another `CreateViewRequest` object to copy."],["The class inherits `GetHashCode()`, `GetType()` and `ToString()` methods from the base `object` type."]]],[]]