public sealed class GetInstanceSettingRequest : IMessage<GetInstanceSettingRequest>, IEquatable<GetInstanceSettingRequest>, IDeepCloneable<GetInstanceSettingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceSettingRequest.
A request message for InstanceSettingsService.Get. See the method description for details.
[[["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-09 UTC."],[[["This webpage provides documentation for the `GetInstanceSettingRequest` class within the Google Cloud Compute Engine v1 API for .NET, with the current version being 3.2.0."],["The `GetInstanceSettingRequest` class is used to request instance settings and is part of the `Google.Cloud.Compute.V1` namespace, implemented in the `Google.Cloud.Compute.V1.dll` assembly."],["The documentation outlines the inheritance hierarchy and interfaces implemented by the `GetInstanceSettingRequest` class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a copy constructor, allowing the creation of a new instance or a copy of an existing one."],["The page also provides documentation for two properties of the class, `Project` and `Zone`, both of which are strings that represent the Project ID and the zone name for the request, respectively, and includes links to other available versions of this information."]]],[]]