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-03-21 UTC."],[[["This page provides documentation for the `CreateViewRequest` class within the Google Cloud Logging v2 API, specifically for version 4.1.0."],["`CreateViewRequest` is used to define parameters for creating a new view within a specified bucket in Google Cloud Logging, which requires a parent bucket, the view's definition, and a unique view ID."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, `View`, and `ViewId`, each with specific requirements and data types for defining a new view in Google Cloud Logging."],["There is an availability of multiple past versions of this code on this page ranging from 4.4.0 to 3.3.0."]]],[]]