google_api_app_engine v0.0.1 GoogleApi.AppEngine.V1.Model.Service View Source
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
- id (String): Relative name of the service within the application. Example: default.@OutputOnly Defaults to:
null
. - name (String): Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly Defaults to:
null
. - split (TrafficSplit): Mapping that defines fractional HTTP traffic diversion to different versions within the service. Defaults to:
null
.