Network Connectivity v1 API - Class GetHubRequest (2.7.0)

public sealed class GetHubRequest : IMessage<GetHubRequest>, IEquatable<GetHubRequest>, IDeepCloneable<GetHubRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API class GetHubRequest.

Request for [HubService.GetHub][google.cloud.networkconnectivity.v1.HubService.GetHub] method.

Inheritance

object > GetHubRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

GetHubRequest()

public GetHubRequest()

GetHubRequest(GetHubRequest)

public GetHubRequest(GetHubRequest other)
Parameter
NameDescription
otherGetHubRequest

Properties

HubName

public HubName HubName { get; set; }

HubName-typed view over the Name resource name property.

Property Value
TypeDescription
HubName

Name

public string Name { get; set; }

Required. The name of the hub resource to get.

Property Value
TypeDescription
string