Network Connectivity v1 API - Class GetGroupRequest (2.7.0)

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

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

The request for [HubService.GetGroup][google.cloud.networkconnectivity.v1.HubService.GetGroup].

Inheritance

object > GetGroupRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

GetGroupRequest()

public GetGroupRequest()

GetGroupRequest(GetGroupRequest)

public GetGroupRequest(GetGroupRequest other)
Parameter
NameDescription
otherGetGroupRequest

Properties

GroupName

public GroupName GroupName { get; set; }

GroupName-typed view over the Name resource name property.

Property Value
TypeDescription
GroupName

Name

public string Name { get; set; }

Required. The name of the route table resource.

Property Value
TypeDescription
string