Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1PubSubXdrConfig

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 XDR connector config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1PubSubXdrConfig

Returns a new instance of GoogleChromeManagementVersionsV1PubSubXdrConfig.



5703
5704
5705
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5703

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

Instance Attribute Details

#topic_full_pathString

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

Returns:

  • (String)


5696
5697
5698
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5696

def topic_full_path
  @topic_full_path
end

#xdr_settingsGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1XdrSettings

XDR settings for connector configs. Corresponds to the JSON property xdrSettings



5701
5702
5703
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5701

def xdr_settings
  @xdr_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5708
5709
5710
5711
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5708

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