[[["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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGaePlatformDetails\u003c/code\u003e class provides specific details about the Google App Engine environment, including the project ID, instance name, service name, and version.\u003c/p\u003e\n"],["\u003cp\u003eThis class contains four properties: \u003ccode\u003eInstanceId\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, \u003ccode\u003eServiceId\u003c/code\u003e, and \u003ccode\u003eVersionId\u003c/code\u003e, each offering string values related to the current Google App Engine environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGaePlatformDetails\u003c/code\u003e constructor takes four string parameters: \u003ccode\u003egcloudProject\u003c/code\u003e, \u003ccode\u003egaeInstance\u003c/code\u003e, \u003ccode\u003egaeService\u003c/code\u003e, and \u003ccode\u003egaeVersion\u003c/code\u003e, all of which are required to be non-null, as they represent key identifiers.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available for the \u003ccode\u003eGaePlatformDetails\u003c/code\u003e class, ranging from version 3.2.0 up to the latest version 4.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGaePlatformDetails\u003c/code\u003e class inherits from the base object class and override the \u003ccode\u003eToString()\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,["# Class GaePlatformDetails (4.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.10.0 (latest)](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.GaePlatformDetails)\n- [4.8.0](/dotnet/docs/reference/Google.Api.Gax/4.8.0/Google.Api.Gax.GaePlatformDetails)\n- [4.4.0](/dotnet/docs/reference/Google.Api.Gax/4.4.0/Google.Api.Gax.GaePlatformDetails)\n- [4.3.1](/dotnet/docs/reference/Google.Api.Gax/4.3.1/Google.Api.Gax.GaePlatformDetails)\n- [4.2.0](/dotnet/docs/reference/Google.Api.Gax/4.2.0/Google.Api.Gax.GaePlatformDetails)\n- [4.0.0](/dotnet/docs/reference/Google.Api.Gax/4.0.0/Google.Api.Gax.GaePlatformDetails)\n- [3.2.0](/dotnet/docs/reference/Google.Api.Gax/3.2.0/Google.Api.Gax.GaePlatformDetails) \n\n public sealed class GaePlatformDetails\n\nGoogle App Engine details. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GaePlatformDetails \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \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.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)\n\nNamespace\n---------\n\n[Google.Api.Gax](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax)\n\nAssembly\n--------\n\nGoogle.Api.Gax.dll\n\nConstructors\n------------\n\n### GaePlatformDetails(string, string, string, string)\n\n public GaePlatformDetails(string gcloudProject, string gaeInstance, string gaeService, string gaeVersion)\n\nConstruct details of Google App Engine\n\nProperties\n----------\n\n### InstanceId\n\n public string InstanceId { get; }\n\nThe name of the current instance.\n\n### ProjectId\n\n public string ProjectId { get; }\n\nThe Project ID associated with your application, which is visible in the Google Cloud Console.\n\n### ServiceId\n\n public string ServiceId { get; }\n\nThe service name specified in your application's app.yaml file, or if no service name is specified, it is set to default.\n\n### VersionId\n\n public string VersionId { get; }\n\nThe version label of the current application.\n\nMethods\n-------\n\n### ToString()\n\n public override string ToString()\n\n**Overrides** \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)"]]