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

chore: regenerate with latest protos and gapic config #121

Merged
merged 10 commits into from
Apr 7, 2020

Conversation

yihanzhen
Copy link
Contributor

@yihanzhen yihanzhen commented Apr 3, 2020

Add multi-pattern resource name support for JobTriggerName, StoredInfoTypeName, InspectTemplateName and DeidentifyTemplateName.

Checked out #119 and added the following manual changes for backward-compatibility:

  • Make ProjectJobTriggerName$Builder and OrganizationJobTriggerName$Builder extend JobTriggerName$Builder.
  • Make ProjectStoredInfoTypeName$Builder and OrganizationStoredInfoTypeName$Builder extend StoredInfoTypeName$Builder.
  • Make ProjectDeidentifyTemplateName$Builder and OrganizationDeidentifiedTemplateName$Builder extend DeidentifiedTemplateName$Builder.
  • Make ProjectInspectTemplateName$Builder and OrganizationInspectTemplateName$Builder extend InspectTemplateName$Builder.

yoshi-automation and others added 10 commits March 31, 2020 15:01
…uration to v1.0.13 (googleapis#110)

googleapis@97c5b1d
commit 97c5b1d
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Wed Mar 25 20:52:10 2020 +0100

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

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud.samples:shared-configuration](https://github.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://github.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.13)

    [Compare Source](https://github.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-dlp).
…is#113)

googleapis@a360c76
commit a360c76
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Thu Mar 26 00:20:57 2020 +0100

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

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.api:api-common](https://github.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://github.com/googleapis/api-common-java/releases/v1.9.0)

    [Compare Source](https://github.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://github.com/googleapis/api-common-java/pull/117))

    ##### Dependencies

    -   Update guava to v28.2-android ([#&#8203;110](https://github.com/googleapis/api-common-java/pull/110))
    -   Update error_prone_annotations to v2.2.3 ([#&#8203;111](https://github.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-dlp).
…uration to v1.0.14 (googleapis#115)

googleapis@d9bef17
commit d9bef17
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Mon Mar 30 20:14:13 2020 +0200

    chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.14 (googleapis#115)

    This PR contains the following updates:

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

    ---

    ### Release Notes

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

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

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

    -   Update CheckStyle to 8.31
    -   Add SpotBugs

    </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-dlp).
googleapis@f21b5e6
commit f21b5e6
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Mon Mar 30 19:22:16 2020 +0000

    chore: release 1.1.0 (googleapis#114)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [1.1.0](https://www.github.com/googleapis/java-dlp/compare/v1.0.1...v1.1.0) (2020-03-30)

    ### Features

    * **v2:** add HybridInspect RPCs, add missing fields to Finding ([googleapis#97](https://www.github.com/googleapis/java-dlp/issues/97)) ([6d511b1](https://www.github.com/googleapis/java-dlp/commit/6d511b1a06834a50d3cbca4d7701ed817425b584))

    ### Bug Fixes

    * undeprecate resource name classes until multi-pattern resources are available ([googleapis#92](https://www.github.com/googleapis/java-dlp/issues/92)) ([972b63b](https://www.github.com/googleapis/java-dlp/commit/972b63b755a456087777e5f84da77c6c7995d7fa))

    ### Dependencies

    * update core ([googleapis#91](https://www.github.com/googleapis/java-dlp/issues/91)) ([d468c44](https://www.github.com/googleapis/java-dlp/commit/d468c4424c7f5c14cfb3b5bab1959e2930e2cbf0))
    * update core dependencies to v1.54.0 ([googleapis#89](https://www.github.com/googleapis/java-dlp/issues/89)) ([b25fb80](https://www.github.com/googleapis/java-dlp/commit/b25fb80e5b34ba3a91225d23599324e90e5eaee6))
    * update dependency com.google.api:api-common to v1.9.0 ([googleapis#113](https://www.github.com/googleapis/java-dlp/issues/113)) ([a360c76](https://www.github.com/googleapis/java-dlp/commit/a360c76e0c171d99510cdb20da083e6ab5dc9def))
    * update dependency com.google.protobuf:protobuf-java to v3.11.4 ([4a82db8](https://www.github.com/googleapis/java-dlp/commit/4a82db8acbd2672cb79c3c287a4bb3709602079e))
    * update dependency io.grpc:grpc-bom to v1.27.1 ([640ef5f](https://www.github.com/googleapis/java-dlp/commit/640ef5f7869190de4954c3ed6627b3be0df0810b))
    * update dependency io.grpc:grpc-bom to v1.27.2 ([772b048](https://www.github.com/googleapis/java-dlp/commit/772b04812d61e534c1c5966e215e086c7744c6e9))

    ### Documentation

    * **regen:** update sample code to set total timeout, add API client header test ([991e966](https://www.github.com/googleapis/java-dlp/commit/991e9660b36014339db0a5d6265b565d1492bc90))
    ---

    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
…1.1.0 (googleapis#117)

googleapis@f2a1248
commit f2a1248
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Tue Mar 31 00:04:41 2020 +0200

    chore(deps): update dependency com.google.cloud:google-cloud-dlp to v1.1.0 (googleapis#117)
googleapis@caa7239
commit caa7239
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Mon Mar 30 22:12:08 2020 +0000

    chore: release 1.1.1-SNAPSHOT (googleapis#116)

    🤖 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).
googleapis/googleapis@8714422
commit 87144228bd9920b824996355f27891310fad5a32
Author: Google APIs <noreply@google.com>
Date:   Tue Mar 31 10:48:22 2020 -0700

    Enable gapic v2 for DLP.

    Committer: @hzyi-google
    PiperOrigin-RevId: 303999064
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 3, 2020
@codecov
Copy link

codecov bot commented Apr 3, 2020

Codecov Report

Merging #121 into master will decrease coverage by 11.68%.
The diff coverage is 83.15%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #121       +/-   ##
=============================================
- Coverage      83.1%   71.41%   -11.69%     
- Complexity      156      190       +34     
=============================================
  Files             6        6               
  Lines          1438     1847      +409     
  Branches          6        6               
=============================================
+ Hits           1195     1319      +124     
- Misses          237      489      +252     
- Partials          6       39       +33
Impacted Files Coverage Δ Complexity Δ
...java/com/google/cloud/dlp/v2/DlpServiceClient.java 47.36% <ø> (-38.75%) 103 <0> (+34)
...a/com/google/cloud/dlp/v2/stub/DlpServiceStub.java 2.56% <0%> (ø) 1 <0> (ø) ⬇️
...va/com/google/cloud/dlp/v2/DlpServiceSettings.java 7.52% <0%> (ø) 2 <0> (ø) ⬇️
...ogle/cloud/dlp/v2/stub/DlpServiceStubSettings.java 82.95% <82.97%> (ø) 42 <11> (ø) ⬇️
...m/google/cloud/dlp/v2/stub/GrpcDlpServiceStub.java 98.06% <99.37%> (ø) 39 <11> (ø) ⬇️

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 a360c76...d9f7a16. Read the comment docs.

@chingor13 chingor13 merged commit 57ee89c into googleapis:master Apr 7, 2020
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
Development

Successfully merging this pull request may close these issues.

4 participants