Class: Google::Apis::DataformV1beta1::GcsRepositorySnapshotDestination

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

Overview

Configures the destination for a repository snapshot.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GcsRepositorySnapshotDestination

Returns a new instance of GcsRepositorySnapshotDestination.



1582
1583
1584
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1582

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

Instance Attribute Details

#repository_snapshot_uriString

Optional. The Google Cloud Storage destination to upload the repository snapshot to. Format: gs://bucket-name/path/. Corresponds to the JSON property repositorySnapshotUri

Returns:

  • (String)


1580
1581
1582
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1580

def repository_snapshot_uri
  @repository_snapshot_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1587
1588
1589
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1587

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