Cloud Tasks V2 API - Class Google::Cloud::Tasks::V2::AppEngineRouting (v0.11.0)

Reference documentation and code samples for the Cloud Tasks V2 API class Google::Cloud::Tasks::V2::AppEngineRouting.

App Engine Routing.

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, Microservices Architecture on Google App Engine, App Engine Standard request routing, and App Engine Flex request routing.

Using AppEngineRouting requires appengine.applications.get Google IAM permission for the project and the following scope:

https://www.googleapis.com/auth/cloud-platform

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#host

def host() -> ::String
Returns
  • (::String) — Output only. The host that the task is sent to.

    The host is constructed from the domain name of the app associated with the queue's project ID (for example

    For more information, see How Requests are Routed.

#host=

def host=(value) -> ::String
Parameter
  • value (::String) — Output only. The host that the task is sent to.

    The host is constructed from the domain name of the app associated with the queue's project ID (for example

    For more information, see How Requests are Routed.

Returns
  • (::String) — Output only. The host that the task is sent to.

    The host is constructed from the domain name of the app associated with the queue's project ID (for example

    For more information, see How Requests are Routed.

#instance

def instance() -> ::String
Returns

#instance=

def instance=(value) -> ::String
Parameter
Returns

#service

def service() -> ::String
Returns
  • (::String) — App service.

    By default, the task is sent to the service which is the default service when the task is attempted.

    For some queues or tasks which were created using the App Engine Task Queue API, host is not parsable into service, version, and instance. For example, some tasks which were created using the App Engine SDK use a custom domain name; custom domains are not parsed by Cloud Tasks. If host is not parsable, then service, version, and instance are the empty string.

#service=

def service=(value) -> ::String
Parameter
  • value (::String) — App service.

    By default, the task is sent to the service which is the default service when the task is attempted.

    For some queues or tasks which were created using the App Engine Task Queue API, host is not parsable into service, version, and instance. For example, some tasks which were created using the App Engine SDK use a custom domain name; custom domains are not parsed by Cloud Tasks. If host is not parsable, then service, version, and instance are the empty string.

Returns
  • (::String) — App service.

    By default, the task is sent to the service which is the default service when the task is attempted.

    For some queues or tasks which were created using the App Engine Task Queue API, host is not parsable into service, version, and instance. For example, some tasks which were created using the App Engine SDK use a custom domain name; custom domains are not parsed by Cloud Tasks. If host is not parsable, then service, version, and instance are the empty string.

#version

def version() -> ::String
Returns
  • (::String) — App version.

    By default, the task is sent to the version which is the default version when the task is attempted.

    For some queues or tasks which were created using the App Engine Task Queue API, host is not parsable into service, version, and instance. For example, some tasks which were created using the App Engine SDK use a custom domain name; custom domains are not parsed by Cloud Tasks. If host is not parsable, then service, version, and instance are the empty string.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — App version.

    By default, the task is sent to the version which is the default version when the task is attempted.

    For some queues or tasks which were created using the App Engine Task Queue API, host is not parsable into service, version, and instance. For example, some tasks which were created using the App Engine SDK use a custom domain name; custom domains are not parsed by Cloud Tasks. If host is not parsable, then service, version, and instance are the empty string.

Returns
  • (::String) — App version.

    By default, the task is sent to the version which is the default version when the task is attempted.

    For some queues or tasks which were created using the App Engine Task Queue API, host is not parsable into service, version, and instance. For example, some tasks which were created using the App Engine SDK use a custom domain name; custom domains are not parsed by Cloud Tasks. If host is not parsable, then service, version, and instance are the empty string.