public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetSessionRequest.
A request to get the resource representation for a session.
Implements
IMessageGetSessionRequest, IEquatableGetSessionRequest, IDeepCloneableGetSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
GetSessionRequest()
public GetSessionRequest()
GetSessionRequest(GetSessionRequest)
public GetSessionRequest(GetSessionRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSessionRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the session to retrieve.
Property Value | |
---|---|
Type | Description |
string |
SessionName
public SessionName SessionName { get; set; }
SessionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SessionName |