generated/google/apis/cloudtasks_v2beta3/classes.rb in google-api-client-0.24.3 vs generated/google/apis/cloudtasks_v2beta3/classes.rb in google-api-client-0.25.0
- old
+ new
@@ -35,20 +35,12 @@
# `https://www.googleapis.com/auth/cloud-platform`
class AppEngineHttpQueue
include Google::Apis::Core::Hashable
# App Engine Routing.
- # Specifies the target URI. Since this target type dispatches tasks to secure
- # app handlers, unsecure app handlers, and URIs restricted with
- # [`login: admin`](https://cloud.google.com/appengine/docs/standard/python/
- # config/appref)
- # the protocol (for example, HTTP or HTTPS) cannot be explictly specified.
- # Task dispatches do not follow redirects and cannot target URI paths
- # restricted with
- # [`login: required`](https://cloud.google.com/appengine/docs/standard/python/
- # config/appref)
- # because tasks are not run as any user.
+ # Defines routing characteristics specific to App Engine - service, version,
+ # and instance.
# 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),
@@ -86,20 +78,34 @@
# [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/
# python/how-requests-are-routed)
# and how routing is affected by
# [dispatch files](https://cloud.google.com/appengine/docs/python/config/
# dispatchref).
+ # Traffic is encrypted during transport and never leaves Google datacenters.
+ # Because this traffic is carried over a communication mechanism internal to
+ # Google, you cannot explicitly set the protocol (for example, HTTP or HTTPS).
+ # The request to the handler, however, will appear to have used the HTTP
+ # protocol.
# The AppEngineRouting used to construct the URL that the task is
# delivered to can be set at the queue-level or task-level:
# * If set,
# app_engine_routing_override
# is used for all tasks in the queue, no matter what the setting
# is for the
# task-level app_engine_routing.
# The `url` that the task will be sent to is:
# * `url =` host `+`
# relative_uri
+ # Tasks can be dispatched to secure app handlers, unsecure app handlers, and
+ # URIs restricted with
+ # [`login: admin`](https://cloud.google.com/appengine/docs/standard/python/
+ # config/appref).
+ # Because tasks are not run as any user, they cannot be dispatched to URIs
+ # restricted with
+ # [`login: required`](https://cloud.google.com/appengine/docs/standard/python/
+ # config/appref)
+ # Task dispatches also do not follow redirects.
# The task attempt has succeeded if the app's request handler returns
# an HTTP response code in the range [`200` - `299`]. `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.
@@ -107,20 +113,12 @@
# deadline is a failed attempt.
class AppEngineHttpRequest
include Google::Apis::Core::Hashable
# App Engine Routing.
- # Specifies the target URI. Since this target type dispatches tasks to secure
- # app handlers, unsecure app handlers, and URIs restricted with
- # [`login: admin`](https://cloud.google.com/appengine/docs/standard/python/
- # config/appref)
- # the protocol (for example, HTTP or HTTPS) cannot be explictly specified.
- # Task dispatches do not follow redirects and cannot target URI paths
- # restricted with
- # [`login: required`](https://cloud.google.com/appengine/docs/standard/python/
- # config/appref)
- # because tasks are not run as any user.
+ # Defines routing characteristics specific to App Engine - service, version,
+ # and instance.
# 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),
@@ -213,20 +211,12 @@
@relative_uri = args[:relative_uri] if args.key?(:relative_uri)
end
end
# App Engine Routing.
- # Specifies the target URI. Since this target type dispatches tasks to secure
- # app handlers, unsecure app handlers, and URIs restricted with
- # [`login: admin`](https://cloud.google.com/appengine/docs/standard/python/
- # config/appref)
- # the protocol (for example, HTTP or HTTPS) cannot be explictly specified.
- # Task dispatches do not follow redirects and cannot target URI paths
- # restricted with
- # [`login: required`](https://cloud.google.com/appengine/docs/standard/python/
- # config/appref)
- # because tasks are not run as any user.
+ # Defines routing characteristics specific to App Engine - service, version,
+ # and instance.
# 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),
@@ -1256,19 +1246,33 @@
# [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/
# python/how-requests-are-routed)
# and how routing is affected by
# [dispatch files](https://cloud.google.com/appengine/docs/python/config/
# dispatchref).
+ # Traffic is encrypted during transport and never leaves Google datacenters.
+ # Because this traffic is carried over a communication mechanism internal to
+ # Google, you cannot explicitly set the protocol (for example, HTTP or HTTPS).
+ # The request to the handler, however, will appear to have used the HTTP
+ # protocol.
# The AppEngineRouting used to construct the URL that the task is
# delivered to can be set at the queue-level or task-level:
# * If set,
# app_engine_routing_override
# is used for all tasks in the queue, no matter what the setting
# is for the
# task-level app_engine_routing.
# The `url` that the task will be sent to is:
# * `url =` host `+`
# relative_uri
+ # Tasks can be dispatched to secure app handlers, unsecure app handlers, and
+ # URIs restricted with
+ # [`login: admin`](https://cloud.google.com/appengine/docs/standard/python/
+ # config/appref).
+ # Because tasks are not run as any user, they cannot be dispatched to URIs
+ # restricted with
+ # [`login: required`](https://cloud.google.com/appengine/docs/standard/python/
+ # config/appref)
+ # Task dispatches also do not follow redirects.
# The task attempt has succeeded if the app's request handler returns
# an HTTP response code in the range [`200` - `299`]. `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.