Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class UpdateViewRequest.
The request to update a view.
Generated from protobuf message google.cloud.contactcenterinsights.v1.UpdateViewRequest
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ view |
Google\Cloud\ContactCenterInsights\V1\View
Required. The new view. |
↳ update_mask |
Google\Protobuf\FieldMask
The list of fields to be updated. |
getView
Required. The new view.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\View|null |
hasView
clearView
setView
Required. The new view.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\View
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The list of fields to be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
view |
Google\Cloud\ContactCenterInsights\V1\View
Required. The new view. |
updateMask |
Google\Protobuf\FieldMask
The list of fields to be updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\UpdateViewRequest |