Reference documentation and code samples for the Google Cloud Channel V1 Client class UnregisterSubscriberResponse.
Response Message for UnregisterSubscriber.
Generated from protobuf message google.cloud.channel.v1.UnregisterSubscriberResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ topic |
string
Name of the topic the service account subscriber access was removed from. |
getTopic
Name of the topic the service account subscriber access was removed from.
Generated from protobuf field string topic = 1;
Returns | |
---|---|
Type | Description |
string |
setTopic
Name of the topic the service account subscriber access was removed from.
Generated from protobuf field string topic = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |