Class: Google::Apis::DatastoreV1beta1::GoogleDatastoreAdminV1RedirectWritesStepDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datastore_v1beta1/classes.rb,
lib/google/apis/datastore_v1beta1/representations.rb,
lib/google/apis/datastore_v1beta1/representations.rb

Overview

Details for the REDIRECT_WRITES step.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleDatastoreAdminV1RedirectWritesStepDetails

Returns a new instance of GoogleDatastoreAdminV1RedirectWritesStepDetails.



404
405
406
# File 'lib/google/apis/datastore_v1beta1/classes.rb', line 404

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#concurrency_modeString

Ths concurrency mode for this database. Corresponds to the JSON property concurrencyMode

Returns:

  • (String)


402
403
404
# File 'lib/google/apis/datastore_v1beta1/classes.rb', line 402

def concurrency_mode
  @concurrency_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



409
410
411
# File 'lib/google/apis/datastore_v1beta1/classes.rb', line 409

def update!(**args)
  @concurrency_mode = args[:concurrency_mode] if args.key?(:concurrency_mode)
end