Class GetClusterRequest (3.4.0)

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

Request to get the resource representation for a cluster in a project.

Inheritance

Object > GetClusterRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GetClusterRequest()

public GetClusterRequest()

GetClusterRequest(GetClusterRequest)

public GetClusterRequest(GetClusterRequest other)
Parameter
NameDescription
otherGetClusterRequest

Properties

ClusterName

public string ClusterName { get; set; }

Required. The cluster name.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

Required. The ID of the Google Cloud Platform project that the cluster belongs to.

Property Value
TypeDescription
String

Region

public string Region { get; set; }

Required. The Dataproc region in which to handle the request.

Property Value
TypeDescription
String