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.



5678
5679
5680
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5678

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



5671
5672
5673
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5671

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)


5676
5677
5678
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5676

def topic_full_path
  @topic_full_path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5683
5684
5685
5686
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5683

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