public sealed class GetSpokeRequest : IMessage<GetSpokeRequest>, IEquatable<GetSpokeRequest>, IDeepCloneable<GetSpokeRequest>, IBufferMessage, IMessage
The request for [HubService.GetSpoke][google.cloud.networkconnectivity.v1alpha1.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-21 UTC."],[[["`GetSpokeRequest` is a class representing the request for the `HubService.GetSpoke` method within the `Google.Cloud.NetworkConnectivity.V1Alpha1` namespace."],["The class `GetSpokeRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSpokeRequest` class has two constructors, one default and another that accepts another `GetSpokeRequest` object as a parameter, allowing for cloning."],["It includes properties such as `Name` which is a string representing the name of the Spoke resource and `SpokeName`, a typed view over the `Name` property."],["There are three versions of this document, `2.0.0-alpha04` which is the latest, `2.0.0-alpha03`, and `1.0.0-alpha03`, all of which link to the page regarding `GetSpokeRequest`."]]],[]]