Langganan mewakili akses pelanggan ke kumpulan data tertentu yang dipublikasikan. Direktori ini berisi referensi ke listingan terkait, pertukaran data, dan set data yang ditautkan.
Representasi JSON
{"name": string,"creationTime": string,"lastModifyTime": string,"organizationId": string,"organizationDisplayName": string,"state": enum (State),"linkedDatasetMap": {string: {object (LinkedResource)},...},"subscriberContact": string,// Union field resource_name can be only one of the following:"listing": string,"dataExchange": string// End of list of possible types for union field resource_name.}
Kolom
name
string
Hanya output. Nama resource langganan, misalnya, projects/myproject/locations/US/subscriptions/123.
Hanya output. Stempel waktu saat langganan dibuat.
Stempel waktu dalam format RFC3339 UTC "Zulu", dengan resolusi nanodetik dan maksimal sembilan digit fraksional. Contoh: "2014-10-02T15:01:23Z" dan "2014-10-02T15:01:23.045123456Z".
Hanya output. Stempel waktu saat langganan terakhir diubah.
Stempel waktu dalam format RFC3339 UTC "Zulu", dengan resolusi nanodetik dan maksimal sembilan digit fraksional. Contoh: "2014-10-02T15:01:23Z" dan "2014-10-02T15:01:23.045123456Z".
organizationId
string
Hanya output. Organisasi project tempat langganan ini berada.
organizationDisplayName
string
Hanya output. Nama tampilan project langganan ini.
Hanya output. Peta listingan nama resource ke resource tertaut terkait, misalnya projects/123/locations/US/dataExchanges/456/listings/789 -> projects/123/datasets/my_dataset
Untuk langganan tingkat listingan, ini adalah peta ukuran 1. Hanya berisi nilai jika status == STATE_ACTIVE.
Objek yang berisi daftar pasangan "key": value. Contoh: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
subscriberContact
string
Hanya output. Email pelanggan.
Kolom union resource_name.
resource_name hanya dapat berupa salah satu dari yang berikut:
listing
string
Hanya output. Nama resource Listingan sumber. mis. projects/123/locations/US/dataExchanges/456/listings/789
dataExchange
string
Hanya output. Nama resource Pertukaran Data sumber. mis. projects/123/locations/US/dataExchanges/456
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-19 UTC."],[[["\u003cp\u003eA subscription defines a subscriber's access to specific published data, including references to listings, data exchanges, and linked datasets.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a subscription includes details like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003ecreationTime\u003c/code\u003e, \u003ccode\u003elastModifyTime\u003c/code\u003e, \u003ccode\u003eorganizationId\u003c/code\u003e, \u003ccode\u003estate\u003c/code\u003e, \u003ccode\u003elinkedDatasetMap\u003c/code\u003e, \u003ccode\u003esubscriberContact\u003c/code\u003e, and the \u003ccode\u003eresourceType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSubscriptions contain linked resources and the type of linked asset, along with identifiers for either the source listing or the data exchange.\u003c/p\u003e\n"],["\u003cp\u003eSeveral methods are available for managing subscriptions, such as \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003egetIamPolicy\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, \u003ccode\u003erefresh\u003c/code\u003e, \u003ccode\u003erevoke\u003c/code\u003e, and \u003ccode\u003esetIamPolicy\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe data fields provided in the subscription will be read-only and are used to provide relevant information, such as the timestamp of when the subscription was created and the current state of the subscription.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.locations.subscriptions\n\n- [Resource: Subscription](#Subscription)\n - [JSON representation](#Subscription.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Subscription\n----------------------\n\nA subscription represents a subscribers' access to a particular set of published data. It contains references to associated listings, data exchanges, and linked datasets."]]