Class: Google::Apis::DatafusionV1beta1::DataAccessOptions

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

Overview

Write a Data Access (Gin) log

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DataAccessOptions

Returns a new instance of DataAccessOptions



349
350
351
# File 'generated/google/apis/datafusion_v1beta1/classes.rb', line 349

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

Instance Attribute Details

#log_modeString

Whether Gin logging should happen in a fail-closed manner at the caller. This is relevant only in the LocalIAM implementation, for now. Corresponds to the JSON property logMode

Returns:

  • (String)


347
348
349
# File 'generated/google/apis/datafusion_v1beta1/classes.rb', line 347

def log_mode
  @log_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



354
355
356
# File 'generated/google/apis/datafusion_v1beta1/classes.rb', line 354

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