GetListingResult

data class GetListingResult(val bigqueryDataset: BigQueryDatasetSourceResponse, val categories: List<String>, val dataProvider: DataProviderResponse, val description: String, val displayName: String, val documentation: String, val icon: String, val name: String, val primaryContact: String, val publisher: PublisherResponse, val requestAccess: String, val state: String)

Constructors

Link copied to clipboard
fun GetListingResult(bigqueryDataset: BigQueryDatasetSourceResponse, categories: List<String>, dataProvider: DataProviderResponse, description: String, displayName: String, documentation: String, icon: String, name: String, primaryContact: String, publisher: PublisherResponse, requestAccess: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Shared dataset i.e. BigQuery dataset source.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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

Optional. Documentation describing the listing.

Link copied to clipboard

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

The resource name of the listing. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Current state of the listing.