AppEngineHttpTarget
App Engine target. The job will be pushed to a job handler by means of an HTTP request via an http_method such as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an HTTP response code in the range [200 - 299]. Error 503 is considered an App Engine system error instead of an application error. Requests returning error 503 will be retried regardless of retry configuration and not counted against retry counts. Any other response code, or a failure to receive a response before the deadline, constitutes a failed attempt.Fields | |
---|---|
appEngineRouting |
App Engine Routing setting for the job.
|
body |
Body. HTTP request body. A request body is allowed only if the HTTP method is POST or PUT. It will result in invalid argument error to set a body on a job with an incompatible HttpMethod.
|
headers |
HTTP request headers. This map contains the header field names and values. Headers can be set when the job is created. Cloud Scheduler sets some headers to default values: *
|
httpMethod |
The HTTP method to use for the request. PATCH and OPTIONS are not permitted.
|
Enum type. Can be one of the following: | |
HTTP_METHOD_UNSPECIFIED |
HTTP method unspecified. Defaults to POST. |
POST |
HTTP POST |
GET |
HTTP GET |
HEAD |
HTTP HEAD |
PUT |
HTTP PUT |
DELETE |
HTTP DELETE |
PATCH |
HTTP PATCH |
OPTIONS |
HTTP OPTIONS |
relativeUri |
The relative URI. The relative URL must begin with "/" and must be a valid HTTP relative URL. It can contain a path, query string arguments, and
|
AppEngineRouting
App Engine Routing. For more information about services, versions, and instances see An Overview of App Engine, Microservices Architecture on Google App Engine, App Engine Standard request routing, and App Engine Flex request routing.Fields | |
---|---|
host |
Output only. The host that the job is sent to. For more information about how App Engine requests are routed, see here. The host is constructed as: *
|
instance |
App instance. By default, the job is sent to an instance which is available when the job is attempted. Requests can only be sent to a specific instance if manual scaling is used in App Engine Standard. App Engine Flex does not support instances. For more information, see App Engine Standard request routing and App Engine Flex request routing.
|
service |
App service. By default, the job is sent to the service which is the default service when the job is attempted.
|
version |
App version. By default, the job is sent to the version which is the default version when the job is attempted.
|
HttpTarget
Http target. The job will be pushed to the job handler by means of an HTTP request via an http_method such as HTTP POST, HTTP GET, etc. The job is acknowledged by means of an HTTP response code in the range [200 - 299]. A failure to receive a response constitutes a failed execution. For a redirected request, the response returned by the redirected request is considered.Fields | |
---|---|
body |
HTTP request body. A request body is allowed only if the HTTP method is POST, PUT, or PATCH. It is an error to set body on a job with an incompatible HttpMethod.
|
headers |
The user can specify HTTP request headers to send with the job's HTTP request. This map contains the header field names and values. Repeated headers are not supported, but a header value can contain commas. These headers represent a subset of the headers that will accompany the job's HTTP request. Some HTTP request headers will be ignored or replaced. A partial list of headers that will be ignored or replaced is below: - Host: This will be computed by Cloud Scheduler and derived from uri. *
|
httpMethod |
Which HTTP method to use for the request.
|
Enum type. Can be one of the following: | |
HTTP_METHOD_UNSPECIFIED |
HTTP method unspecified. Defaults to POST. |
POST |
HTTP POST |
GET |
HTTP GET |
HEAD |
HTTP HEAD |
PUT |
HTTP PUT |
DELETE |
HTTP DELETE |
PATCH |
HTTP PATCH |
OPTIONS |
HTTP OPTIONS |
oauthToken |
If specified, an OAuth token will be generated and attached as an
|
oidcToken |
If specified, an OIDC token will be generated and attached as an
|
uri |
Required. The full URI path that the request will be sent to. This string must begin with either "http://" or "https://". Some examples of valid values for uri are:
|
Job
Configuration for a job. The maximum allowed size for a job is 100KB.Fields | |
---|---|
appEngineHttpTarget |
App Engine HTTP target.
|
attemptDeadline |
The deadline for job attempts. If the request handler does not respond by this deadline then the request is cancelled and the attempt is marked as a
|
description |
Optionally caller-specified in CreateJob or UpdateJob. A human-readable description for the job. This string must not contain more than 500 characters.
|
httpTarget |
HTTP target.
|
lastAttemptTime |
Output only. The time the last job attempt started.
|
legacyAppEngineCron |
Immutable. This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the job will be considered a legacy job. Note that App Engine Cron jobs have fewer features than Cloud Scheduler jobs, e.g., are only limited to App Engine targets.
|
name |
Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example:
|
pubsubTarget |
Pub/Sub target.
|
retryConfig |
Settings that determine the retry behavior.
|
schedule |
Required, except when used with UpdateJob. Describes the schedule on which the job will be executed. The schedule can be either of the following types: * Crontab * English-like schedule As a general rule, execution
|
scheduleTime |
Output only. The next time the job is scheduled. Note that this may be a retry of a previously failed attempt or the next execution time according to the schedule.
|
state |
Output only. State of the job.
|
Enum type. Can be one of the following: | |
STATE_UNSPECIFIED |
Unspecified state. |
ENABLED |
The job is executing normally. |
PAUSED |
The job is paused by the user. It will not execute. A user can intentionally pause the job using PauseJobRequest. |
DISABLED |
The job is disabled by the system due to error. The user cannot directly set a job to be disabled. |
UPDATE_FAILED |
The job state resulting from a failed CloudScheduler.UpdateJob operation. To recover a job from this state, retry CloudScheduler.UpdateJob until a successful response is received. |
status |
Output only. The response from the target for the last attempted execution.
|
timeZone |
Specifies the time zone to be used in interpreting schedule. The value of this field must be a time zone name from the tz database. Note that some time zones include a provision for daylight savings time. The rules for daylight saving time are determined by the chosen tz. For UTC use the string "utc". If a time zone is not specified, the default will be in UTC (also known as GMT).
|
userUpdateTime |
Output only. The creation time of the job.
|
ListJobsResponse
Response message for listing jobs using ListJobs.Fields | |
---|---|
jobs[] |
The list of jobs.
|
nextPageToken |
A token to retrieve next page of results. Pass this value in the page_token field in the subsequent call to ListJobs to retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate. The page token is valid for only 2 hours.
|
ListLocationsResponse
The response message for Locations.ListLocations.Fields | |
---|---|
locations[] |
A list of locations that matches the specified filter in the request.
|
nextPageToken |
The standard List next-page token.
|
Location
A resource that represents Google Cloud Platform location.Fields | |
---|---|
displayName |
The friendly name for this location, typically a nearby city name. For example, "Tokyo".
|
labels |
Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}
|
locationId |
The canonical id for this location. For example:
|
metadata |
Service-specific metadata. For example the available capacity at the given location.
|
name |
Resource name for the location, which may vary between implementations. For example:
|
OAuthToken
Contains information needed for generating an OAuth token. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com.Fields | |
---|---|
scope |
OAuth scope to be used for generating OAuth access token. If not specified, "https://www.googleapis.com/auth/cloud-platform" will be used.
|
serviceAccountEmail |
Service account email to be used for generating OAuth token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.
|
OidcToken
Contains information needed for generating an OpenID Connect token. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself.Fields | |
---|---|
audience |
Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.
|
serviceAccountEmail |
Service account email to be used for generating OIDC token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.
|
PubsubMessage
A message that is published by publishers and consumed by subscribers. The message must contain either a non-empty data field or at least one attribute. Note that client libraries represent this object differently depending on the language. See the corresponding client library documentation for more information. See quotas and limits for more information about message limits.Fields | |
---|---|
attributes |
Attributes for this message. If this field is empty, the message must contain non-empty data. This can be used to filter messages on the subscription.
|
data |
The message data field. If this field is empty, the message must contain at least one attribute.
|
messageId |
ID of this message, assigned by the server when the message is published. Guaranteed to be unique within the topic. This value may be read by a subscriber that receives a
|
orderingKey |
If non-empty, identifies related messages for which publish order should be respected. If a
|
publishTime |
The time at which the message was published, populated by the server when it receives the
|
PubsubTarget
Pub/Sub target. The job will be delivered by publishing a message to the given Pub/Sub topic.Fields | |
---|---|
attributes |
Attributes for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.
|
data |
The message payload for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.
|
topicName |
Required. The name of the Cloud Pub/Sub topic to which messages will be published when a job is delivered. The topic name must be in the same format as required by PubSub's PublishRequest.name, for example
|
RetryConfig
Settings that determine the retry behavior. By default, if a job does not complete successfully (meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff according to the settings in RetryConfig.Fields | |
---|---|
maxBackoffDuration |
The maximum amount of time to wait before retrying a job after it fails. The default value of this field is 1 hour.
|
maxDoublings |
The time between retries will double
|
maxRetryDuration |
The time limit for retrying a failed job, measured from time when an execution was first attempted. If specified with retry_count, the job will be retried until both limits are reached. The default value for max_retry_duration is zero, which means retry duration is unlimited.
|
minBackoffDuration |
The minimum amount of time to wait before retrying a job after it fails. The default value of this field is 5 seconds.
|
retryCount |
The number of attempts that the system will make to run a job using the exponential backoff procedure described by max_doublings. The default value of retry_count is zero. If retry_count is zero, a job attempt will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled execution time. If retry_count is set to a non-zero number then Cloud Scheduler will retry failed attempts, using exponential backoff, retry_count times, or until the next scheduled execution time, whichever comes first. Values greater than 5 and negative values are not allowed.
|
RunJobRequest
Request message for forcing a job to run now using RunJob.Fields | |
---|---|
legacyAppEngineCron |
This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the job in the __cron queue with the corresponding name will be forced to run instead.
|
Status
TheStatus
type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.
Fields | |
---|---|
code |
The status code, which should be an enum value of google.rpc.Code.
|
details[] |
A list of messages that carry the error details. There is a common set of message types for APIs to use.
|
message |
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
|