Class Service (0.1.0)

Service(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.

Attributes

NameDescription
name str
Full path to the Service resource in the API. Example: apps/myapp/services/default. @OutputOnly
id str
Relative name of the service within the application. Example: default. @OutputOnly
split google.cloud.appengine_admin_v1.types.TrafficSplit
Mapping that defines fractional HTTP traffic diversion to different versions within the service.
network_settings google.cloud.appengine_admin_v1.types.NetworkSettings
Ingress settings for this service. Will apply to all versions.