Skip to content

Commit

Permalink
feat: Add WriteDisposition to BigQuery Export API
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 413945427

Source-Link: googleapis/googleapis@6230f6e

Source-Link: googleapis/googleapis-gen@00cdef3
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29udGFjdENlbnRlckluc2lnaHRzLlYxLy5Pd2xCb3QueWFtbCIsImgiOiIwMGNkZWYzMDhkNmQ2YmE0Yzc1MzU0ZGU0OTFkYTQ4NGY2NDJiZDgwIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Dec 3, 2021
1 parent bc7d94d commit c917530
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 245 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@ public void ExportInsightsDataRequestObject()
BigQueryDestination = new ExportInsightsDataRequest.Types.BigQueryDestination(),
Filter = "",
KmsKey = "",
WriteDisposition = ExportInsightsDataRequest.Types.WriteDisposition.Unspecified,
};
// Make the request
Operation<ExportInsightsDataResponse, ExportInsightsDataMetadata> response = contactCenterInsightsClient.ExportInsightsData(request);
Expand Down Expand Up @@ -1338,6 +1339,7 @@ public async Task ExportInsightsDataRequestObjectAsync()
BigQueryDestination = new ExportInsightsDataRequest.Types.BigQueryDestination(),
Filter = "",
KmsKey = "",
WriteDisposition = ExportInsightsDataRequest.Types.WriteDisposition.Unspecified,
};
// Make the request
Operation<ExportInsightsDataResponse, ExportInsightsDataMetadata> response = await contactCenterInsightsClient.ExportInsightsDataAsync(request);
Expand Down
Loading

0 comments on commit c917530

Please sign in to comment.