GetDataExchangeResult

data class GetDataExchangeResult(val description: String, val displayName: String, val documentation: String, val icon: String, val listingCount: Int, val name: String, val primaryContact: String)

Constructors

Link copied to clipboard
fun GetDataExchangeResult(description: String, displayName: String, documentation: String, icon: String, listingCount: Int, name: String, primaryContact: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Description of the data exchange. 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.

Link copied to clipboard

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

Link copied to clipboard

Optional. Documentation describing the data exchange.

Link copied to clipboard

Optional. Base64 encoded image representing the data exchange. 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 content of the fields are base64-encoded (which increases the size of the data by 33-36%) when using JSON on the wire.

Link copied to clipboard

Number of listings contained in the data exchange.

Link copied to clipboard

The resource name of the data exchange. e.g. projects/myproject/locations/US/dataExchanges/123.

Link copied to clipboard

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