Network Connectivity v1alpha1 API - Class GetHubRequest (2.0.0-alpha03)

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

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

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

Inheritance

object > GetHubRequest

Namespace

Google.Cloud.NetworkConnectivity.V1Alpha1

Assembly

Google.Cloud.NetworkConnectivity.V1Alpha1.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. Name of the Hub resource to get.

Property Value
TypeDescription
string