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 that shares state and communicates with other services.\u003c/p\u003e\n"],["\u003cp\u003eThis class has several versions available, with version 2.4.0 being the latest, and includes a range of versions from 1.0.0 to 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eService\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eService\u003c/code\u003e object has properties such as \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eNetworkSettings\u003c/code\u003e, and \u003ccode\u003eSplit\u003c/code\u003e, which are used to configure various settings of the service like relative name, full path, ingress settings, and traffic diversion.\u003c/p\u003e\n"],["\u003cp\u003eThe Service class has two constructors, one that can be declared with no arguments, and another that can take a \u003ccode\u003eService\u003c/code\u003e object as an argument.\u003c/p\u003e\n"]]],[],null,[]]