public sealed class InstanceReference : IMessage<InstanceReference>, IEquatable<InstanceReference>, IDeepCloneable<InstanceReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class InstanceReference.
[[["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-03-21 UTC."],[[["The latest version of the Google Cloud Dataproc V1 API class InstanceReference is 5.17.0, with multiple prior versions available, including the current 5.13.0."],["`InstanceReference` is a class that represents a reference to a Compute Engine instance, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides constructors for creating `InstanceReference` objects, either default or by cloning another, in addition to having different properties that provide specific types of information."],["The `InstanceReference` class contains properties such as `InstanceId`, `InstanceName`, `PublicEciesKey`, and `PublicKey`, each a string type, that specify the instance's unique identifier, user-friendly name, and public keys."],["The `InstanceReference` is located in the `Google.Cloud.Dataproc.V1` namespace within the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]