dtkt.core.v1messages.protoIntegration
MessageIntegration describes a software package which uses the DataKit SDK making it natively compatible with DataKit's build and run tooling & infrastructure.
| Field | Type | Number | Description |
|---|---|---|---|
| name | string | 1 | Integration resource name, one of:
|
| uid | string | 2 | Server-assigned unique ID (UUID). |
| spec_uri | string | 3 | Package spec URI. |
| spec_etag | string | 4 | Package spec checksum for concurrency control. |
| spec | SpecMetadata dtkt.core.v1.Integration.SpecMetadata | 5 | Versioned package spec. |
| cloud | CloudMetadata dtkt.core.v1.CloudMetadata | 6 | Cloud metadata (only present when running on cloud network). |
| build | BuildMetadata dtkt.core.v1.BuildMetadata | 7 | Build metadata (only present when developing locally). |
| create_time | Timestamp google.protobuf.Timestamp | 20 | Integration create time. |
| update_time | Timestamp google.protobuf.Timestamp | 21 | Integration update time. |