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

chore: migrate to the microgenerator#278

Merged
gcf-merge-on-green[bot] merged 3 commits intomasterfrom
autosynth-googleapis
Dec 9, 2020
Merged

chore: migrate to the microgenerator#278
gcf-merge-on-green[bot] merged 3 commits intomasterfrom
autosynth-googleapis

Conversation

@yoshi-automation
Copy link
Copy Markdown
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/eabb18c9-8973-4a17-9e3b-a22a7c731d74/targets

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 345476969
Source-Link: googleapis/googleapis@7be2c82
PiperOrigin-RevId: 345470945
Source-Link: googleapis/googleapis@50586d3
PiperOrigin-RevId: 345309092
Source-Link: googleapis/googleapis@62d90c2

Committer: @miraleung
PiperOrigin-RevId: 345309092

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Dec 2 14:07:31 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 62d90c27e888003cbcdaf0efe3aa3e9849d6c127
Source-Link: googleapis/googleapis@62d90c2
Note: this isn't marked as a breaking change in the conventional commit as it is *only* breaking for C# and PHP, and Google Cloud Client Libraries for the Access Approval API have not been released in these languages yet. Anyone who previously generated libraries for these languages will see a breaking change when they regenerate though.
PiperOrigin-RevId: 345470945

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Dec 3 09:40:23 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 50586d334050bc726c7d163d9ec5ce559e72dc73
Source-Link: googleapis/googleapis@50586d3
Committer: @miraleung
PiperOrigin-RevId: 345476969

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Dec 3 10:07:32 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 7be2c821dd88109038c55c89f7dd48f092eeab9d
Source-Link: googleapis/googleapis@7be2c82
@generated-files-bot
Copy link
Copy Markdown

Warning: This pull request is touching the following templated files:

  • google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClient.java
  • google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminSettings.java
  • google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/package-info.java
  • google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStub.java
  • google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStubSettings.java
  • google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalCallableFactory.java
  • google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalStub.java
  • google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClientTest.java
  • google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApproval.java
  • google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/MockAccessApprovalImpl.java
  • proto-google-cloud-accessapproval-v1/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalProto.java
  • proto-google-cloud-accessapproval-v1/src/main/proto/google/cloud/accessapproval/v1/accessapproval.proto

@product-auto-label product-auto-label bot added the api: accessapproval Issues related to the googleapis/java-accessapproval API. label Dec 3, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 3, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 3, 2020

Codecov Report

Merging #278 (b994bb2) into master (b6de3c0) will decrease coverage by 0.16%.
The diff coverage is 53.06%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #278      +/-   ##
============================================
- Coverage     77.91%   77.75%   -0.17%     
  Complexity       64       64              
============================================
  Files             6        6              
  Lines           471      472       +1     
  Branches          2        2              
============================================
  Hits            367      367              
- Misses          102      103       +1     
  Partials          2        2              
Impacted Files Coverage Δ Complexity Δ
...d/accessapproval/v1/AccessApprovalAdminClient.java 77.02% <ø> (ø) 27.00 <0.00> (ø)
...oud/accessapproval/v1/stub/AccessApprovalStub.java 11.11% <ø> (ø) 1.00 <0.00> (ø)
...ssapproval/v1/stub/AccessApprovalStubSettings.java 81.48% <48.78%> (-0.23%) 17.00 <0.00> (ø)
...accessapproval/v1/AccessApprovalAdminSettings.java 17.07% <50.00%> (ø) 2.00 <0.00> (ø)
...accessapproval/v1/stub/GrpcAccessApprovalStub.java 93.82% <80.00%> (-0.47%) 14.00 <1.00> (ø)
...val/v1/stub/GrpcAccessApprovalCallableFactory.java 37.50% <100.00%> (ø) 3.00 <1.00> (ø)

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 b6de3c0...b994bb2. Read the comment docs.

@chingor13 chingor13 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. chore: migrate to the microgenerator Dec 9, 2020
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Dec 9, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 4fbdf5e into master Dec 9, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth-googleapis branch December 9, 2020 23:14
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: accessapproval Issues related to the googleapis/java-accessapproval API. cla: yes This human has signed the Contributor License Agreement. context: full

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants