google_api_app_engine v0.3.0 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.t): Relative name of the service within the application. Example: default.@OutputOnly Defaults to: null.
  • name (String.t): 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AppEngine.V1.Model.Service{
  id: any(),
  name: any(),
  split: GoogleApi.AppEngine.V1.Model.TrafficSplit.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.