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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eService\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.AppEngine.V1\u003c/code\u003e namespace, which represents a logical component of an application capable of sharing state and communicating with other services.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eService\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eService\u003c/code\u003e class provides constructors for creating a new service instance and for creating a copy of an existing service, via \u003ccode\u003eService()\u003c/code\u003e and \u003ccode\u003eService(Service other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of a \u003ccode\u003eService\u003c/code\u003e include \u003ccode\u003eId\u003c/code\u003e (the relative name of the service), \u003ccode\u003eName\u003c/code\u003e (the full API path), \u003ccode\u003eNetworkSettings\u003c/code\u003e (ingress settings), and \u003ccode\u003eSplit\u003c/code\u003e (traffic diversion settings).\u003c/p\u003e\n"],["\u003cp\u003eThe document lists various versions of the \u003ccode\u003eService\u003c/code\u003e, 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.\u003c/p\u003e\n"]]],[],null,[]]