public sealed class CreateListingRequest : IMessage<CreateListingRequest>, IEquatable<CreateListingRequest>, IDeepCloneable<CreateListingRequest>, IBufferMessage, IMessage
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."],[[["\u003cp\u003eThe \u003ccode\u003eCreateListingRequest\u003c/code\u003e class is used to create a new listing within the BigQuery Data Exchange environment, as indicated by its purpose.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for handling message operations, equality checks, deep cloning, and buffer message functionalities.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateListingRequest\u003c/code\u003e offers two constructors: a default constructor and a constructor that takes another \u003ccode\u003eCreateListingRequest\u003c/code\u003e object as a parameter for copying purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateListingRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eListing\u003c/code\u003e, \u003ccode\u003eListingId\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsDataExchangeName\u003c/code\u003e, which are required to specify the listing's details and location within the data exchange.\u003c/p\u003e\n"],["\u003cp\u003eThe class is located within the \u003ccode\u003eGoogle.Cloud.BigQuery.DataExchange.V1Beta1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.BigQuery.DataExchange.V1Beta1.dll\u003c/code\u003e assembly, meaning it's a component of the Google Cloud BigQuery Data Exchange .NET library.\u003c/p\u003e\n"]]],[],null,[]]