Service is an App Hub data model that contains a discovered service, which represents a network or API interface that exposes some functionality to clients for consumption over the network.
Identifier. The resource name of a Service. Format: "projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}"
displayName
string
Optional. User-defined name for the Service. Can have a maximum length of 63 characters.
description
string
Optional. User-defined description of a Service. Can have a maximum length of 2048 characters.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
uid
string
Output only. A universally unique identifier (UUID) for the Service in the UUID4 format.
[[["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-04-23 UTC."],[[["\u003cp\u003eService represents a discovered network or API interface within App Hub, exposing functionality for client consumption.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a Service includes key fields such as \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003edisplayName\u003c/code\u003e, \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003eserviceReference\u003c/code\u003e, \u003ccode\u003eserviceProperties\u003c/code\u003e, and \u003ccode\u003estate\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eService states include \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eCREATING\u003c/code\u003e, \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eDELETING\u003c/code\u003e, and \u003ccode\u003eDETACHED\u003c/code\u003e, indicating the current status of the service.\u003c/p\u003e\n"],["\u003cp\u003eMethods for managing Services include \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003epatch\u003c/code\u003e, allowing for comprehensive control over service lifecycles.\u003c/p\u003e\n"],["\u003cp\u003eEach Service has immutable \u003ccode\u003ediscoveredService\u003c/code\u003e field, a reference to its original discovery, alongside \u003ccode\u003ecreateTime\u003c/code\u003e and \u003ccode\u003eupdateTime\u003c/code\u003e timestamps for tracking changes.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.locations.applications.services\n\n- [Resource: Service](#Service)\n - [JSON representation](#Service.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Service\n-----------------\n\nService is an App Hub data model that contains a discovered service, which represents a network or API interface that exposes some functionality to clients for consumption over the network.\n\nState\n-----\n\nService state."]]