public sealed class CreateListingRequest : IMessage<CreateListingRequest>, IEquatable<CreateListingRequest>, IDeepCloneable<CreateListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class CreateListingRequest.
Required. The ID of the listing to create.
Must contain only Unicode letters, numbers (0-9), underscores (_).
Should not use characters that require URL-escaping, or characters
outside of ASCII, spaces.
Max length: 100 bytes.
[[["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 page provides documentation for the `CreateListingRequest` class within the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.6.0."],["The `CreateListingRequest` class is used to create a listing and is part of the `Google.Cloud.BigQuery.AnalyticsHub.V1` namespace, implemented through several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateListingRequest` class include `Listing` (the listing to be created), `ListingId` (a unique identifier for the listing), and `Parent` (the resource path of the listing's parent)."],["The latest version for this class is 1.7.0 but this documentation is for 1.6.0, and there are 7 other previous versions linked on this page."],["There are 2 constructors available to the user for the `CreateListingRequest` class, which are `CreateListingRequest()` and `CreateListingRequest(CreateListingRequest other)`."]]],[]]