Skip to main content

Gcp/youtubereporting

@swamp/gcp/youtubereportingv2026.04.23.1· 8d agoMODELS
01README

Google Cloud youtubereporting infrastructure models

02Models3
@swamp/gcp/youtubereporting/jobsv2026.04.23.1jobs.ts

Global Arguments

ArgumentTypeDescription
createTime?stringThe creation date/time of the job.
expireTime?stringThe date/time when this job will expire/expired. After a job expired, no new reports are generated.
id?stringThe server-generated ID of the job (max. 40 characters).
name?stringThe name of the job (max. 100 characters).
reportTypeId?stringThe type of reports this job creates. Corresponds to the ID of a ReportType.
systemManaged?booleanTrue if this a system-managed job that cannot be modified by the user; otherwise false.
onBehalfOfContentOwner?stringThe 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
ArgumentTypeDescription
identifierstringThe name of the jobs
fn delete(identifier: string)
Delete the jobs
ArgumentTypeDescription
identifierstringThe 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a reports
ArgumentTypeDescription
identifierstringThe 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a reportTypes
ArgumentTypeDescription
identifierstringThe name of the reportTypes
fn sync()
Sync reportTypes state from GCP

Resources

state(infinite)— A report type.
03Previous Versions4
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