Class: Google::Cloud::Channel::V1::RegisterSubscriberRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Request Message for RegisterSubscriber.

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns Required. Resource name of the account.

Returns:

  • (::String)

    Required. Resource name of the account.



1439
1440
1441
1442
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1439

class RegisterSubscriberRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_account::String

Returns Required. Service account that provides subscriber access to the registered topic.

Returns:

  • (::String)

    Required. Service account that provides subscriber access to the registered topic.



1439
1440
1441
1442
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1439

class RegisterSubscriberRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end