Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ControlFamily.
The regulatory family of the control.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ControlFamily
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ family_id |
string
The identifier for the regulatory control family. |
↳ display_name |
string
The friendly name for the regulatory control family. |
getFamilyId
The identifier for the regulatory control family.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFamilyId
The identifier for the regulatory control family.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
The friendly name for the regulatory control family.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
The friendly name for the regulatory control family.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|