Google Cloud Contact Center Insights V1 Client - Class UpdateViewRequest (1.6.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\ContactCenterInsights\V1\View|null

hasView

clearView

setView

Required. The new view.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\View
Returns
TypeDescription
$this

getUpdateMask

The list of fields to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
view Google\Cloud\ContactCenterInsights\V1\View

Required. The new view.

updateMask Google\Protobuf\FieldMask

The list of fields to be updated.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\UpdateViewRequest