googleapis / java-gkehub Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add OnPremCluster
and MultiCloudCluster
as GkeCluster
equivalent field
#108
Merged
gcf-merge-on-green
merged 2 commits into
master
from
owl-bot-d37aa0e5-1447-4b5c-9cda-d9bdf23f17ac
Sep 8, 2021
Merged
feat: Add OnPremCluster
and MultiCloudCluster
as GkeCluster
equivalent field
#108
gcf-merge-on-green
merged 2 commits into
master
from
owl-bot-d37aa0e5-1447-4b5c-9cda-d9bdf23f17ac
Sep 8, 2021
Conversation
This file contains 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
…ivalent field feat!: Move `GkeCluster` under oneof PiperOrigin-RevId: 393865355 Source-Link: googleapis/googleapis@fbae10c Source-Link: https://github.com/googleapis/googleapis-gen/commit/cdd72be20399367f7f86df2ce3dec3afa2bc8f64
chingor13
approved these changes
Sep 8, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this issue
Sep 14, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [0.5.0](https://www.github.com/googleapis/java-gkehub/compare/v0.4.0...v0.5.0) (2021-09-14) ### Features * Add `OnPremCluster` and `MultiCloudCluster` as `GkeCluster` equivalent field ([1beaef5](https://www.github.com/googleapis/java-gkehub/commit/1beaef52df97c981d7aced51b64e146dab46c60d)) * Add `OnPremCluster` and `MultiCloudCluster` as `GkeCluster` equivalent field ([#108](https://www.github.com/googleapis/java-gkehub/issues/108)) ([b9e9611](https://www.github.com/googleapis/java-gkehub/commit/b9e96116bff0c782d43755cb9489d29b63dacb82)) * Add request_id under `DeleteMembershipRequest` and `UpdateMembershipRequest` ([#103](https://www.github.com/googleapis/java-gkehub/issues/103)) ([1beaef5](https://www.github.com/googleapis/java-gkehub/commit/1beaef52df97c981d7aced51b64e146dab46c60d)) * Move `GkeCluster` under oneof ([b9e9611](https://www.github.com/googleapis/java-gkehub/commit/b9e96116bff0c782d43755cb9489d29b63dacb82)) * Remove use of deprecated gradle command in java README ([#1196](https://www.github.com/googleapis/java-gkehub/issues/1196)) ([#107](https://www.github.com/googleapis/java-gkehub/issues/107)) ([59bd4e3](https://www.github.com/googleapis/java-gkehub/commit/59bd4e363b34d3f5755f1d12000a73dbd22901a7)) ### Bug Fixes * Move `GkeCluster` under oneof ([1beaef5](https://www.github.com/googleapis/java-gkehub/commit/1beaef52df97c981d7aced51b64e146dab46c60d)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 ([#97](https://www.github.com/googleapis/java-gkehub/issues/97)) ([89ef34a](https://www.github.com/googleapis/java-gkehub/commit/89ef34a629e2c629983e97c69e9b97e0bf81857a)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#101](https://www.github.com/googleapis/java-gkehub/issues/101)) ([14ebe56](https://www.github.com/googleapis/java-gkehub/commit/14ebe56abd9eae08c9a179fdc220a82d39a39e91)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#110](https://www.github.com/googleapis/java-gkehub/issues/110)) ([332fb25](https://www.github.com/googleapis/java-gkehub/commit/332fb25ba8f5a4398dff6e1a78296b187d640855)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#120](https://www.github.com/googleapis/java-gkehub/issues/120)) ([9245359](https://www.github.com/googleapis/java-gkehub/commit/9245359d3125a0daa6a24c941ddd81f36c75f0a1)) --- 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: gkehub
Issues related to the googleapis/java-gkehub API.
cla: yes
This human has signed the Contributor License Agreement.
owl-bot-copy
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.
feat: Move
GkeCluster
under oneofPiperOrigin-RevId: 393865355
Source-Link: googleapis/googleapis@fbae10c
Source-Link: googleapis/googleapis-gen@cdd72be