This repository was archived by the owner on Nov 9, 2024. It is now read-only.
feat: add CheckCompatibility method to the API#131
Merged
gcf-merge-on-green[bot] merged 2 commits intomainfrom Sep 1, 2021
Merged
feat: add CheckCompatibility method to the API#131gcf-merge-on-green[bot] merged 2 commits intomainfrom
CheckCompatibility method to the API#131gcf-merge-on-green[bot] merged 2 commits intomainfrom
Conversation
feat: add `DimensionCompatibility`, `MetricCompatibility`, `Compatibility` types to the API feat: add `category` field to `DimensionMetadata`, `MetricMetadata` types PiperOrigin-RevId: 394292123 Source-Link: googleapis/googleapis@3c414af Source-Link: https://github.com/googleapis/googleapis-gen/commit/1d690f2f38a08b6d68f546f592503a8387660d53
parthea
approved these changes
Sep 1, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 1, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [0.8.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.7.2...v0.8.0) (2021-09-01) ### Features * add `category` field to `DimensionMetadata`, `MetricMetadata` types ([81c2eea](https://www.github.com/googleapis/python-analytics-data/commit/81c2eeaf88f8fc5a15a1df13e3fef02437a23bb7)) * add `CheckCompatibility` method to the API ([#131](https://www.github.com/googleapis/python-analytics-data/issues/131)) ([81c2eea](https://www.github.com/googleapis/python-analytics-data/commit/81c2eeaf88f8fc5a15a1df13e3fef02437a23bb7)) * add `DimensionCompatibility`, `MetricCompatibility`, `Compatibility` types to the API ([81c2eea](https://www.github.com/googleapis/python-analytics-data/commit/81c2eeaf88f8fc5a15a1df13e3fef02437a23bb7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PiperOrigin-RevId: 394292123
Source-Link: googleapis/googleapis@3c414af
Source-Link: https://github.com/googleapis/googleapis-gen/commit/1d690f2f38a08b6d68f546f592503a8387660d53
feat: add
DimensionCompatibility,MetricCompatibility,Compatibilitytypes to the APIfeat: add
categoryfield toDimensionMetadata,MetricMetadatatypes