public sealed class ServiceProperties : IMessage<ServiceProperties>, IEquatable<ServiceProperties>, IDeepCloneable<ServiceProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class ServiceProperties.
Properties of an underlying cloud resource that can comprise a 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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eServiceProperties\u003c/code\u003e class in the App Hub v1 API represents the properties of an underlying cloud resource that can be part of a service.\u003c/p\u003e\n"],["\u003cp\u003eThis 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.\u003c/p\u003e\n"],["\u003cp\u003eIt provides constructors for creating instances of \u003ccode\u003eServiceProperties\u003c/code\u003e, either empty or by copying from an existing instance.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eGcpProject\u003c/code\u003e, \u003ccode\u003eLocation\u003c/code\u003e, and \u003ccode\u003eZone\u003c/code\u003e, which are output-only and provide details about the cloud resource's location and project.\u003c/p\u003e\n"],["\u003cp\u003eTwo versions of the documentation are available: the latest 1.0.0 version and the beta 1.0.0-beta03 version.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class ServiceProperties (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ServiceProperties)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.ServiceProperties) \n\n public sealed class ServiceProperties : IMessage\u003cServiceProperties\u003e, IEquatable\u003cServiceProperties\u003e, IDeepCloneable\u003cServiceProperties\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class ServiceProperties.\n\nProperties of an underlying cloud resource that can comprise a Service. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ServiceProperties \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ServiceProperties](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ServiceProperties), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ServiceProperties](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ServiceProperties), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ServiceProperties](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ServiceProperties), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AppHub.V1](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AppHub.V1.dll\n\nConstructors\n------------\n\n### ServiceProperties()\n\n public ServiceProperties()\n\n### ServiceProperties(ServiceProperties)\n\n public ServiceProperties(ServiceProperties other)\n\nProperties\n----------\n\n### GcpProject\n\n public string GcpProject { get; set; }\n\nOutput only. The service project identifier that the underlying cloud\nresource resides in.\n\n### Location\n\n public string Location { get; set; }\n\nOutput only. The location that the underlying resource resides in, for\nexample, us-west1.\n\n### Zone\n\n public string Zone { get; set; }\n\nOutput only. The location that the underlying resource resides in if it is\nzonal, for example, us-west1-a)."]]