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

Properties of a HttpTarget.

Package

@google-cloud/scheduler!

Properties

body

  body 
 ?: 
  
 ( 
 Uint8Array 
 | 
 string 
 | 
 null 
 ); 
 

HttpTarget body

Property Value
Type Description
( Uint8Array |string|null)

headers

  headers 
 ?: 
  
 ({ 
  
 [ 
 k 
 : 
  
 string 
 ] 
 : 
  
 string 
  
 } 
 | 
 null 
 ); 
 

HttpTarget headers

Property Value
Type Description
({ [k: string]: string }|null)

httpMethod

  httpMethod 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 HttpMethod 
 | 
 keyof 
  
 typeof 
  
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 HttpMethod 
 | 
 null 
 ); 
 

HttpTarget httpMethod

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

oauthToken

  oauthToken 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 IOAuthToken 
 | 
 null 
 ); 
 

HttpTarget oauthToken

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

oidcToken

  oidcToken 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 scheduler 
 . 
 v1 
 . 
 IOidcToken 
 | 
 null 
 ); 
 

HttpTarget oidcToken

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

uri

  uri 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

HttpTarget uri

Property Value
Type Description
(string|null)
Design a Mobile Site
View Site in Mobile | Classic
Share by: