Google Cloud Essential Contacts V1 Client - Class ComputeContactsResponse (0.3.4)

Reference documentation and code samples for the Google Cloud Essential Contacts V1 Client class ComputeContactsResponse.

Response message for the ComputeContacts method.

Generated from protobuf message google.cloud.essentialcontacts.v1.ComputeContactsResponse

Namespace

Google \ Cloud \ EssentialContacts \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ contacts array<Google\Cloud\EssentialContacts\V1\Contact>

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

↳ next_page_token string

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token and the rest of the parameters the same as the original request.

getContacts

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setContacts

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

Parameter
NameDescription
var array<Google\Cloud\EssentialContacts\V1\Contact>
Returns
TypeDescription
$this

getNextPageToken

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token and the rest of the parameters the same as the original request.

Returns
TypeDescription
string

setNextPageToken

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token and the rest of the parameters the same as the original request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this