class ListTopicSubscriptionsResponse extends Message

Properties

string[] $subscriptions
string $next_page_token

Methods

static 
descriptor()

No description

boolean
hasSubscriptions()

Check if has a value

string
getSubscriptions(int $idx = NULL)

Get value

setSubscriptions($value, $idx = NULL)

Set value

string[]
getSubscriptionsList()

Get all elements of

addSubscriptions(string $value)

Add a new element to

boolean
hasNextPageToken()

Check if has a value

string
getNextPageToken()

Get value

Details

at line line 1235
static descriptor()

at line line 1267
boolean hasSubscriptions()

Check if has a value

Return Value

boolean

at line line 1276
ListTopicSubscriptionsResponse clearSubscriptions()

Clear value

at line line 1286
string getSubscriptions(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

string

at line line 1296
ListTopicSubscriptionsResponse setSubscriptions($value, $idx = NULL)

Set value

Parameters

$value
$idx

Return Value

ListTopicSubscriptionsResponse

at line line 1305
string[] getSubscriptionsList()

Get all elements of

Return Value

string[]

at line line 1315
ListTopicSubscriptionsResponse addSubscriptions(string $value)

Add a new element to

Parameters

string $value

Return Value

ListTopicSubscriptionsResponse

at line line 1324
boolean hasNextPageToken()

Check if has a value

Return Value

boolean

at line line 1333
ListTopicSubscriptionsResponse clearNextPageToken()

Clear value

at line line 1342
string getNextPageToken()

Get value

Return Value

string

at line line 1352
ListTopicSubscriptionsResponse setNextPageToken(string $value)

Set value

Parameters

string $value

Return Value

ListTopicSubscriptionsResponse