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

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: String.t(),
  name: String.t(),
  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.