public sealed class GetSpokeRequest : IMessage<GetSpokeRequest>, IEquatable<GetSpokeRequest>, IDeepCloneable<GetSpokeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class GetSpokeRequest.
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."],[[["The latest version of the Network Connectivity v1 API is 2.9.0, with a variety of previous versions available, including 2.4.0, 2.3.0, and 1.0.0."],["The `GetSpokeRequest` class is used to request a specific spoke from the `HubService`, which is part of the Google Cloud Network Connectivity API."],["The `GetSpokeRequest` class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetSpokeRequest\u003e`, `IDeepCloneable\u003cGetSpokeRequest\u003e`, and `IBufferMessage`."],["The `GetSpokeRequest` class has a constructor `GetSpokeRequest(GetSpokeRequest other)` and also has the properties of `Name`, a string that is the name of the spoke, and `SpokeName` which is a `SpokeName` typed view over the `Name` resource."],["The code samples and documentation for the `GetSpokeRequest` and all other elements are available in the google cloud network connectivity API."]]],[]]