Class: Google::Apis::NotebooksV1::RefreshRuntimeTokenInternalRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::RefreshRuntimeTokenInternalRequest
- 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 getting a new access token.
Instance Attribute Summary collapse
-
#vm_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RefreshRuntimeTokenInternalRequest
constructor
A new instance of RefreshRuntimeTokenInternalRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RefreshRuntimeTokenInternalRequest
Returns a new instance of RefreshRuntimeTokenInternalRequest.
1998 1999 2000 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1998 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vm_id ⇒ String
Required. The VM hardware token for authenticating the VM. https://cloud.
google.com/compute/docs/instances/verifying-instance-identity
Corresponds to the JSON property vmId
1996 1997 1998 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1996 def vm_id @vm_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2003 2004 2005 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2003 def update!(**args) @vm_id = args[:vm_id] if args.key?(:vm_id) end |