Google Cloud Contact Center Insights V1 Client - Class CreateViewRequest (1.2.1)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class CreateViewRequest.

The request to create a view.

Generated from protobuf message google.cloud.contactcenterinsights.v1.CreateViewRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource of the view. Required. The location to create a view for. Format: projects/<Project ID>/locations/<Location ID> or projects/<Project Number>/locations/<Location ID>

↳ view Google\Cloud\ContactCenterInsights\V1\View

Required. The view resource to create.

getParent

Required. The parent resource of the view. Required. The location to create a view for.

Format: projects/<Project ID>/locations/<Location ID> or projects/<Project Number>/locations/<Location ID>

Returns
TypeDescription
string

setParent

Required. The parent resource of the view. Required. The location to create a view for.

Format: projects/<Project ID>/locations/<Location ID> or projects/<Project Number>/locations/<Location ID>

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Required. The view resource to create.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\View|null

hasView

clearView

setView

Required. The view resource to create.

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