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

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

Configuration for Cloud Storage bucket sources.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ IngestConversationsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ bucket_uri string

Required. The Cloud Storage bucket containing source objects.

↳ bucket_object_type int

Optional. Specifies the type of the objects in bucket_uri.

getBucketUri

Required. The Cloud Storage bucket containing source objects.

Returns
TypeDescription
string

setBucketUri

Required. The Cloud Storage bucket containing source objects.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBucketObjectType

Optional. Specifies the type of the objects in bucket_uri.

Returns
TypeDescription
int

setBucketObjectType

Optional. Specifies the type of the objects in bucket_uri.

Parameter
NameDescription
var int
Returns
TypeDescription
$this