AI Platform Notebooks v1beta1 API - Class RegisterInstanceRequest (2.0.0-beta04)

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

Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class RegisterInstanceRequest.

Request for registering a notebook instance.

Inheritance

object > RegisterInstanceRequest

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Constructors

RegisterInstanceRequest()

public RegisterInstanceRequest()

RegisterInstanceRequest(RegisterInstanceRequest)

public RegisterInstanceRequest(RegisterInstanceRequest other)
Parameter
NameDescription
otherRegisterInstanceRequest

Properties

InstanceId

public string InstanceId { get; set; }

Required. User defined unique ID of this instance. The instance_id must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Format: parent=projects/{project_id}/locations/{location}

Property Value
TypeDescription
string