Class: Google::Cloud::Notebooks::V2::RollbackInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V2::RollbackInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v2/service.rb
Overview
Request for rollbacking a notebook instance
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#revision_id ⇒ ::String
readonly
Required.
-
#target_snapshot ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
.
240 241 242 243 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 240 class RollbackInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision_id ⇒ ::String (readonly)
Returns Required. Output only. Revision Id.
240 241 242 243 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 240 class RollbackInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_snapshot ⇒ ::String
Returns Required. The snapshot for rollback. Example: "projects/test-project/global/snapshots/krwlzipynril".
240 241 242 243 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 240 class RollbackInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |