Class: Google::Cloud::Channel::V1::UnregisterSubscriberResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#topic::String

Returns Name of the topic the service account subscriber access was removed from.

Returns:

  • (::String)

    Name of the topic the service account subscriber access was removed from.



1470
1471
1472
1473
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1470

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