Class: Google::Apis::LookerV1::ImportInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::LookerV1::ImportInstanceRequest
- 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
-
#gcs_uri ⇒ String
Path to the import folder in Google Cloud Storage, in the form
gs:// bucketName/folderName
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportInstanceRequest
constructor
A new instance of ImportInstanceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_uri ⇒ String
Path to the import folder in Google Cloud Storage, in the form gs://
bucketName/folderName
.
Corresponds to the JSON property gcsUri
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 |