Analytics Hub v1beta1 API - Class Listing (2.0.0-beta03)

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

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

A listing is what gets published into a data exchange that a subscriber can subscribe to. It contains a reference to the data source along with descriptive information that will help subscribers find and subscribe the data.

Inheritance

object > Listing

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

Listing()

public Listing()

Listing(Listing)

public Listing(Listing other)
Parameter
NameDescription
otherListing

Properties

BigqueryDataset

public Listing.Types.BigQueryDatasetSource BigqueryDataset { get; set; }

Required. Shared dataset i.e. BigQuery dataset source.

Property Value
TypeDescription
ListingTypesBigQueryDatasetSource

Categories

public RepeatedField<Listing.Types.Category> Categories { get; }

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

Property Value
TypeDescription
RepeatedFieldListingTypesCategory

DataProvider

public DataProvider DataProvider { get; set; }

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

Property Value
TypeDescription
DataProvider

Description

public string Description { get; set; }

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.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Required. 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.

Property Value
TypeDescription
string

Documentation

public string Documentation { get; set; }

Optional. Documentation describing the listing.

Property Value
TypeDescription
string

Icon

public ByteString Icon { get; set; }

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.

Property Value
TypeDescription
ByteString

ListingName

public ListingName ListingName { get; set; }

ListingName-typed view over the Name resource name property.

Property Value
TypeDescription
ListingName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

PrimaryContact

public string PrimaryContact { get; set; }

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

Property Value
TypeDescription
string

Publisher

public Publisher Publisher { get; set; }

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

Property Value
TypeDescription
Publisher

RequestAccess

public string RequestAccess { get; set; }

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

Property Value
TypeDescription
string

SourceCase

public Listing.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
ListingSourceOneofCase

State

public Listing.Types.State State { get; set; }

Output only. Current state of the listing.

Property Value
TypeDescription
ListingTypesState