public sealed class GetSpokeRequest : IMessage<GetSpokeRequest>, IEquatable<GetSpokeRequest>, IDeepCloneable<GetSpokeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1alpha1 API class GetSpokeRequest.
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-04-02 UTC."],[[["This document provides reference documentation for the `GetSpokeRequest` class within the Google Cloud Network Connectivity v1alpha1 API, specifically for version 2.0.0-alpha03."],["The `GetSpokeRequest` class is used to request a specific spoke in the Network Connectivity API via `HubService.GetSpoke`."],["`GetSpokeRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has properties `Name` (a string) and `SpokeName` (a `SpokeName` type) which is a typed view of the resource name."],["There are two constructors for `GetSpokeRequest`: a parameterless constructor and one that takes another `GetSpokeRequest` instance."]]],[]]