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.



5802
5803
5804
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5802

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)


5795
5796
5797
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5795

def topic_full_path
  @topic_full_path
end

#xdr_settingsGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1XdrSettings

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



5800
5801
5802
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5800

def xdr_settings
  @xdr_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5807
5808
5809
5810
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5807

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