Class: Google::Cloud::Notebooks::V1::RollbackInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/service.rb

Overview

Request for rollbacking a notebook instance

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}



445
446
447
448
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 445

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.

Returns:

  • (::String)

    Required. The snapshot for rollback. Example: projects/test-project/global/snapshots/krwlzipynril.



445
446
447
448
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 445

class RollbackInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end