Class: Google::Cloud::Channel::V1::UnregisterSubscriberResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::UnregisterSubscriberResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response Message for UnregisterSubscriber.
Instance Attribute Summary collapse
-
#topic ⇒ ::String
Name of the topic the service account subscriber access was removed from.
Instance Attribute Details
#topic ⇒ ::String
Returns Name of the topic the service account subscriber access was removed from.
1561 1562 1563 1564 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1561 class UnregisterSubscriberResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |