Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class View.
The View resource.
Generated from protobuf message google.cloud.contactcenterinsights.v1.View
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view} |
↳ display_name |
string
The human-readable display name of the view. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time at which this view was created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The most recent time at which the view was updated. |
↳ value |
string
String with specific view properties, must be non-empty. |
getName
Immutable. The resource name of the view.
Format: projects/{project}/locations/{location}/views/{view}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Immutable. The resource name of the view.
Format: projects/{project}/locations/{location}/views/{view}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
The human-readable display name of the view.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
The human-readable display name of the view.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The time at which this view was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which this view was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. The most recent time at which the view was updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The most recent time at which the view was updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
String with specific view properties, must be non-empty.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
String with specific view properties, must be non-empty.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|