Google Cloud Dataproc v1 API - Class GetNodeGroupRequest (5.2.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetNodeGroupRequest.

A request to get a node group .

Inheritance

Object > GetNodeGroupRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GetNodeGroupRequest()

public GetNodeGroupRequest()

GetNodeGroupRequest(GetNodeGroupRequest)

public GetNodeGroupRequest(GetNodeGroupRequest other)
Parameter
NameDescription
otherGetNodeGroupRequest

Properties

Name

public string Name { get; set; }

Required. The name of the node group to retrieve. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}

Property Value
TypeDescription
String

NodeGroupName

public NodeGroupName NodeGroupName { get; set; }

NodeGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
NodeGroupName