ListingArgs

data class ListingArgs(val bigqueryDataset: Output<BigQueryDatasetSourceArgs>? = null, val categories: Output<List<ListingCategoriesItem>>? = null, val dataExchangeId: Output<String>? = null, val dataProvider: Output<DataProviderArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val documentation: Output<String>? = null, val icon: Output<String>? = null, val listingId: Output<String>? = null, val location: Output<String>? = null, val primaryContact: Output<String>? = null, val project: Output<String>? = null, val publisher: Output<PublisherArgs>? = null, val requestAccess: Output<String>? = null) : ConvertibleToJava<ListingArgs>

Creates a new listing. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun ListingArgs(bigqueryDataset: Output<BigQueryDatasetSourceArgs>? = null, categories: Output<List<ListingCategoriesItem>>? = null, dataExchangeId: Output<String>? = null, dataProvider: Output<DataProviderArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, documentation: Output<String>? = null, icon: Output<String>? = null, listingId: Output<String>? = null, location: Output<String>? = null, primaryContact: Output<String>? = null, project: Output<String>? = null, publisher: Output<PublisherArgs>? = null, requestAccess: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ListingArgs

Properties

Link copied to clipboard

Shared dataset i.e. BigQuery dataset source.

Link copied to clipboard
val categories: Output<List<ListingCategoriesItem>>? = null

Optional. Categories of the listing. Up to two categories are allowed.

Link copied to clipboard
val dataExchangeId: Output<String>? = null
Link copied to clipboard
val dataProvider: Output<DataProviderArgs>? = null

Optional. Details of the data provider who owns the source data.

Link copied to clipboard
val description: Output<String>? = null

Optional. Short description of the listing. The description must not contain Unicode non-characters and C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). Default value is an empty string. Max length: 2000 bytes.

Link copied to clipboard
val displayName: Output<String>? = null

Human-readable display name of the listing. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and can't start or end with spaces. Default value is an empty string. Max length: 63 bytes.

Link copied to clipboard
val documentation: Output<String>? = null

Optional. Documentation describing the listing.

Link copied to clipboard
val icon: Output<String>? = null

Optional. Base64 encoded image representing the listing. Max Size: 3.0MiB Expected image dimensions are 512x512 pixels, however the API only performs validation on size of the encoded data. Note: For byte fields, the contents of the field are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.

Link copied to clipboard
val listingId: Output<String>? = null

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.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val primaryContact: Output<String>? = null

Optional. Email or URL of the primary point of contact of the listing. Max Length: 1000 bytes.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val publisher: Output<PublisherArgs>? = null

Optional. Details of the publisher who owns the listing and who can share the source data.

Link copied to clipboard
val requestAccess: Output<String>? = null

Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.