Reference documentation and code samples for the Google Cloud Notebooks V2 Client class CreateInstanceRequest.
Request for creating a notebook instance.
Generated from protobuf message google.cloud.notebooks.v2.CreateInstanceRequest
Namespace
Google \ Cloud \ Notebooks \ V2Methods
__construct
Constructor.
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.
↳ instance
↳ request_id
string
Optional. Idempotent request UUID.
getParent
Required. Format: parent=projects/{project_id}/locations/{location}
string
setParent
Required. Format: parent=projects/{project_id}/locations/{location}
var
string
$this
getInstanceId
Required. User-defined unique ID of this instance.
string
setInstanceId
Required. User-defined unique ID of this instance.
var
string
$this
getInstance
Required. The instance to be created.
hasInstance
clearInstance
setInstance
Required. The instance to be created.
$this
getRequestId
Optional. Idempotent request UUID.
string
setRequestId
Optional. Idempotent request UUID.
var
string
$this
static::build
parent
string
Required. Format: parent=projects/{project_id}/locations/{location}
Please see NotebookServiceClient::locationName()
for help formatting this field.
instance
instanceId
string
Required. User-defined unique ID of this instance.