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 for the `GcePlatformDetails` class, which represents Google Compute Engine information in the Google.Api.Gax namespace, specifically version 4.2.0."],["The `GcePlatformDetails` class offers properties such as `InstanceId`, `Location`, `MetadataJson`, `ProjectId`, and `ZoneName`, providing specific details about the GCE environment."],["The `GcePlatformDetails` constructor takes the full metadata JSON string, project ID, instance ID, and zone name as parameters to construct details for the Google Compute Engine."],["The static method `TryLoad` can be used to build a `GcePlatformDetails` instance from metadata, which will be `null` if the metadata does not represent a GCE instance."],["This class inherits several members from the base `Object` class, such as `Equals`, `GetHashCode`, `GetType`, and `ToString`."]]],[]]