Reference documentation and code samples for the Google Cloud Database Center V1beta Client class SCCInfo.
Info associated with SCC signals.
Generated from protobuf message google.cloud.databasecenter.v1beta.SCCInfo
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ signal |
string
Name of the signal. |
↳ category |
string
Name by which SCC calls this signal. |
↳ regulatory_standards |
array<RegulatoryStandard>
Compliances that are associated with the signal. |
↳ external_uri |
string
External URI which points to a SCC page associated with the signal. |
getSignal
Name of the signal.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSignal
Name of the signal.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCategory
Name by which SCC calls this signal.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCategory
Name by which SCC calls this signal.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegulatoryStandards
Compliances that are associated with the signal.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRegulatoryStandards
Compliances that are associated with the signal.
| Parameter | |
|---|---|
| Name | Description |
var |
array<RegulatoryStandard>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExternalUri
External URI which points to a SCC page associated with the signal.
| Returns | |
|---|---|
| Type | Description |
string |
|
setExternalUri
External URI which points to a SCC page associated with the signal.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|