Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

fix!: remove CreateIosAppDataStream, CreateAndroidAppDataStream methods from the API #203

Merged
merged 4 commits into from Jun 1, 2021

Conversation

yoshi-automation
Copy link
Contributor

@yoshi-automation yoshi-automation commented Apr 27, 2021

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/aa58e51a-24b6-4d4a-8280-35e17ed25ca5/targets

  • To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 370749341
Source-Link: googleapis/googleapis@2375bb4
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ee560452477d92572edb133386e7129532db8ba6

feat: add SearchChangeHistoryEvents method to the API
fix!: update DeleteProperty method to return the deleted property data as Property type instead of returning an empty response
feat: add ActorType, ActionType, ChangeHistoryResourceType, ChangeHistoryEvent, ChangeHistoryChange types used by SearchChangeHistoryEvents method
fix!: update time_zone field of Property type to be required
feat: add delete_time, expire_time output only fields to Property type
fix!: remove deleted field from Property type

…ethods from the API feat: add `SearchChangeHistoryEvents` method to the API fix!: update `DeleteProperty` method to return the deleted property data as `Property` type instead of returning an empty response feat: add `ActorType`, `ActionType`, `ChangeHistoryResourceType`, `ChangeHistoryEvent`, `ChangeHistoryChange` types used by `SearchChangeHistoryEvents` method fix!: update `time_zone` field of `Property` type to be required feat: add `delete_time`, `expire_time` output only fields to `Property` type fix!: remove `deleted` field from `Property` type

PiperOrigin-RevId: 370749341

Source-Link: googleapis/googleapis@2375bb4

Source-Author: Bazel Bot <bazel-bot-development[bot]@users.noreply.github.com>
Source-Date: Tue Apr 27 21:38:05 2021 +0000
Source-Repo: googleapis/googleapis-gen
Source-Sha: ee560452477d92572edb133386e7129532db8ba6
Source-Link: googleapis/googleapis-gen@ee56045
@yoshi-automation yoshi-automation requested review from a team as code owners April 27, 2021 22:07
@product-auto-label product-auto-label bot added the api: analyticsadmin Issues related to the googleapis/java-analytics-admin API. label Apr 27, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 27, 2021
@codecov
Copy link

codecov bot commented Apr 27, 2021

Codecov Report

Merging #203 (7a9bfa5) into master (4801dd7) will decrease coverage by 0.34%.
The diff coverage is 80.68%.

❗ Current head 7a9bfa5 differs from pull request most recent head 617238c. Consider uploading reports for the commit 617238c to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master     #203      +/-   ##
============================================
- Coverage     84.75%   84.40%   -0.35%     
+ Complexity      349      337      -12     
============================================
  Files             6        6              
  Lines          2564     2545      -19     
  Branches         34       33       -1     
============================================
- Hits           2173     2148      -25     
- Misses          341      348       +7     
+ Partials         50       49       -1     
Impacted Files Coverage Δ
...s/admin/v1alpha/AnalyticsAdminServiceSettings.java 5.46% <0.00%> (+0.08%) ⬆️
.../admin/v1alpha/stub/AnalyticsAdminServiceStub.java 1.69% <0.00%> (ø)
...1alpha/stub/AnalyticsAdminServiceStubSettings.java 83.14% <70.00%> (-0.75%) ⬇️
...ics/admin/v1alpha/AnalyticsAdminServiceClient.java 87.64% <91.30%> (-0.23%) ⬇️
...in/v1alpha/stub/GrpcAnalyticsAdminServiceStub.java 98.00% <96.66%> (-0.13%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73f5039...617238c. Read the comment docs.

@Neenu1995 Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 30, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 30, 2021
@Neenu1995 Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 30, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 30, 2021
@Neenu1995 Neenu1995 changed the title fix!: remove CreateIosAppDataStream, CreateAndroidAppDataStream methods from the API feat: add SearchChangeHistoryEvents method to the API fix!: update DeleteProperty method to return the deleted property data as Property type instead of re fix!: remove CreateIosAppDataStream, CreateAndroidAppDataStream methods from the API Apr 30, 2021
@eaball35 eaball35 added the automerge Merge the pull request once unit tests and other checks pass. label May 25, 2021
@eaball35 eaball35 assigned eaball35 and ikuleshov and unassigned eaball35 May 25, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 25, 2021
@ikuleshov ikuleshov merged commit ca467ec into master Jun 1, 2021
@ikuleshov ikuleshov deleted the autosynth-googleapis-gen branch June 1, 2021 08:57
@release-please release-please bot mentioned this pull request Jun 1, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 17, 2021
🤖 I have created a release \*beep\* \*boop\*
---
## [0.4.0](https://www.github.com/googleapis/java-analytics-admin/compare/v0.3.2...v0.4.0) (2021-06-15)


### ⚠ BREAKING CHANGES

* remove `CreateIosAppDataStream`, `CreateAndroidAppDataStream` methods from the API (#203)

### Features

* add CreateCustomDimension, GetCustomDimension, UpdateCustomDimension, ListCustomDimensions, ArchiveCustomDimension methods to the API ([#221](https://www.github.com/googleapis/java-analytics-admin/issues/221)) ([16ff4a6](https://www.github.com/googleapis/java-analytics-admin/commit/16ff4a6f4291e1668b710807722cbd3901d51f02))


### Bug Fixes

* add `https://www.googleapis.com/auth/analytics.edit` OAuth2 scope to the list of acceptable scopes for all read only methods ([#179](https://www.github.com/googleapis/java-analytics-admin/issues/179)) ([e8d6269](https://www.github.com/googleapis/java-analytics-admin/commit/e8d626908a020d4c1ea6ff0ff34afd5d65ae967a))
* release scripts from issuing overlapping phases ([#197](https://www.github.com/googleapis/java-analytics-admin/issues/197)) ([30b1195](https://www.github.com/googleapis/java-analytics-admin/commit/30b1195db5389a7fb940b4decf13baf68fcd1005))
* remove `CreateIosAppDataStream`, `CreateAndroidAppDataStream` methods from the API ([#203](https://www.github.com/googleapis/java-analytics-admin/issues/203)) ([ca467ec](https://www.github.com/googleapis/java-analytics-admin/commit/ca467ec5bbcaf3dccf4c791426ec612c903392e2))
* typo ([#196](https://www.github.com/googleapis/java-analytics-admin/issues/196)) ([3001dfc](https://www.github.com/googleapis/java-analytics-admin/commit/3001dfc339cfa7f23497481f95e0314bdf8d7189))


### Documentation

* update the documentation of the `update_mask` field used by Update() methods ([e8d6269](https://www.github.com/googleapis/java-analytics-admin/commit/e8d626908a020d4c1ea6ff0ff34afd5d65ae967a))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#186](https://www.github.com/googleapis/java-analytics-admin/issues/186)) ([1a2d614](https://www.github.com/googleapis/java-analytics-admin/commit/1a2d614c80c0c5849f7aa71f3cae20165c3ed4aa))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#194](https://www.github.com/googleapis/java-analytics-admin/issues/194)) ([b429a0b](https://www.github.com/googleapis/java-analytics-admin/commit/b429a0ba4fea5f974e24f3d8e06a03addcbedc0e))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#198](https://www.github.com/googleapis/java-analytics-admin/issues/198)) ([640a1c2](https://www.github.com/googleapis/java-analytics-admin/commit/640a1c2398dd49d8acaa3826ff857baf715ffd43))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#201](https://www.github.com/googleapis/java-analytics-admin/issues/201)) ([c148921](https://www.github.com/googleapis/java-analytics-admin/commit/c1489212a633e8ec6e9fa8838c3f3549ab14b4a4))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#210](https://www.github.com/googleapis/java-analytics-admin/issues/210)) ([4801dd7](https://www.github.com/googleapis/java-analytics-admin/commit/4801dd7212132eb184f2d851549ab99e671150dd))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#214](https://www.github.com/googleapis/java-analytics-admin/issues/214)) ([c8b4d76](https://www.github.com/googleapis/java-analytics-admin/commit/c8b4d76f3d3eff834637a135c7ccff7863073b33))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#222](https://www.github.com/googleapis/java-analytics-admin/issues/222)) ([8bc7f9e](https://www.github.com/googleapis/java-analytics-admin/commit/8bc7f9eb4178a0f4a33b2180123d24b635f3f466))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: analyticsadmin Issues related to the googleapis/java-analytics-admin API. cla: yes This human has signed the Contributor License Agreement. context: full
Projects
None yet
5 participants