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

docs(v1): regenerated docs from protos #86

Merged
merged 5 commits into from Mar 31, 2020
Merged

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/b17960d3-8135-411e-b5a5-8957bdaaf6db/targets

128aa05
commit 128aa05
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Tue Mar 31 09:47:10 2020 -0700

    chore: release 1.0.0 (#83)

    * updated CHANGELOG.md [ci skip]

    * updated README.md [ci skip]

    * updated versions.txt [ci skip]

    * updated google-cloud-secretmanager-bom/pom.xml [ci skip]

    * updated google-cloud-secretmanager/pom.xml [ci skip]

    * updated grpc-google-cloud-secretmanager-v1/pom.xml [ci skip]

    * updated grpc-google-cloud-secretmanager-v1beta1/pom.xml [ci skip]

    * updated proto-google-cloud-secretmanager-v1/pom.xml [ci skip]

    * updated proto-google-cloud-secretmanager-v1beta1/pom.xml [ci skip]

    * updated pom.xml [ci skip]

    * updated samples/install-without-bom/pom.xml [ci skip]

    * updated samples/pom.xml [ci skip]

    * updated samples/snapshot/pom.xml [ci skip]

    * updated samples/snippets/pom.xml [ci skip]

    * chore: fix 1.0.0 version

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Jeff Ching <chingor@google.com>
b797d6e
commit b797d6e
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Tue Mar 31 17:30:20 2020 +0000

    chore: release 1.0.1-SNAPSHOT (#84)

    🤖 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).
…nager to v1 (#85)

3e73c63
commit 3e73c63
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Tue Mar 31 20:26:05 2020 +0200

    chore(deps): update dependency com.google.cloud:google-cloud-secretmanager to v1 (#85)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-secretmanager](https://togithub.com/googleapis/java-secretmanager) | major | `0.3.0` -> `1.0.0` |

    ---

    ### Release Notes

    <details>
    <summary>googleapis/java-secretmanager</summary>

    ### [`v1.0.0`](https://togithub.com/googleapis/java-secretmanager/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapisjava-secretmanagercomparev030v100-2020-03-31)

    [Compare Source](https://togithub.com/googleapis/java-secretmanager/compare/v0.3.0...v1.0.0)

    ##### Features

    -   promote to GA ([#&#8203;81](https://www.github.com/googleapis/java-secretmanager/issues/81)) ([7cac8ea](https://www.github.com/googleapis/java-secretmanager/commit/7cac8ea5da10a18861207f8edf1c29661b0abcb4))

    ##### Dependencies

    -   update dependency com.google.api:api-common to v1.9.0 ([#&#8203;80](https://www.github.com/googleapis/java-secretmanager/issues/80)) ([cbe8764](https://www.github.com/googleapis/java-secretmanager/commit/cbe87647de41bff246336d377449fff1948f0823))
    -   update dependency com.google.cloud:google-cloud-core to v1.93.1 ([#&#8203;59](https://www.github.com/googleapis/java-secretmanager/issues/59)) ([403a628](https://www.github.com/googleapis/java-secretmanager/commit/403a6284cc4815849d177dd69a60fc049feddbf8))

    </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-secretmanager).
…ons.

googleapis/googleapis@dc65f39
commit dc65f39f33cb139b3a2244199a3e722a4d94b679
Author: Google APIs <noreply@google.com>
Date:   Tue Mar 31 13:31:50 2020 -0700

    For Secret Manager v1 and v1beta1, noted Secret ID character limitations.

    PiperOrigin-RevId: 304035052
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 31, 2020
@codecov
Copy link

codecov bot commented Mar 31, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #86   +/-   ##
=========================================
  Coverage     76.91%   76.91%           
  Complexity      192      192           
=========================================
  Files            12       12           
  Lines          1568     1568           
  Branches          6        6           
=========================================
  Hits           1206     1206           
  Misses          334      334           
  Partials         28       28
Impacted Files Coverage Δ Complexity Δ
...retmanager/v1beta1/SecretManagerServiceClient.java 63.92% <ø> (ø) 45 <0> (ø) ⬇️
...d/secretmanager/v1/SecretManagerServiceClient.java 63.92% <ø> (ø) 45 <0> (ø) ⬇️

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 3e73c63...0f09b91. Read the comment docs.

@chingor13 chingor13 changed the title [CHANGE ME] Re-generated to pick up changes in the API or client library generator. docs(v1): regenerated docs from protos Mar 31, 2020
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Mar 31, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 61f5bf9 into master Mar 31, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth branch March 31, 2020 22:42
yoshi-automation added a commit that referenced this pull request Apr 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
3 participants