Google Cloud Channel V1 Client - Class RegisterSubscriberResponse (1.0.1)

Reference documentation and code samples for the Google Cloud Channel V1 Client class RegisterSubscriberResponse.

Response Message for RegisterSubscriber.

Generated from protobuf message google.cloud.channel.v1.RegisterSubscriberResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ topic string

Name of the topic the subscriber will listen to.

getTopic

Name of the topic the subscriber will listen to.

Generated from protobuf field string topic = 1;

Returns
TypeDescription
string

setTopic

Name of the topic the subscriber will listen to.

Generated from protobuf field string topic = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this