Class: Google::Cloud::Notebooks::V1::StopRuntimeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::StopRuntimeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/managed_service.rb
Overview
Request for stopping a Managed Notebook Runtime.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Idempotent request UUID.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
.
122 123 124 125 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 122 class StopRuntimeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Idempotent request UUID.
122 123 124 125 |
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 122 class StopRuntimeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |