Reference documentation and code samples for the Google Cloud Ces V1 Client class SecuritySettings.
Project/Location level security settings for CES.
Generated from protobuf message google.cloud.ces.v1.SecuritySettings
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The unique identifier of the security settings. Format: |
↳ endpoint_control_policy |
EndpointControlPolicy
Optional. Endpoint control related settings. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Create time of the security settings. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Last update time of the security settings. |
↳ etag |
string
Output only. Etag of the security settings. |
getName
Identifier. The unique identifier of the security settings.
Format: projects/{project}/locations/{location}/securitySettings
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The unique identifier of the security settings.
Format: projects/{project}/locations/{location}/securitySettings
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpointControlPolicy
Optional. Endpoint control related settings.
| Returns | |
|---|---|
| Type | Description |
EndpointControlPolicy|null |
|
hasEndpointControlPolicy
clearEndpointControlPolicy
setEndpointControlPolicy
Optional. Endpoint control related settings.
| Parameter | |
|---|---|
| Name | Description |
var |
EndpointControlPolicy
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. Create time of the security settings.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. Create time of the security settings.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. Last update time of the security settings.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last update time of the security settings.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEtag
Output only. Etag of the security settings.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEtag
Output only. Etag of the security settings.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|