App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::Service (v0.3.6)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::Service.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

def id() -> ::String
Returns
  • (::String) — Relative name of the service within the application. Example: default.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Relative name of the service within the application. Example: default.
Returns
  • (::String) — Relative name of the service within the application. Example: default.

#name

def name() -> ::String
Returns
  • (::String) — Full path to the Service resource in the API. Example: apps/myapp/services/default.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Full path to the Service resource in the API. Example: apps/myapp/services/default.
Returns
  • (::String) — Full path to the Service resource in the API. Example: apps/myapp/services/default.

#network_settings

def network_settings() -> ::Google::Cloud::AppEngine::V1::NetworkSettings
Returns

#network_settings=

def network_settings=(value) -> ::Google::Cloud::AppEngine::V1::NetworkSettings
Parameter
Returns

#split

def split() -> ::Google::Cloud::AppEngine::V1::TrafficSplit
Returns

#split=

def split=(value) -> ::Google::Cloud::AppEngine::V1::TrafficSplit
Parameter
Returns