Reference documentation and code samples for the Google Cloud Essential Contacts V1 Client class ComputeContactsRequest.
Request message for the ComputeContacts method.
Generated from protobuf message google.cloud.essentialcontacts.v1.ComputeContactsRequest
Namespace
Google \ Cloud \ EssentialContacts \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the resource to compute contacts for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id} |
↳ notification_categories |
array
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned. |
↳ page_size |
int
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of |
↳ page_token |
string
Optional. If present, retrieves the next batch of results from the preceding call to this method. |
getParent
Required. The name of the resource to compute contacts for.
Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The name of the resource to compute contacts for.
Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNotificationCategories
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setNotificationCategories
The categories of notifications to compute contacts for. If ALL is included in this list, contacts subscribed to any notification category will be returned.
| Parameter | |
|---|---|
| Name | Description |
var |
int[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of next_page_token in the
response indicates that more results might be available.
If not specified, the default page_size is 100.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of next_page_token in the
response indicates that more results might be available.
If not specified, the default page_size is 100.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. If present, retrieves the next batch of results from the
preceding call to this method. page_token must be the value of
next_page_token from the previous response. The values of other method
parameters should be identical to those in the previous call.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. If present, retrieves the next batch of results from the
preceding call to this method. page_token must be the value of
next_page_token from the previous response. The values of other method
parameters should be identical to those in the previous call.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|