Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1PubSubConfig

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

Overview

Pub/Sub connector config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1PubSubConfig

Returns a new instance of GoogleChromeManagementVersionsV1PubSubConfig.



5586
5587
5588
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5586

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

Instance Attribute Details

#reporting_settingsGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingSettings

Reporting settings for connector configs. Corresponds to the JSON property reportingSettings



5579
5580
5581
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5579

def reporting_settings
  @reporting_settings
end

#topic_full_pathString

Required. The full path to the topic to send the event to. Corresponds to the JSON property topicFullPath

Returns:

  • (String)


5584
5585
5586
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5584

def topic_full_path
  @topic_full_path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5591
5592
5593
5594
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5591

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