Skip to content

Commit

Permalink
build(php): remove generation for google/cloud/dialogflow/v2beta1 whi…
Browse files Browse the repository at this point in the history
…ch is unused

PiperOrigin-RevId: 725255036

Source-Link: googleapis/googleapis@46d2cb1

Source-Link: googleapis/googleapis-gen@15e829f
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGlhbG9nZmxvdy5WMkJldGExLy5Pd2xCb3QueWFtbCIsImgiOiIxNWU4MjlmNDQ1NjdiZTFkM2Q4OWZjZWRlZjhhMjE0ZmMzYzg3MWZhIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Feb 10, 2025
1 parent 105903f commit 166d531
Show file tree
Hide file tree
Showing 19 changed files with 2,958 additions and 653 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public async Task ListAnswerRecordsRequestObjectAsync()
ListAnswerRecordsRequest request = new ListAnswerRecordsRequest
{
ParentAsProjectName = ProjectName.FromProject("[PROJECT]"),
Filter = "",
};
// Make the request
PagedAsyncEnumerable<ListAnswerRecordsResponse, AnswerRecord> response = answerRecordsClient.ListAnswerRecordsAsync(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public void ListAnswerRecordsRequestObject()
ListAnswerRecordsRequest request = new ListAnswerRecordsRequest
{
ParentAsProjectName = ProjectName.FromProject("[PROJECT]"),
Filter = "",
};
// Make the request
PagedEnumerable<ListAnswerRecordsResponse, AnswerRecord> response = answerRecordsClient.ListAnswerRecords(request);
Expand Down
Loading

0 comments on commit 166d531

Please sign in to comment.