Class Listing (1.0.0-beta01)

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

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
Listing.Types.BigQueryDatasetSource

Categories

public RepeatedField<Category> Categories { get; }

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

Property Value
TypeDescription
RepeatedField<Category>

DataProvider

public DataProvider DataProvider { get; set; }

Optional. The 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 that can consist of sentences or paragraphs. The description must not contain Unicode non-characters as well as 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 ( ), 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. The details of the Publisher who owns the listing and has rights to 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
Listing.SourceOneofCase

State

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

Output only. Current state of the Listing.

Property Value
TypeDescription
Listing.Types.State