-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tabbed view with examples in landing page #191
Conversation
d9fb1c8
to
6b34dcc
Compare
Hmm - looks like we lost some of the syntax highlighting in that demo? |
6b34dcc
to
1311e0f
Compare
@jgeewax You are right I forgot to add custom highlighting for constants. Could you double-check now? |
As much as I hate how long we need our snippet to be (!) -- this LGTM :)
|
@aozarov Yes, I meant that Travis detects when a release is pushed through |
@mziccard Right, however if we want it sooner than later we could push it manually (in a separate PR). Do you still want to keep the explicit projectid for CE and AE? I think omitting it is nicer and consistent with not supplying the auth (that is tied for that project).... |
@aozarov I've just removed it:) |
Great, thanks. Why the empty line between options assignment and datastore? |
It's just there to separate the "environment" dependent part from the more functional one. Basically after the line the code is the same in all environments (and in the 2 tabs). But I am not particularly attached to it, so I can drop it if you prefer. |
+1 to remove that empty line. |
Thanks! another nit. Do you mind to change the CE/AE version to have only one line separator between imports and the code (similar to the other one). |
I'm +1 to keeping a line separating env setup from Datastore specific
stuff......
|
I am -1 for that. The setup is actually service specific (each service has its own options, though they share a common code for setting common stuff). DatastoreOptions options = DatastoreOptions.builder().build();
Datastore datastore = DatastoreFactory.instance().get(options);
KeyFactory keyFactory = datastore.newKeyFactory().kind(KIND);
... That empty line between |
The way you have it written I'd far more readable to me....
It's already super long... I think a giant blob of text like that needs a
little spacing... Like separate paragraphs in GH.
Do we have a style guide reference saying they should be all one
"paragraph"?
|
The way I mentioned above is less readable to me (though I would not go as much as saying far) :) This is what the Java style guide has to say about empty lines: vertical-whitespace. You may argue that "Within method bodies, as needed to create logical groupings of statements." falls in this category but I think that is a weak argument. I would say that a space between constructing a service and using it would make more sense to me. |
I think that's exactly the argument... Logical grouping of statements....
|
Ok, than you have my answer/opinion. |
So what do we do then?:) Maybe @ajkannan can give us a third opinion. |
You can wait to get more opinions like @ajkannan or just decide yourself. I think, this is a minor issue and can always be changed later (so the decision should Just to make my opinion clear is that I think current state should be change to:
|
I have a slight preference towards one line to separate the imports from code (and no other empty lines), but either way wouldn't be abhorrent in my book :) |
3cc3959
to
da3c441
Compare
I updated last commit to remove the additional unnecessary line. You can see the updated version here. |
Tabbed view with examples in landing page
…onfig to v1.5.0 (#191) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-config](https://github.com/googleapis/java-shared-config) | `1.4.0` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/compatibility-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/confidence-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config</summary> ### [`v1.5.0`](https://github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#​150-httpsgithubcomgoogleapisjava-shared-configcomparev140v150-2022-06-10) [Compare Source](https://github.com/googleapis/java-shared-config/compare/v1.4.0...v1.5.0) ##### Features - add build scripts for native image testing in Java 17 ([#​1440](https://github.com/googleapis/java-shared-config/issues/1440)) ([#​475](https://github.com/googleapis/java-shared-config/issues/475)) ([e4dfc1b](https://github.com/googleapis/java-shared-config/commit/e4dfc1ba29295158c78c8fcf94467d2a6a33538a)) - to produce Java 8 compatible bytecode when using JDK 9+ ([2468276](https://github.com/googleapis/java-shared-config/commit/2468276145cdfe1ca911b52f765e026e77661a09)) ##### Dependencies - update surefire.version to v3.0.0-m7 ([bbfe663](https://github.com/googleapis/java-shared-config/commit/bbfe66393af3e49612c9c1e4334ba39c133ea1d0)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-filestore).
🤖 I have created a release *beep* *boop* --- ## [0.3.1](googleapis/java-private-catalog@v0.3.0...v0.3.1) (2022-06-23) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#189](googleapis/java-private-catalog#189)) ([b29ccd6](googleapis/java-private-catalog@b29ccd6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release \*beep\* \*boop\* --- ## [0.118.0](https://www.github.com/googleapis/java-resourcemanager/compare/v0.117.2...v0.118.0) (2020-08-10) ### Features * expose apis of resourcemanager folders ([googleapis#99](https://www.github.com/googleapis/java-resourcemanager/issues/99)) ([5187637](https://www.github.com/googleapis/java-resourcemanager/commit/51876371e0be10ed7531127d04cfca0ee4b410ca)) * implement testPermission api of organizations ([googleapis#125](https://www.github.com/googleapis/java-resourcemanager/issues/125)) ([a80889f](https://www.github.com/googleapis/java-resourcemanager/commit/a80889f947d6e190bfd80e8cf02586a38f235409)) * **deps:** adopt flatten plugin and google-cloud-shared-dependencies ([googleapis#191](https://www.github.com/googleapis/java-resourcemanager/issues/191)) ([b505081](https://www.github.com/googleapis/java-resourcemanager/commit/b50508137a3c009269371d91b3bbf4145db08818)) ### Dependencies * update core dependencies ([googleapis#133](https://www.github.com/googleapis/java-resourcemanager/issues/133)) ([ae2003e](https://www.github.com/googleapis/java-resourcemanager/commit/ae2003e7c8633018e02e53fb489de726330bcda5)) * update core dependencies to v1.93.3 ([googleapis#104](https://www.github.com/googleapis/java-resourcemanager/issues/104)) ([35528d1](https://www.github.com/googleapis/java-resourcemanager/commit/35528d155264781bc51dab542acd76452e6e0f72)) * update dependency com.google.api:api-common to v1.9.0 ([googleapis#120](https://www.github.com/googleapis/java-resourcemanager/issues/120)) ([54a5f79](https://www.github.com/googleapis/java-resourcemanager/commit/54a5f793cbfe08c20cbd6f00edf120727673343e)) * update dependency com.google.api:api-common to v1.9.1 ([googleapis#168](https://www.github.com/googleapis/java-resourcemanager/issues/168)) ([44ad341](https://www.github.com/googleapis/java-resourcemanager/commit/44ad341f2d81c46b0020e66d8a2c636ab095cc92)) * update dependency com.google.api:api-common to v1.9.2 ([googleapis#174](https://www.github.com/googleapis/java-resourcemanager/issues/174)) ([cfbba2f](https://www.github.com/googleapis/java-resourcemanager/commit/cfbba2f40fe142265c9be0316cafc06256fdc0e8)) * update dependency com.google.api:gax-bom to v1.55.0 ([googleapis#124](https://www.github.com/googleapis/java-resourcemanager/issues/124)) ([d4ded56](https://www.github.com/googleapis/java-resourcemanager/commit/d4ded56efaffbf0477f781270a618521239e50b2)) * update dependency com.google.apis:google-api-services-cloudresourcemanager to v1-rev20200311-1.30.9 ([googleapis#100](https://www.github.com/googleapis/java-resourcemanager/issues/100)) ([25d0ade](https://www.github.com/googleapis/java-resourcemanager/commit/25d0ade06c0f2f7bb2702b4f832e65aad0f90b34)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.2 ([googleapis#204](https://www.github.com/googleapis/java-resourcemanager/issues/204)) ([fe0af27](https://www.github.com/googleapis/java-resourcemanager/commit/fe0af2737f2463d2452ac05dd3edc452f50b99d6)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.4 ([googleapis#206](https://www.github.com/googleapis/java-resourcemanager/issues/206)) ([61a40c6](https://www.github.com/googleapis/java-resourcemanager/commit/61a40c6865e435e36910bc2f5b1da64be1813a60)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.6 ([googleapis#212](https://www.github.com/googleapis/java-resourcemanager/issues/212)) ([7ce8ce2](https://www.github.com/googleapis/java-resourcemanager/commit/7ce8ce24f83d84b7962557f968d92325343ee094)) * update dependency com.google.guava:guava-bom to v29 ([googleapis#138](https://www.github.com/googleapis/java-resourcemanager/issues/138)) ([4fc1bb3](https://www.github.com/googleapis/java-resourcemanager/commit/4fc1bb3b085d5847b00476c7e52fa36113c75eb6)) * update dependency com.google.http-client:google-http-client-bom to v1.35.0 ([googleapis#156](https://www.github.com/googleapis/java-resourcemanager/issues/156)) ([3b628c8](https://www.github.com/googleapis/java-resourcemanager/commit/3b628c86b9047f048ccb93e220958e7e72e87e0f)) * update dependency com.google.protobuf:protobuf-bom to v3.12.0 ([googleapis#162](https://www.github.com/googleapis/java-resourcemanager/issues/162)) ([d07a72d](https://www.github.com/googleapis/java-resourcemanager/commit/d07a72de5ab5918a688a9ad1a1b0a125f9b6db07)) * update dependency com.google.protobuf:protobuf-bom to v3.12.2 ([googleapis#166](https://www.github.com/googleapis/java-resourcemanager/issues/166)) ([43a221e](https://www.github.com/googleapis/java-resourcemanager/commit/43a221e6b5584188ae55d320d7a6dbeed78dbd1f)) * update dependency org.threeten:threetenbp to v1.4.2 ([googleapis#112](https://www.github.com/googleapis/java-resourcemanager/issues/112)) ([2ef23e8](https://www.github.com/googleapis/java-resourcemanager/commit/2ef23e853af809847e7b323fd3dd6a651b323cc1)) * update dependency org.threeten:threetenbp to v1.4.3 ([googleapis#131](https://www.github.com/googleapis/java-resourcemanager/issues/131)) ([5669f1e](https://www.github.com/googleapis/java-resourcemanager/commit/5669f1e70092181c1ab8e1f9e12dad9feb2ea787)) * update dependency org.threeten:threetenbp to v1.4.4 ([googleapis#155](https://www.github.com/googleapis/java-resourcemanager/issues/155)) ([ac8a2a2](https://www.github.com/googleapis/java-resourcemanager/commit/ac8a2a24c68c5264dc90b90bcdb3bfd0adfa51df)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Source-Link: googleapis/synthtool@7a220e2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
Source-Link: googleapis/synthtool@7a220e2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1cfe249d-582a-46b2-92f3-d6f26802cf88/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@1aeca92
Making CLIRR not required. The version bumps are now controlled by the Release Please and OwlBot. The CL authors create appropriate change description to control major version bumps.
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
…onfig to v1.5.1 (#191) * build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…onfig to v1.5.1 (#191) * build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…cies to v3 (#191) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://github.com/googleapis/java-shared-dependencies) | `2.13.0` -> `3.0.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/compatibility-slim/2.13.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/confidence-slim/2.13.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-dependencies</summary> ### [`v3.0.1`](https://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#​301-httpsgithubcomgoogleapisjava-shared-dependenciescomparev300v301-2022-08-02) [Compare Source](https://github.com/googleapis/java-shared-dependencies/compare/v3.0.0...v3.0.1) ##### Dependencies - update dependency com.google.code.gson:gson to v2.9.1 ([#​766](https://github.com/googleapis/java-shared-dependencies/issues/766)) ([f7b2b06](https://github.com/googleapis/java-shared-dependencies/commit/f7b2b06b80e3e95ff8ab9b1d6a2638ef3069298a)) - update gax.version to v2.18.7 ([#​767](https://github.com/googleapis/java-shared-dependencies/issues/767)) ([9650368](https://github.com/googleapis/java-shared-dependencies/commit/96503682e98cdf348ea2c1365a03a60f4322c712)) - update google.core.version to v2.8.6 ([#​770](https://github.com/googleapis/java-shared-dependencies/issues/770)) ([cfd4377](https://github.com/googleapis/java-shared-dependencies/commit/cfd4377dc178cebb4724065d55d185ce03988d55)) ### [`v3.0.0`](https://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#​300-httpsgithubcomgoogleapisjava-shared-dependenciescomparev2130v300-2022-07-29) [Compare Source](https://github.com/googleapis/java-shared-dependencies/compare/v2.13.0...v3.0.0) ##### Bug Fixes - enable longpaths support for windows test ([#​1485](https://github.com/googleapis/java-shared-dependencies/issues/1485)) ([#​738](https://github.com/googleapis/java-shared-dependencies/issues/738)) ([11bc8f8](https://github.com/googleapis/java-shared-dependencies/commit/11bc8f81f28be88a97fdeafca21724e33638770c)) ##### Dependencies - update dependency com.google.api-client:google-api-client-bom to v1.35.2 ([#​729](https://github.com/googleapis/java-shared-dependencies/issues/729)) ([1fa59af](https://github.com/googleapis/java-shared-dependencies/commit/1fa59af80abb9f278f57658c10158567e825fec6)) - update dependency com.google.api-client:google-api-client-bom to v2 ([#​746](https://github.com/googleapis/java-shared-dependencies/issues/746)) ([2dcb2e0](https://github.com/googleapis/java-shared-dependencies/commit/2dcb2e071e0ba0eea21bb575bd13cd559d4a1ca6)) - update dependency com.google.api.grpc:grpc-google-common-protos to v2.9.2 ([#​741](https://github.com/googleapis/java-shared-dependencies/issues/741)) ([3352d6c](https://github.com/googleapis/java-shared-dependencies/commit/3352d6c36111c04e3f6f3e6360470fa3efb10d8f)) - update dependency com.google.auth:google-auth-library-bom to v1.8.0 ([#​726](https://github.com/googleapis/java-shared-dependencies/issues/726)) ([2c5d64c](https://github.com/googleapis/java-shared-dependencies/commit/2c5d64c127db8384e49113acfeac6928716a2d7f)) - update dependency com.google.auth:google-auth-library-bom to v1.8.1 ([#​742](https://github.com/googleapis/java-shared-dependencies/issues/742)) ([4f53527](https://github.com/googleapis/java-shared-dependencies/commit/4f53527bda7f40896711b7c1d1c02453321ffbc8)) - update dependency com.google.cloud:first-party-dependencies to v2 ([#​747](https://github.com/googleapis/java-shared-dependencies/issues/747)) ([e970ac0](https://github.com/googleapis/java-shared-dependencies/commit/e970ac0599941c825dc2516146a7c6673e68a9b9)) - update dependency com.google.cloud:grpc-gcp to v1.2.1 ([#​751](https://github.com/googleapis/java-shared-dependencies/issues/751)) ([b3284b6](https://github.com/googleapis/java-shared-dependencies/commit/b3284b6ee52a96a6ea8696a05a94443df9ee5b9f)) - update dependency com.google.cloud:third-party-dependencies to v2 ([#​748](https://github.com/googleapis/java-shared-dependencies/issues/748)) ([573b41a](https://github.com/googleapis/java-shared-dependencies/commit/573b41a69504372741cbeb01dd200e7c71967186)) - update dependency com.google.http-client:google-http-client-bom to v1.42.1 ([#​730](https://github.com/googleapis/java-shared-dependencies/issues/730)) ([6b47126](https://github.com/googleapis/java-shared-dependencies/commit/6b47126686b603a5d112e097ce6aa3a1880daf6f)) - update dependency com.google.http-client:google-http-client-bom to v1.42.2 ([#​749](https://github.com/googleapis/java-shared-dependencies/issues/749)) ([299d7b0](https://github.com/googleapis/java-shared-dependencies/commit/299d7b0d4920644e2c3070d12dd1d97da17a5e88)) - update dependency com.google.protobuf:protobuf-bom to v3.21.2 ([#​722](https://github.com/googleapis/java-shared-dependencies/issues/722)) ([7a96b12](https://github.com/googleapis/java-shared-dependencies/commit/7a96b1259a526b63e9376fd6cc18b27cddeb5f0f)) - update dependency com.google.protobuf:protobuf-bom to v3.21.3 ([#​756](https://github.com/googleapis/java-shared-dependencies/issues/756)) ([3d0bac2](https://github.com/googleapis/java-shared-dependencies/commit/3d0bac23487aebb94267c0708f41ff6c02a028a4)) - update dependency com.google.protobuf:protobuf-bom to v3.21.4 ([#​759](https://github.com/googleapis/java-shared-dependencies/issues/759)) ([5a54ef1](https://github.com/googleapis/java-shared-dependencies/commit/5a54ef1a2d56244166d4fcc46041d62c0dc4b411)) - update dependency io.grpc:grpc-bom to v1.48.0 ([#​752](https://github.com/googleapis/java-shared-dependencies/issues/752)) ([20ac908](https://github.com/googleapis/java-shared-dependencies/commit/20ac908932a5e7c8e581bdfcd68579d7e1cedd5f)) - update dependency org.checkerframework:checker-qual to v3.23.0 ([#​736](https://github.com/googleapis/java-shared-dependencies/issues/736)) ([fc01d8f](https://github.com/googleapis/java-shared-dependencies/commit/fc01d8f93f391f12fdb800d5006f0b4505832eeb)) - update gax.version to v2.18.3 ([#​731](https://github.com/googleapis/java-shared-dependencies/issues/731)) ([e8ee554](https://github.com/googleapis/java-shared-dependencies/commit/e8ee554707acb2f71c739d08e2ff02fbe43ffa52)) - update gax.version to v2.18.4 ([#​735](https://github.com/googleapis/java-shared-dependencies/issues/735)) ([11c7415](https://github.com/googleapis/java-shared-dependencies/commit/11c74152a84697924de3a0e838b05f606c3098f7)) - update gax.version to v2.18.5 ([#​758](https://github.com/googleapis/java-shared-dependencies/issues/758)) ([7469fc1](https://github.com/googleapis/java-shared-dependencies/commit/7469fc1cc5095b39a5738e60156711a268f6e052)) - update gax.version to v2.18.6 ([#​763](https://github.com/googleapis/java-shared-dependencies/issues/763)) ([b5ca2f7](https://github.com/googleapis/java-shared-dependencies/commit/b5ca2f7b4d81c705823253f4f03363a32d2be48b)) - update google.common-protos.version to v2.9.1 ([#​724](https://github.com/googleapis/java-shared-dependencies/issues/724)) ([5213dbb](https://github.com/googleapis/java-shared-dependencies/commit/5213dbbfa9c9b73d2420ec2be7782f16c9c4955f)) - update google.core.version to v2.8.1 ([#​725](https://github.com/googleapis/java-shared-dependencies/issues/725)) ([575858a](https://github.com/googleapis/java-shared-dependencies/commit/575858a60f76e46bbc2a2435c2b6c01c8f4ab681)) - update google.core.version to v2.8.3 ([#​760](https://github.com/googleapis/java-shared-dependencies/issues/760)) ([cb10ae4](https://github.com/googleapis/java-shared-dependencies/commit/cb10ae4b76939215ea465af74163b3d4ad65a548)) - update google.core.version to v2.8.4 ([#​762](https://github.com/googleapis/java-shared-dependencies/issues/762)) ([821daaf](https://github.com/googleapis/java-shared-dependencies/commit/821daafefdbcfdfe6e363e580747538096a562ef)) - update google.core.version to v2.8.5 ([#​764](https://github.com/googleapis/java-shared-dependencies/issues/764)) ([a1f8f50](https://github.com/googleapis/java-shared-dependencies/commit/a1f8f501b54143a2cec8e72efd4ceb3ce47f13ae)) - update iam.version to v1.5.0 ([#​732](https://github.com/googleapis/java-shared-dependencies/issues/732)) ([9dce0e5](https://github.com/googleapis/java-shared-dependencies/commit/9dce0e5199c1e425119adc804304958f58003a27)) - update iam.version to v1.5.1 ([#​737](https://github.com/googleapis/java-shared-dependencies/issues/737)) ([df39168](https://github.com/googleapis/java-shared-dependencies/commit/df391685d42fcb1b04f03ab1380a594893bdce37)) - update iam.version to v1.5.2 ([#​743](https://github.com/googleapis/java-shared-dependencies/issues/743)) ([cdde697](https://github.com/googleapis/java-shared-dependencies/commit/cdde697f25a89fc8c2ec7eae6b7c54f69977bb1c)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datastream). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
🤖 I have created a release *beep* *boop* --- ## [1.3.1](googleapis/java-data-fusion@v1.3.0...v1.3.1) (2022-07-26) ### Bug Fixes * enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-data-fusion/issues/1485)) ([#190](googleapis/java-data-fusion#190)) ([3ef69b4](googleapis/java-data-fusion@3ef69b4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
…security to v0.6.0 (#191) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-network-security](https://github.com/googleapis/java-network-security) | `0.5.1` -> `0.6.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-network-security/0.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-network-security/0.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-network-security/0.6.0/compatibility-slim/0.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-network-security/0.6.0/confidence-slim/0.5.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-network-security). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My4wIn0=-->
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [requests](https://requests.readthedocs.io) ([source](https://github.com/psf/requests), [changelog](https://github.com/psf/requests/blob/master/HISTORY.md)) | `==2.27.1` -> `==2.28.1` | [![age](https://badges.renovateapi.com/packages/pypi/requests/2.28.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/requests/2.28.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/requests/2.28.1/compatibility-slim/2.27.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/requests/2.28.1/confidence-slim/2.27.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-iam-admin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
🤖 I have created a release *beep* *boop* --- ## [1.3.0](https://github.com/googleapis/java-iam-admin/compare/v1.2.5...v1.3.0) (2022-10-03) ### Features * Replace java_outer_classname option with use_java_stubby_library, add DisableServiceAccountKey and EnableServiceAccountKey, and update comments ([#170](https://github.com/googleapis/java-iam-admin/issues/170)) ([386ba5b](https://github.com/googleapis/java-iam-admin/commit/386ba5bd33426db7c55c3f98e8d66c783ec74960)) ### Dependencies * Update dependency cachetools to v5 ([#177](https://github.com/googleapis/java-iam-admin/issues/177)) ([1d5a92c](https://github.com/googleapis/java-iam-admin/commit/1d5a92c16f7db96b0acfe3269722c8cce0fa152d)) * Update dependency certifi to v2022.9.24 ([#179](https://github.com/googleapis/java-iam-admin/issues/179)) ([684c965](https://github.com/googleapis/java-iam-admin/commit/684c9651aadde9ba3acb7d74e5419db8b51f02b8)) * Update dependency charset-normalizer to v2.1.1 ([#183](https://github.com/googleapis/java-iam-admin/issues/183)) ([5956e73](https://github.com/googleapis/java-iam-admin/commit/5956e735c2ecc299874461b2ddb43e9528367abc)) * Update dependency click to v8.1.3 ([#184](https://github.com/googleapis/java-iam-admin/issues/184)) ([40cc131](https://github.com/googleapis/java-iam-admin/commit/40cc131e938274c97a17ca4dbb8adcbe27f453e1)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#199](https://github.com/googleapis/java-iam-admin/issues/199)) ([4aa7e10](https://github.com/googleapis/java-iam-admin/commit/4aa7e108032e665dcfea448fc6003a646db11729)) * Update dependency gcp-releasetool to v1.8.8 ([#180](https://github.com/googleapis/java-iam-admin/issues/180)) ([f56d6f6](https://github.com/googleapis/java-iam-admin/commit/f56d6f6d76119195f0bc0676b5695549bedf7e50)) * Update dependency google-api-core to v2.10.1 ([#185](https://github.com/googleapis/java-iam-admin/issues/185)) ([578739a](https://github.com/googleapis/java-iam-admin/commit/578739afb6f847d386d4d68405ca4c515b77071d)) * Update dependency google-auth to v2.12.0 ([#192](https://github.com/googleapis/java-iam-admin/issues/192)) ([1c420d3](https://github.com/googleapis/java-iam-admin/commit/1c420d3d1c279a463f4022e70e246e3e32faa75c)) * Update dependency google-cloud-core to v2.3.2 ([#181](https://github.com/googleapis/java-iam-admin/issues/181)) ([9d7b22b](https://github.com/googleapis/java-iam-admin/commit/9d7b22b4df2087462fcb3aa4ec6fb6714d53fc05)) * Update dependency google-cloud-storage to v2.5.0 ([#193](https://github.com/googleapis/java-iam-admin/issues/193)) ([dc53938](https://github.com/googleapis/java-iam-admin/commit/dc53938acc6b7f10aa18bb167f58a391d8ca2648)) * Update dependency google-crc32c to v1.5.0 ([#194](https://github.com/googleapis/java-iam-admin/issues/194)) ([7ee8030](https://github.com/googleapis/java-iam-admin/commit/7ee8030e1b58d22a31169b6bda5104d3a3357845)) * Update dependency googleapis-common-protos to v1.56.4 ([#182](https://github.com/googleapis/java-iam-admin/issues/182)) ([807bad5](https://github.com/googleapis/java-iam-admin/commit/807bad5c28f7db0c01352d4fa14a59d9ba902be1)) * Update dependency importlib-metadata to v4.12.0 ([#195](https://github.com/googleapis/java-iam-admin/issues/195)) ([7484838](https://github.com/googleapis/java-iam-admin/commit/74848383e6963616b66307cbd88dbea184a53f7d)) * Update dependency jeepney to v0.8.0 ([#196](https://github.com/googleapis/java-iam-admin/issues/196)) ([3107d4e](https://github.com/googleapis/java-iam-admin/commit/3107d4e5f8de9af01054468313c7b4895afaf50d)) * Update dependency jinja2 to v3.1.2 ([#186](https://github.com/googleapis/java-iam-admin/issues/186)) ([f4df361](https://github.com/googleapis/java-iam-admin/commit/f4df361293289b537411b0ab08029ba4a30987cc)) * Update dependency keyring to v23.9.3 ([#187](https://github.com/googleapis/java-iam-admin/issues/187)) ([40b4f56](https://github.com/googleapis/java-iam-admin/commit/40b4f56b07e7559658f844ffc8377e784795b47e)) * Update dependency markupsafe to v2.1.1 ([#188](https://github.com/googleapis/java-iam-admin/issues/188)) ([9c9ae27](https://github.com/googleapis/java-iam-admin/commit/9c9ae27377c89b99a6bea53911627c41b08a743a)) * Update dependency protobuf to v3.20.2 ([#189](https://github.com/googleapis/java-iam-admin/issues/189)) ([f0eef4e](https://github.com/googleapis/java-iam-admin/commit/f0eef4ef48092d5a9ec3fff73f052395a43deb77)) * Update dependency protobuf to v4 ([#178](https://github.com/googleapis/java-iam-admin/issues/178)) ([6eb4f64](https://github.com/googleapis/java-iam-admin/commit/6eb4f6416a3a8a562e1edb38355ea0cd5759d696)) * Update dependency pyjwt to v2.5.0 ([#190](https://github.com/googleapis/java-iam-admin/issues/190)) ([67b346f](https://github.com/googleapis/java-iam-admin/commit/67b346ffd690b3a9e57168c6fa3918e5bdf3922e)) * Update dependency requests to v2.28.1 ([#191](https://github.com/googleapis/java-iam-admin/issues/191)) ([8302051](https://github.com/googleapis/java-iam-admin/commit/8302051194f258db4e3c422212e02bb536072e0b)) * Update dependency typing-extensions to v4.3.0 ([#175](https://github.com/googleapis/java-iam-admin/issues/175)) ([0382f2c](https://github.com/googleapis/java-iam-admin/commit/0382f2ccb08606b620b2f02451efecc94bec0030)) * Update dependency zipp to v3.8.1 ([#176](https://github.com/googleapis/java-iam-admin/issues/176)) ([e576413](https://github.com/googleapis/java-iam-admin/commit/e576413a97523349f01584b3d546baf64bf20456)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
#191) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 485623855 Source-Link: https://github.com/googleapis/googleapis/commit/807125e7953e32535710924fe4bf0362ac93754d Source-Link: https://github.com/googleapis/googleapis-gen/commit/c4ddd6d651da69658a4762c5eafff5cd8f0e25c5 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRkZGQ2ZDY1MWRhNjk2NThhNDc2MmM1ZWFmZmY1Y2Q4ZjBlMjVjNSJ9
This PR addresses #129.
Notes: the example uses
AuthCredentials.createForJson
so we should not update previous versions sites. If I am not mistaken Travis will use the new files from this PR for the next release.You can have a look at the page here, comments are more than welcome.