Class: Google::Cloud::Channel::V1::UnregisterSubscriberRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::UnregisterSubscriberRequest
- 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
-
#account ⇒ ::String
Required.
-
#service_account ⇒ ::String
Required.
Instance Attribute Details
#account ⇒ ::String
Returns Required. Resource name of the account.
1552 1553 1554 1555 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1552 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.
1552 1553 1554 1555 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1552 class UnregisterSubscriberRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |