Google Cloud Dataproc v1 API - Class GetSessionRequest (5.10.0)

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.

Inheritance

object > GetSessionRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GetSessionRequest()

public GetSessionRequest()

GetSessionRequest(GetSessionRequest)

public GetSessionRequest(GetSessionRequest other)
Parameter
NameDescription
otherGetSessionRequest

Properties

Name

public string Name { get; set; }

Required. The name of the session to retrieve.

Property Value
TypeDescription
string

SessionName

public SessionName SessionName { get; set; }

SessionName-typed view over the Name resource name property.

Property Value
TypeDescription
SessionName