Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

feat: add runFunnelReport method to the Alpha version of the Data API#490

Merged
ikuleshov merged 15 commits into
mainfrom
owl-bot-copy
May 17, 2022
Merged

feat: add runFunnelReport method to the Alpha version of the Data API#490
ikuleshov merged 15 commits into
mainfrom
owl-bot-copy

Conversation

@gcf-owl-bot

@gcf-owl-bot gcf-owl-bot Bot commented May 5, 2022

Copy link
Copy Markdown
Contributor
  • Regenerate this pull request now.

PiperOrigin-RevId: 446813357

Source-Link: googleapis/googleapis@6d3ae1a

Source-Link: https://github.com/googleapis/googleapis-gen/commit/1cfc0eb66874f05c4182d422e1c89bd5e2f2abe7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWNmYzBlYjY2ODc0ZjA1YzQxODJkNDIyZTFjODliZDVlMmYyYWJlNyJ9

PiperOrigin-RevId: 446813357

Source-Link: googleapis/googleapis@6d3ae1a

Source-Link: https://github.com/googleapis/googleapis-gen/commit/1cfc0eb66874f05c4182d422e1c89bd5e2f2abe7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWNmYzBlYjY2ODc0ZjA1YzQxODJkNDIyZTFjODliZDVlMmYyYWJlNyJ9
@gcf-owl-bot gcf-owl-bot Bot requested review from a team May 5, 2022 22:48
@product-auto-label product-auto-label Bot added the size: xl Pull request size is extra large. label May 5, 2022
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 5, 2022
@product-auto-label product-auto-label Bot added the api: analyticsdata Issues related to the googleapis/java-analytics-data API. label May 5, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 5, 2022
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 5, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 5, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 5, 2022
@ikuleshov ikuleshov added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 9, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 9, 2022
@eaball35 eaball35 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 10, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 10, 2022
@ikuleshov ikuleshov added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 10, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 10, 2022
@ikuleshov

ikuleshov commented May 10, 2022

Copy link
Copy Markdown
Contributor

@chingor13 clirr-maven-plugin is complaining about the classes deleted from v1alpha version of the API:

Error:  8001: com.google.analytics.data.v1alpha.BatchRunPivotReportsRequest: Class com.google.analytics.data.v1alpha.BatchRunPivotReportsRequest removed
Error:  8001: com.google.analytics.data.v1alpha.BatchRunPivotReportsRequest$Builder: Class com.google.analytics.data.v1alpha.BatchRunPivotReportsRequest$Builder removed
Error:  8001: com.google.analytics.data.v1alpha.BatchRunPivotReportsRequestOrBuilder: Class com.google.analytics.data.v1alpha.BatchRunPivotReportsRequestOrBuilder removed

This is expected, as we have moved stable functionality to Beta channel, whereas Alpha only contains unstable methods. Can we skip this check?

@ikuleshov ikuleshov requested a review from chingor13 May 10, 2022 22:06
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 16, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 16, 2022
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 17, 2022
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 17, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 17, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2022
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 17, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 17, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2022
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 17, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 17, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2022
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 17, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 17, 2022
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels May 17, 2022
@ikuleshov ikuleshov removed the request for review from chingor13 May 17, 2022 12:53
Remove unused dependencies.
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 17, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 17, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2022
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: analyticsdata Issues related to the googleapis/java-analytics-data API. owl-bot-copy size: xl Pull request size is extra large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants