Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ContactDetails.
The details pertaining to specific contacts
Generated from protobuf message google.cloud.securitycenter.v1.ContactDetails
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ contacts |
array<Google\Cloud\SecurityCenter\V1\Contact>
A list of contacts |
getContacts
A list of contacts
Generated from protobuf field repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setContacts
A list of contacts
Generated from protobuf field repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\SecurityCenter\V1\Contact>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|