Class: Google::Cloud::Notebooks::V2::RollbackInstanceRequest

Inherits:
Object
  • Object
show all
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

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}



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.

Returns:

  • (::String)

    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".

Returns:

  • (::String)

    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