Skip to content

Commit fcc4124

Browse files
1 parent ea00c38 commit fcc4124

3 files changed

Lines changed: 15 additions & 3 deletions

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ class GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest extends \Googl
8787
* Export schema version 16.
8888
*/
8989
public const EXPORT_SCHEMA_VERSION_EXPORT_V16 = 'EXPORT_V16';
90+
/**
91+
* Export schema version 17.
92+
*/
93+
public const EXPORT_SCHEMA_VERSION_EXPORT_V17 = 'EXPORT_V17';
9094
/**
9195
* Export schema version latest available.
9296
*/
@@ -162,7 +166,7 @@ public function getBigQueryDestination()
162166
* Accepted values: EXPORT_SCHEMA_VERSION_UNSPECIFIED, EXPORT_V1, EXPORT_V2,
163167
* EXPORT_V3, EXPORT_V4, EXPORT_V5, EXPORT_V6, EXPORT_V7, EXPORT_V8,
164168
* EXPORT_V9, EXPORT_V10, EXPORT_V11, EXPORT_V12, EXPORT_V13, EXPORT_V14,
165-
* EXPORT_V15, EXPORT_V16, EXPORT_VERSION_LATEST_AVAILABLE
169+
* EXPORT_V15, EXPORT_V16, EXPORT_V17, EXPORT_VERSION_LATEST_AVAILABLE
166170
*
167171
* @param self::EXPORT_SCHEMA_VERSION_* $exportSchemaVersion
168172
*/

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest extends
8787
* Export schema version 16.
8888
*/
8989
public const EXPORT_SCHEMA_VERSION_EXPORT_V16 = 'EXPORT_V16';
90+
/**
91+
* Export schema version 17.
92+
*/
93+
public const EXPORT_SCHEMA_VERSION_EXPORT_V17 = 'EXPORT_V17';
9094
/**
9195
* Export schema version latest available.
9296
*/
@@ -162,7 +166,7 @@ public function getBigQueryDestination()
162166
* Accepted values: EXPORT_SCHEMA_VERSION_UNSPECIFIED, EXPORT_V1, EXPORT_V2,
163167
* EXPORT_V3, EXPORT_V4, EXPORT_V5, EXPORT_V6, EXPORT_V7, EXPORT_V8,
164168
* EXPORT_V9, EXPORT_V10, EXPORT_V11, EXPORT_V12, EXPORT_V13, EXPORT_V14,
165-
* EXPORT_V15, EXPORT_V16, EXPORT_VERSION_LATEST_AVAILABLE
169+
* EXPORT_V15, EXPORT_V16, EXPORT_V17, EXPORT_VERSION_LATEST_AVAILABLE
166170
*
167171
* @param self::EXPORT_SCHEMA_VERSION_* $exportSchemaVersion
168172
*/

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1mainExportInsightsDataRequest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ class GoogleCloudContactcenterinsightsV1mainExportInsightsDataRequest extends \G
8787
* Export schema version 16.
8888
*/
8989
public const EXPORT_SCHEMA_VERSION_EXPORT_V16 = 'EXPORT_V16';
90+
/**
91+
* Export schema version 17.
92+
*/
93+
public const EXPORT_SCHEMA_VERSION_EXPORT_V17 = 'EXPORT_V17';
9094
/**
9195
* Export schema version latest available.
9296
*/
@@ -162,7 +166,7 @@ public function getBigQueryDestination()
162166
* Accepted values: EXPORT_SCHEMA_VERSION_UNSPECIFIED, EXPORT_V1, EXPORT_V2,
163167
* EXPORT_V3, EXPORT_V4, EXPORT_V5, EXPORT_V6, EXPORT_V7, EXPORT_V8,
164168
* EXPORT_V9, EXPORT_V10, EXPORT_V11, EXPORT_V12, EXPORT_V13, EXPORT_V14,
165-
* EXPORT_V15, EXPORT_V16, EXPORT_VERSION_LATEST_AVAILABLE
169+
* EXPORT_V15, EXPORT_V16, EXPORT_V17, EXPORT_VERSION_LATEST_AVAILABLE
166170
*
167171
* @param self::EXPORT_SCHEMA_VERSION_* $exportSchemaVersion
168172
*/

0 commit comments

Comments
 (0)