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.
Message for creating a listing.
Implements
IMessageCreateListingRequest, IEquatableCreateListingRequest, IDeepCloneableCreateListingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
CreateListingRequest()
public CreateListingRequest()
CreateListingRequest(CreateListingRequest)
public CreateListingRequest(CreateListingRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateListingRequest |
Properties
Listing
public Listing Listing { get; set; }
Required. The listing to create.
Property Value | |
---|---|
Type | Description |
Listing |
ListingId
public string ListingId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource path of the listing.
e.g. projects/myproject/locations/US/dataExchanges/123
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsDataExchangeName
public DataExchangeName ParentAsDataExchangeName { get; set; }
DataExchangeName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DataExchangeName |