Class: Google::Apis::NotebooksV1::UpgradeRuntimeRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::UpgradeRuntimeRequest
- 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 upgrading a Managed Notebook Runtime to the latest version. option (google.api.message_visibility).restriction = "TRUSTED_TESTER,SPECIAL_TESTER";
Instance Attribute Summary collapse
-
#request_id ⇒ String
Idempotent request UUID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpgradeRuntimeRequest
constructor
A new instance of UpgradeRuntimeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UpgradeRuntimeRequest
Returns a new instance of UpgradeRuntimeRequest.
3265 3266 3267 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3265 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
Idempotent request UUID.
Corresponds to the JSON property requestId
3263 3264 3265 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3263 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3270 3271 3272 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 3270 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |