public sealed class Service : IMessage<Service>, IEquatable<Service>, IDeepCloneable<Service>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `Service` class within the `Google.Cloud.AppEngine.V1` namespace, which represents a logical component of an application capable of sharing state and communicating with other services."],["The `Service` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `Service` class provides constructors for creating a new service instance and for creating a copy of an existing service, via `Service()` and `Service(Service other)`."],["Key properties of a `Service` include `Id` (the relative name of the service), `Name` (the full API path), `NetworkSettings` (ingress settings), and `Split` (traffic diversion settings)."],["The document lists various versions of the `Service`, with version 2.4.0 being the latest and a range of versions from 2.3.0 to 1.0.0 being present for viewing."]]],[]]