Analytics Hub v1 API - Class CreateListingRequest (1.0.0)

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.

Inheritance

Object > CreateListingRequest

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

CreateListingRequest()

public CreateListingRequest()

CreateListingRequest(CreateListingRequest)

public CreateListingRequest(CreateListingRequest other)
Parameter
NameDescription
otherCreateListingRequest

Properties

Listing

public Listing Listing { get; set; }

Required. The listing to create.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
String

ParentAsDataExchangeName

public DataExchangeName ParentAsDataExchangeName { get; set; }

DataExchangeName-typed view over the Parent resource name property.

Property Value
TypeDescription
DataExchangeName