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-04-17 UTC."],[[["This document outlines the `GetSpokeRequest` class, which is used to request data from `HubService.GetSpoke` in the Google Cloud Network Connectivity API."],["The `GetSpokeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["There are multiple versions of the `GetSpokeRequest` class available, with the latest being version 2.9.0."],["The `GetSpokeRequest` class includes properties such as `Name` (a string representing the name of the spoke resource) and `SpokeName` (a typed view of the `Name`)."],["The `GetSpokeRequest` can be instantiated using two available constructors: `GetSpokeRequest()` and `GetSpokeRequest(GetSpokeRequest other)`."]]],[]]