Google Cloud Contact Center Insights V1 Client - Class GcsSource (2.2.0)

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

Google Cloud Storage Object details to get the feedback label file from.

Generated from protobuf message google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ BulkUploadFeedbackLabelsRequest

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ format int

Required. File format which will be ingested.

↳ object_uri string

Required. The Google Cloud Storage URI of the file to import. Format: gs://bucket_name/object_name

getFormat

Required. File format which will be ingested.

Returns
Type Description
int

setFormat

Required. File format which will be ingested.

Parameter
Name Description
var int
Returns
Type Description
$this

getObjectUri

Required. The Google Cloud Storage URI of the file to import.

Format: gs://bucket_name/object_name

Returns
Type Description
string

setObjectUri

Required. The Google Cloud Storage URI of the file to import.

Format: gs://bucket_name/object_name

Parameter
Name Description
var string
Returns
Type Description
$this