Analytics Hub v1beta1 API - Class CreateListingRequest (2.0.0-beta04)

public sealed class CreateListingRequest : IMessage<CreateListingRequest>, IEquatable<CreateListingRequest>, IDeepCloneable<CreateListingRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Analytics Hub v1beta1 API class CreateListingRequest.

Message for creating a listing.

Inheritance

object > CreateListingRequest

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.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