Class: Google::Spanner::Admin::Instance::V1::CreateInstanceMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

Metadata type for the operation returned by CreateInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_timeGoogle::Protobuf::Timestamp

Returns The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.

Returns:

  • (Google::Protobuf::Timestamp)

    The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.



244
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 244

class CreateInstanceMetadata; end

#end_timeGoogle::Protobuf::Timestamp

Returns The time at which this operation failed or was completed successfully.

Returns:



244
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 244

class CreateInstanceMetadata; end

#instanceGoogle::Spanner::Admin::Instance::V1::Instance

Returns The instance being created.

Returns:



244
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 244

class CreateInstanceMetadata; end

#start_timeGoogle::Protobuf::Timestamp

Returns The time at which the CreateInstance request was received.

Returns:



244
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 244

class CreateInstanceMetadata; end