Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanCatalogPublishingStatus

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

Overview

The status of publishing the data scan result as Dataplex Universal Catalog metadata.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanCatalogPublishingStatus

Returns a new instance of GoogleCloudDataplexV1DataScanCatalogPublishingStatus.



3723
3724
3725
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3723

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

Instance Attribute Details

#stateString

Output only. Execution state for catalog publishing. Corresponds to the JSON property state

Returns:

  • (String)


3721
3722
3723
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3721

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3728
3729
3730
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3728

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