public sealed class GetSpokeRequest : IMessage<GetSpokeRequest>, IEquatable<GetSpokeRequest>, IDeepCloneable<GetSpokeRequest>, IBufferMessage, IMessage
The request for [HubService.GetSpoke][google.cloud.networkconnectivity.v1.HubService.GetSpoke].
[[["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-24 UTC."],[[["This document outlines the `GetSpokeRequest` class, which is used to request information about a specific spoke in the Google Cloud Network Connectivity service."],["The `GetSpokeRequest` class is part of the `Google.Cloud.NetworkConnectivity.V1` namespace and is included in the `Google.Cloud.NetworkConnectivity.V1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cGetSpokeRequest\u003e`, `IDeepCloneable\u003cGetSpokeRequest\u003e`, and `IBufferMessage`."],["The class has two constructors, a default constructor `GetSpokeRequest()` and a copy constructor `GetSpokeRequest(GetSpokeRequest other)`."],["The `GetSpokeRequest` includes two key properties: `Name` (a string representing the spoke resource's name) and `SpokeName` (a `SpokeName`-typed view of the `Name` property), to uniquely identify the Spoke."]]],[]]