Class: Google::Apis::NotebooksV1::UpgradeRuntimeRequest

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

Overview

Request for upgrading a Managed Notebook Runtime to the latest version. option (google.api.message_visibility).restriction = "TRUSTED_TESTER,SPECIAL_TESTER";

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UpgradeRuntimeRequest

Returns a new instance of UpgradeRuntimeRequest.



3069
3070
3071
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3069

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

Instance Attribute Details

#request_idString

Idempotent request UUID. Corresponds to the JSON property requestId

Returns:

  • (String)


3067
3068
3069
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3067

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3074
3075
3076
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3074

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