class Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberRequest
Request Message for RegisterSubscriber.
Attributes
service_account[RW]
Required. Service account that provides subscriber access to the registered topic. Corresponds to the JSON property `serviceAccount` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1958 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1963 def update!(**args) @service_account = args[:service_account] if args.key?(:service_account) end