Google Cloud Contact Center Insights V1 Client - Class View (1.8.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Immutable. The resource name of the view.

Format: projects/{project}/locations/{location}/views/{view}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

The human-readable display name of the view.

Returns
TypeDescription
string

setDisplayName

The human-readable display name of the view.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. The time at which this view was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time at which this view was created.

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

getUpdateTime

Output only. The most recent time at which the view was updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The most recent time at which the view was updated.

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

getValue

String with specific view properties, must be non-empty.

Returns
TypeDescription
string

setValue

String with specific view properties, must be non-empty.

Parameter
NameDescription
var string
Returns
TypeDescription
$this