Summary of entries of Classes for cloudscheduler.
Classes CloudSchedulerAsyncClientThe Cloud Scheduler API allows external entities to reliably schedule asynchronous jobs.
CloudSchedulerClientThe Cloud Scheduler API allows external entities to reliably schedule asynchronous jobs.
A pager for iterating through list_jobs
requests.
This class thinly wraps an initial ListJobsResponse object, and provides an __aiter__
method to iterate through its jobs
field.
If there are more pages, the __aiter__
method will make additional ListJobs
requests and continue to iterate through the jobs
field on the corresponding responses.
All the usual ListJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_jobs
requests.
This class thinly wraps an initial ListJobsResponse object, and provides an __iter__
method to iterate through its jobs
field.
If there are more pages, the __iter__
method will make additional ListJobs
requests and continue to iterate through the jobs
field on the corresponding responses.
All the usual ListJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
AppEngineHttpTargetApp 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.
The abstract base class for a message.
AppEngineRoutingApp Engine Routing.
For more information about services, versions, and instances see An Overview of App Engine <https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine>
, Microservices Architecture on Google App Engine <https://cloud.google.com/appengine/docs/python/microservices-on-app-engine>
, App Engine Standard request routing <https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed>
, and App Engine Flex request routing <https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed>
.
Request message for CreateJob.
DeleteJobRequestRequest message for deleting a job using DeleteJob.
GetJobRequestRequest message for GetJob.
HttpMethodThe HTTP method used to execute the job.
HttpTargetHttp 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.
This message has oneof
_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
The abstract base class for a message.
JobConfiguration for a job. The maximum allowed size for a job is 1MB.
This message has oneof
_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
StateState of the job.
ListJobsRequestRequest message for listing jobs using ListJobs.
ListJobsResponseResponse message for listing jobs using ListJobs.
OAuthTokenContains information needed for generating an OAuth token <https://developers.google.com/identity/protocols/OAuth2>
__. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com.
Contains information needed for generating an OpenID Connect token <https://developers.google.com/identity/protocols/OpenIDConnect>
__. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself.
Request message for PauseJob.
PubsubTargetPub/Sub target. The job will be delivered by publishing a message to the given Pub/Sub topic.
AttributesEntryThe abstract base class for a message.
ResumeJobRequestRequest message for ResumeJob.
RetryConfigSettings 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.
RunJobRequestRequest message for forcing a job to run now using RunJob.
UpdateJobRequestRequest message for UpdateJob.
CloudSchedulerAsyncClientThe Cloud Scheduler API allows external entities to reliably schedule asynchronous jobs.
CloudSchedulerClientThe Cloud Scheduler API allows external entities to reliably schedule asynchronous jobs.
A pager for iterating through list_jobs
requests.
This class thinly wraps an initial ListJobsResponse object, and provides an __aiter__
method to iterate through its jobs
field.
If there are more pages, the __aiter__
method will make additional ListJobs
requests and continue to iterate through the jobs
field on the corresponding responses.
All the usual ListJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_jobs
requests.
This class thinly wraps an initial ListJobsResponse object, and provides an __iter__
method to iterate through its jobs
field.
If there are more pages, the __iter__
method will make additional ListJobs
requests and continue to iterate through the jobs
field on the corresponding responses.
All the usual ListJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
AppEngineHttpTargetApp 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.
The abstract base class for a message.
AppEngineRoutingApp Engine Routing.
For more information about services, versions, and instances see An Overview of App Engine <https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine>
, Microservices Architecture on Google App Engine <https://cloud.google.com/appengine/docs/python/microservices-on-app-engine>
, App Engine Standard request routing <https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed>
, and App Engine Flex request routing <https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed>
.
Request message for CreateJob.
DeleteJobRequestRequest message for deleting a job using DeleteJob.
GetJobRequestRequest message for GetJob.
HttpMethodThe HTTP method used to execute the job.
HttpTargetHttp 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.
This message has oneof
_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
The abstract base class for a message.
JobConfiguration for a job. The maximum allowed size for a job is 1MB.
This message has oneof
_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
StateState of the job.
ListJobsRequestRequest message for listing jobs using ListJobs.
ListJobsResponseResponse message for listing jobs using ListJobs.
OAuthTokenContains information needed for generating an OAuth token <https://developers.google.com/identity/protocols/OAuth2>
__. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com.
Contains information needed for generating an OpenID Connect token <https://developers.google.com/identity/protocols/OpenIDConnect>
__. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself.
Request message for PauseJob.
PubsubTargetPub/Sub target. The job will be delivered by publishing a message to the given Pub/Sub topic.
AttributesEntryThe abstract base class for a message.
ResumeJobRequestRequest message for ResumeJob.
RetryConfigSettings 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.
RunJobRequestRequest message for forcing a job to run now using RunJob.
UpdateJobRequestRequest message for UpdateJob.
ModulesAPI documentation for scheduler_v1.services.cloud_scheduler.pagers
module.
API documentation for scheduler_v1beta1.services.cloud_scheduler.pagers
module.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4