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

fix!: multi-pattern resource names changes #18

Merged
merged 5 commits into from
Apr 8, 2020
Merged

fix!: multi-pattern resource names changes #18

merged 5 commits into from
Apr 8, 2020

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/7944990e-a867-41a9-a813-cf2330f7c314/targets

…uration to v1.0.13 (#13)

3193a29
commit 3193a29
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Wed Mar 25 20:53:23 2020 +0100

    chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.13 (#13)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.12` -> `1.0.13` |

    ---

    ### Release Notes

    <details>
    <summary>GoogleCloudPlatform/java-repo-tools</summary>

    ### [`v1.0.13`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.13)

    [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.12...v1.0.13)

    Fix some issues w/ Checkstyle configuration.  We left the option to turn it off out.

    </details>

    ---

    ### Renovate configuration

    📅 **Schedule**: 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, check this box

    ---

    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-securitycenter-settings).
1dc8a17
commit 1dc8a17
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Thu Mar 26 00:23:21 2020 +0100

    deps: update dependency com.google.api:api-common to v1.9.0 (#16)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.api:api-common](https://togithub.com/googleapis/api-common-java) | minor | `1.8.1` -> `1.9.0` |

    ---

    ### Release Notes

    <details>
    <summary>googleapis/api-common-java</summary>

    ### [`v1.9.0`](https://togithub.com/googleapis/api-common-java/releases/v1.9.0)

    [Compare Source](https://togithub.com/googleapis/api-common-java/compare/v1.8.1...v1.9.0)

    03-25-2020 14:09 PST

    #### New Features

    -   Add `@BetaApi` `ApiFutres.catchingAsync()` ([#&#8203;117](https://togithub.com/googleapis/api-common-java/pull/117))

    ##### Dependencies

    -   Update guava to v28.2-android ([#&#8203;110](https://togithub.com/googleapis/api-common-java/pull/110))
    -   Update error_prone_annotations to v2.2.3 ([#&#8203;111](https://togithub.com/googleapis/api-common-java/pull/111))

    </details>

    ---

    ### Renovate configuration

    📅 **Schedule**: 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, check this box

    ---

    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-securitycenter-settings).
6c5a3b8
commit 6c5a3b8
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Thu Mar 26 15:56:08 2020 +0000

    chore: release 0.1.1-SNAPSHOT (#11)

    🤖 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).
…. new commits: - fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)

googleapis/googleapis@8bea81b
commit 8bea81bfa461698981b3d3a488a95633d2f6e9ff
Author: Google APIs <noreply@google.com>
Date:   Thu Mar 26 14:44:25 2020 -0700

    chore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE.
    new commits:
    - fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)

    committer: @hzyi-google
    PiperOrigin-RevId: 303197602
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 26, 2020
@codecov
Copy link

codecov bot commented Mar 26, 2020

Codecov Report

Merging #18 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #18   +/-   ##
=========================================
  Coverage     76.84%   76.84%           
  Complexity       85       85           
=========================================
  Files             6        6           
  Lines           717      717           
  Branches          3        3           
=========================================
  Hits            551      551           
  Misses          156      156           
  Partials         10       10

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 6c5a3b8...a4a374c. Read the comment docs.

@chingor13 chingor13 changed the title [CHANGE ME] Re-generated to pick up changes in the API or client library generator. [REGEN] breaking resource names Mar 27, 2020
@chingor13 chingor13 changed the title [REGEN] breaking resource names fix!: multi-pattern resource names changes Apr 3, 2020
@chingor13 chingor13 merged commit 687dddf into master Apr 8, 2020
@chingor13 chingor13 deleted the autosynth branch April 8, 2020 22:18
@release-please release-please bot mentioned this pull request Apr 8, 2020
gcf-merge-on-green bot pushed a commit that referenced this pull request Apr 13, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [0.2.0](https://www.github.com/googleapis/java-securitycenter-settings/compare/v0.1.0...v0.2.0) (2020-04-09)


### ⚠ BREAKING CHANGES

* multi-pattern resource names changes (#18)

### Bug Fixes

* multi-pattern resource names changes ([#18](https://www.github.com/googleapis/java-securitycenter-settings/issues/18)) ([687dddf](https://www.github.com/googleapis/java-securitycenter-settings/commit/687dddf98f3d76d9db1e61a9d7d37425f01f0503)), closes [#13](https://www.github.com/googleapis/java-securitycenter-settings/issues/13) [#13](https://www.github.com/googleapis/java-securitycenter-settings/issues/13) [#16](https://www.github.com/googleapis/java-securitycenter-settings/issues/16) [#16](https://www.github.com/googleapis/java-securitycenter-settings/issues/16) [#8203](https://www.github.com/googleapis/java-securitycenter-settings/issues/8203) [#8203](https://www.github.com/googleapis/java-securitycenter-settings/issues/8203) [#8203](https://www.github.com/googleapis/java-securitycenter-settings/issues/8203) [#11](https://www.github.com/googleapis/java-securitycenter-settings/issues/11) [#11](https://www.github.com/googleapis/java-securitycenter-settings/issues/11) [#79](https://www.github.com/googleapis/java-securitycenter-settings/issues/79) [#79](https://www.github.com/googleapis/java-securitycenter-settings/issues/79)


### Dependencies

* update core dependencies ([#4](https://www.github.com/googleapis/java-securitycenter-settings/issues/4)) ([48b692b](https://www.github.com/googleapis/java-securitycenter-settings/commit/48b692b23a69165ee0db85e7db25e4624e3d7946))
* update dependency com.google.api:api-common to v1.9.0 ([#16](https://www.github.com/googleapis/java-securitycenter-settings/issues/16)) ([1dc8a17](https://www.github.com/googleapis/java-securitycenter-settings/commit/1dc8a17bce5de884610e7754136ca505eb8ced1c))
* update dependency org.threeten:threetenbp to v1.4.3 ([#5](https://www.github.com/googleapis/java-securitycenter-settings/issues/5)) ([874d8cd](https://www.github.com/googleapis/java-securitycenter-settings/commit/874d8cdccee3db087f68cb8a41efd858b518689d))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
3 participants