Google Cloud Notebooks V1beta1 Client - Class RegisterInstanceRequest (0.3.6)

Reference documentation and code samples for the Google Cloud Notebooks V1beta1 Client class RegisterInstanceRequest.

Request for registering a notebook instance.

Generated from protobuf message google.cloud.notebooks.v1beta1.RegisterInstanceRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ instance_id string

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.

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInstanceId

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.

Returns
TypeDescription
string

setInstanceId

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this