Interface google.cloud.scheduler.v1.IJob (2.1.1)

Properties of a Job.

Package

@google-cloud/scheduler!

Properties

appEngineHttpTarget

  appEngineHttpTarget 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 IAppEngineHttpTarget 
 | 
 null 
 ); 
 

Job appEngineHttpTarget

Property Value
Type Description
( google.cloud.scheduler.v1.IAppEngineHttpTarget |null)

attemptDeadline

  attemptDeadline 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 IDuration 
 | 
 null 
 ); 
 

Job attemptDeadline

Property Value
Type Description
( google.protobuf.IDuration |null)

description

  description 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Job description

Property Value
Type Description
(string|null)

httpTarget

  httpTarget 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 IHttpTarget 
 | 
 null 
 ); 
 

Job httpTarget

Property Value
Type Description
( google.cloud.scheduler.v1.IHttpTarget |null)

lastAttemptTime

  lastAttemptTime 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 ITimestamp 
 | 
 null 
 ); 
 

Job lastAttemptTime

Property Value
Type Description
( google.protobuf.ITimestamp |null)

name

  name 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Job name

Property Value
Type Description
(string|null)

pubsubTarget

  pubsubTarget 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 IPubsubTarget 
 | 
 null 
 ); 
 

Job pubsubTarget

Property Value
Type Description
( google.cloud.scheduler.v1.IPubsubTarget |null)

retryConfig

  retryConfig 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 IRetryConfig 
 | 
 null 
 ); 
 

Job retryConfig

Property Value
Type Description
( google.cloud.scheduler.v1.IRetryConfig |null)

schedule

  schedule 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Job schedule

Property Value
Type Description
(string|null)

scheduleTime

  scheduleTime 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 ITimestamp 
 | 
 null 
 ); 
 

Job scheduleTime

Property Value
Type Description
( google.protobuf.ITimestamp |null)

state

  state 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 Job 
 . 
 State 
 | 
 keyof 
  
 typeof 
  
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 Job 
 . 
 State 
 | 
 null 
 ); 
 

Job state

Property Value
Type Description
( google.cloud.scheduler.v1.Job.State |keyof typeof google.cloud.scheduler.v1.Job.State |null)

status

  status 
 ?: 
  
 ( 
 google 
 . 
 rpc 
 . 
 IStatus 
 | 
 null 
 ); 
 

Job status

Property Value
Type Description
( google.rpc.IStatus |null)

timeZone

  timeZone 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Job timeZone

Property Value
Type Description
(string|null)

userUpdateTime

  userUpdateTime 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 ITimestamp 
 | 
 null 
 ); 
 

Job userUpdateTime

Property Value
Type Description
( google.protobuf.ITimestamp |null)
Design a Mobile Site
View Site in Mobile | Classic
Share by: