Class: Google::Cloud::Notebooks::V1::RefreshRuntimeTokenInternalRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::RefreshRuntimeTokenInternalRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/managed_service.rb
Overview
Request for getting a new access token.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#vm_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
.
237 238 239 240 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 237 class RefreshRuntimeTokenInternalRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_id ⇒ ::String
Returns Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity.
237 238 239 240 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 237 class RefreshRuntimeTokenInternalRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |