part of this value.
If not, Location will throw InvalidOperationException.
If this value has been retrived from Google Compute Engine, the it's format will be the one
described above.
Properties
InstanceId
public string InstanceId { get; }
The Instance ID of the GCE instance on which this is running. This is never null.
[[["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-17 UTC."],[[["This document provides details on the `GcePlatformDetails` class, which is used to represent information about Google Compute Engine instances."],["The `GcePlatformDetails` class, found within the `Google.Api.Gax` namespace, includes properties such as `InstanceId`, `Location`, `MetadataJson`, `ProjectId`, and `ZoneName`, all of which are non-null strings."],["The class has a constructor `GcePlatformDetails` that takes four string parameters: `metadataJson`, `projectId`, `instanceId`, and `zoneName` to construct details of a Google Compute Engine."],["The `TryLoad` method can be used to generate a populated `GcePlatformDetails` instance if the input metadata represents a GCE instance, otherwise returning `null`."],["The latest version of the `GcePlatformDetails` documentation is version 4.10.0, and it covers versions back to 3.2.0."]]],[]]