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\u003eThe \u003ccode\u003eService\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.AppEngine.V1\u003c/code\u003e namespace represents a logical component of an application, allowing shared state and secure communication between other services.\u003c/p\u003e\n"],["\u003cp\u003eThis webpage covers version 1.3.0 of the \u003ccode\u003eService\u003c/code\u003e class, but links are provided to several other versions, up to and including the latest version, 2.4.0, for those interested in newer or older versions.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eService\u003c/code\u003e can have multiple versions, each with specific code implementations, and can be used for things like handling backend data analysis or API requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eService\u003c/code\u003e class implements several 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 members from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eService\u003c/code\u003e class include \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eNetworkSettings\u003c/code\u003e, and \u003ccode\u003eSplit\u003c/code\u003e, which manage things like the service's name, ingress settings, and traffic diversion.\u003c/p\u003e\n"]]],[],null,[]]