public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class GetClusterRequest.
Request to get the resource representation for a cluster in a project.
Implements
IMessageGetClusterRequest, IEquatableGetClusterRequest, IDeepCloneableGetClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
GetClusterRequest()
public GetClusterRequest()GetClusterRequest(GetClusterRequest)
public GetClusterRequest(GetClusterRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetClusterRequest |
Properties
ClusterName
public string ClusterName { get; set; }Required. The cluster name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }Required. The ID of the Google Cloud Platform project that the cluster belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }Required. The Dataproc region in which to handle the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|