Class: Google::Apis::NotebooksV1::StartRuntimeRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/notebooks_v1/classes.rb,
lib/google/apis/notebooks_v1/representations.rb,
lib/google/apis/notebooks_v1/representations.rb
more...

Overview

Request for starting a Managed Notebook Runtime.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StartRuntimeRequest

Returns a new instance of StartRuntimeRequest.

[View source]

2887
2888
2889
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2887

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#request_idString

Idempotent request UUID. Corresponds to the JSON property requestId

Returns:

  • (String)

2885
2886
2887
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2885

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

2892
2893
2894
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2892

def update!(**args)
  @request_id = args[:request_id] if args.key?(:request_id)
end