Class: Google::Cloud::Channel::V1::UnregisterSubscriberRequest

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 UnregisterSubscriber.

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns Required. Resource name of the account.

Returns:

  • (::String)

    Required. Resource name of the account.



1461
1462
1463
1464
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1461

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

#service_account::String

Returns Required. Service account to unregister from subscriber access to the topic.

Returns:

  • (::String)

    Required. Service account to unregister from subscriber access to the topic.



1461
1462
1463
1464
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1461

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