AI Platform Notebooks v1 API - Class GetRuntimeRequest (2.0.0)

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

Reference documentation and code samples for the AI Platform Notebooks v1 API class GetRuntimeRequest.

Request for getting a Managed Notebook Runtime.

Inheritance

Object > GetRuntimeRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

GetRuntimeRequest()

public GetRuntimeRequest()

GetRuntimeRequest(GetRuntimeRequest)

public GetRuntimeRequest(GetRuntimeRequest other)
Parameter
NameDescription
otherGetRuntimeRequest

Properties

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

Property Value
TypeDescription
String

RuntimeName

public RuntimeName RuntimeName { get; set; }

RuntimeName-typed view over the Name resource name property.

Property Value
TypeDescription
RuntimeName