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 \ IngestConversationsRequestMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 |
getBucketUri
Required. The Cloud Storage bucket containing source objects.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucketUri
Required. The Cloud Storage bucket containing source objects.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBucketObjectType
Optional. Specifies the type of the objects in bucket_uri.
| Returns | |
|---|---|
| Type | Description |
int |
|
setBucketObjectType
Optional. Specifies the type of the objects in bucket_uri.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|