Reference documentation and code samples for the Google Cloud Database Center V1beta Client class RegulatoryStandard.
Compliances associated with signals.
Generated from protobuf message google.cloud.databasecenter.v1beta.RegulatoryStandard
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ standard |
string
Name of industry compliance standards, such as such as CIS, PCI, and OWASP. |
↳ version |
string
Version of the standard or benchmark, for example, 1.1. |
getStandard
Name of industry compliance standards, such as such as CIS, PCI, and OWASP.
| Returns | |
|---|---|
| Type | Description |
string |
|
setStandard
Name of industry compliance standards, such as such as CIS, PCI, and OWASP.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Version of the standard or benchmark, for example, 1.1.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVersion
Version of the standard or benchmark, for example, 1.1.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|