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.
Implements
IMessageGetRuntimeRequest, IEquatableGetRuntimeRequest, IDeepCloneableGetRuntimeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
GetRuntimeRequest()
public GetRuntimeRequest()
GetRuntimeRequest(GetRuntimeRequest)
public GetRuntimeRequest(GetRuntimeRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetRuntimeRequest |
Properties
Name
public string Name { get; set; }
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
Property Value | |
---|---|
Type | Description |
string |
RuntimeName
public RuntimeName RuntimeName { get; set; }
RuntimeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RuntimeName |