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

Properties of an AppEngineHttpTarget.

Package

@google-cloud/scheduler!

Properties

appEngineRouting

appEngineRouting?: (google.cloud.scheduler.v1.IAppEngineRouting|null);

AppEngineHttpTarget appEngineRouting

Property Value
TypeDescription
(google.cloud.scheduler.v1.IAppEngineRouting|null)

body

body?: (Uint8Array|string|null);

AppEngineHttpTarget body

Property Value
TypeDescription
(Uint8Array|string|null)

headers

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

AppEngineHttpTarget headers

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

httpMethod

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

AppEngineHttpTarget httpMethod

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

relativeUri

relativeUri?: (string|null);

AppEngineHttpTarget relativeUri

Property Value
TypeDescription
(string|null)