public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Request to get the resource representation for a cluster in a project.
Implements
IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, 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 |