01README
Google Cloud youtubereporting infrastructure models
02Models
@swamp/gcp/youtubereporting/jobsv2026.04.23.1jobs.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| createTime? | string | The creation date/time of the job. |
| expireTime? | string | The date/time when this job will expire/expired. After a job expired, no new reports are generated. |
| id? | string | The server-generated ID of the job (max. 40 characters). |
| name? | string | The name of the job (max. 100 characters). |
| reportTypeId? | string | The type of reports this job creates. Corresponds to the ID of a ReportType. |
| systemManaged? | boolean | True if this a system-managed job that cannot be modified by the user; otherwise false. |
| onBehalfOfContentOwner? | string | The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel). |
fn create()
Create a jobs
fn get(identifier: string)
Get a jobs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the jobs |
fn delete(identifier: string)
Delete the jobs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the jobs |
fn sync()
Sync jobs state from GCP
Resources
state(infinite)— A job creating reports of a specific type.
@swamp/gcp/youtubereporting/jobs-reportsv2026.04.23.1jobs_reports.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a reports
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the reports |
fn sync()
Sync reports state from GCP
Resources
state(infinite)— A report's metadata including the URL from which the report itself can be dow...
@swamp/gcp/youtubereporting/reporttypesv2026.04.23.1reporttypes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a reportTypes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the reportTypes |
fn sync()
Sync reportTypes state from GCP
Resources
state(infinite)— A report type.
03Previous Versions
2026.04.03.3Apr 3, 2026
- Updated: jobs, jobs_reports, reporttypes
2026.04.03.1Apr 3, 2026
- Updated: jobs, jobs_reports, reporttypes
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: jobs, jobs_reports, reporttypes
04Stats
A
100 / 100
Downloads
0
Archive size
14.7 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels