Class: Google::Apis::LookerV1::ImportInstanceRequest

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

Overview

Requestion options for importing looker data to an Instance

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ImportInstanceRequest

Returns a new instance of ImportInstanceRequest.



586
587
588
# File 'lib/google/apis/looker_v1/classes.rb', line 586

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

Instance Attribute Details

#gcs_uriString

Path to the import folder in Google Cloud Storage, in the form gs:// bucketName/folderName. Corresponds to the JSON property gcsUri

Returns:

  • (String)


584
585
586
# File 'lib/google/apis/looker_v1/classes.rb', line 584

def gcs_uri
  @gcs_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



591
592
593
# File 'lib/google/apis/looker_v1/classes.rb', line 591

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