Google Cloud Audit Manager V1 Client - Class ControlFamily (0.1.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ControlFamily.
The regulatory family of the control.
Generated from protobuf message google.cloud.auditmanager.v1.ControlFamily
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ family_id |
string
The ID of the regulatory control family. |
↳ display_name |
string
The display name of the regulatory control family. |
getFamilyId
The ID of the regulatory control family.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFamilyId
The ID of the regulatory control family.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
The display name of the regulatory control family.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
The display name of the regulatory control family.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|