Struct google_appengine1_beta5::Service [] [src]

pub struct Service {
    pub id: Option<String>,
    pub name: Option<String>,
    pub split: Option<TrafficSplit>,
}

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 other tasks such as API requests from mobile devices or backend data analysis. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Relative name of the service within the application. Example: default.@OutputOnly

Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly

Mapping that defines fractional HTTP traffic diversion to different versions within the service.

Trait Implementations

impl Default for Service
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for Service
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Service
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Service
[src]

impl ResponseResult for Service
[src]