Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

chore: migrate to microgenerator #95

Merged
merged 7 commits into from
Dec 14, 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/9394fae7-3d9c-40e5-96d4-9e786bdf5e45/targets

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 347036369
Source-Link: googleapis/googleapis@6d65640
PiperOrigin-RevId: 346372957
Source-Link: googleapis/googleapis@857f70d
PiperOrigin-RevId: 346126713
Source-Link: googleapis/googleapis@b8b2f8c
PiperOrigin-RevId: 345476969
Source-Link: googleapis/googleapis@7be2c82
PiperOrigin-RevId: 345067549
Source-Link: googleapis/googleapis@8cfc6c8
PiperOrigin-RevId: 344838119
Source-Link: googleapis/googleapis@88ad4d3
PiperOrigin-RevId: 344134135
Source-Link: googleapis/googleapis@b11a87f

…o from .bazelrc

Committer: @miraleung
PiperOrigin-RevId: 344134135

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Nov 24 14:38:21 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: b11a87f3b54be3a5e42c15020ee1e0781f86da90
Source-Link: googleapis/googleapis@b11a87f
Committer: @miraleung
PiperOrigin-RevId: 344838119

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Nov 30 10:20:34 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 88ad4d34ce272c1af42611ae6dd4477e996213e0
Source-Link: googleapis/googleapis@88ad4d3
Committer: @miraleung
PiperOrigin-RevId: 345067549

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Dec 1 11:49:14 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 8cfc6c874574b649b4524a4ef6a0651533325a84
Source-Link: googleapis/googleapis@8cfc6c8
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
Committer: @miraleung
PiperOrigin-RevId: 346126713

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Dec 7 10:39:38 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: b8b2f8c288cec1f673bf10aa5008819c1576bf2e
Source-Link: googleapis/googleapis@b8b2f8c
Committer: @miraleung
PiperOrigin-RevId: 346372957

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Dec 8 11:37:30 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 857f70daef9f4c38f042fb3dfb7b8423ae18fd19
Source-Link: googleapis/googleapis@857f70d
Committer: @miraleung
PiperOrigin-RevId: 347036369

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Dec 11 11:13:47 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 6d65640b1fcbdf26ea76cb720de0ac138cae9bed
Source-Link: googleapis/googleapis@6d65640
@yoshi-automation yoshi-automation requested a review from a team as a code owner December 11, 2020 23:22
@product-auto-label product-auto-label bot added the api: notebooks Issues related to the googleapis/java-notebooks API. label Dec 11, 2020
@generated-files-bot
Copy link

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

  • google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/NotebookServiceClient.java
  • google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/NotebookServiceSettings.java
  • google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/package-info.java
  • google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/stub/GrpcNotebookServiceCallableFactory.java
  • google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/stub/GrpcNotebookServiceStub.java
  • google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/stub/NotebookServiceStub.java
  • google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/stub/NotebookServiceStubSettings.java
  • google-cloud-notebooks/src/test/java/com/google/cloud/notebooks/v1beta1/MockNotebookService.java
  • google-cloud-notebooks/src/test/java/com/google/cloud/notebooks/v1beta1/MockNotebookServiceImpl.java
  • google-cloud-notebooks/src/test/java/com/google/cloud/notebooks/v1beta1/NotebookServiceClientTest.java
  • proto-google-cloud-notebooks-v1beta1/src/main/java/com/google/cloud/notebooks/v1beta1/EnvironmentName.java
  • proto-google-cloud-notebooks-v1beta1/src/main/java/com/google/cloud/notebooks/v1beta1/InstanceName.java

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 11, 2020
@codecov
Copy link

codecov bot commented Dec 11, 2020

Codecov Report

Merging #95 (cbb4183) into master (08f88a5) will increase coverage by 0.05%.
The diff coverage is 58.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #95      +/-   ##
============================================
+ Coverage     81.98%   82.04%   +0.05%     
  Complexity      118      118              
============================================
  Files             6        6              
  Lines          1399     1398       -1     
  Branches          3        3              
============================================
  Hits           1147     1147              
+ Misses          249      248       -1     
  Partials          3        3              
Impacted Files Coverage Δ Complexity Δ
...cloud/notebooks/v1beta1/NotebookServiceClient.java 69.02% <ø> (ø) 41.00 <0.00> (ø)
...ud/notebooks/v1beta1/stub/NotebookServiceStub.java 2.70% <ø> (ø) 1.00 <0.00> (ø)
...otebooks/v1beta1/stub/GrpcNotebookServiceStub.java 94.87% <11.11%> (+0.01%) 27.00 <0.00> (ø)
...oud/notebooks/v1beta1/NotebookServiceSettings.java 7.29% <50.00%> (ø) 2.00 <0.00> (ø)
...ooks/v1beta1/stub/NotebookServiceStubSettings.java 90.54% <63.94%> (+0.12%) 43.00 <0.00> (ø)
...beta1/stub/GrpcNotebookServiceCallableFactory.java 50.00% <100.00%> (ø) 4.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 08f88a5...cbb4183. Read the comment docs.

@chingor13 chingor13 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. chore: migrate to microgenerator Dec 14, 2020
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Dec 14, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit c78e30c into master Dec 14, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth-googleapis branch December 14, 2020 18:44
@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 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: notebooks Issues related to the googleapis/java-notebooks 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.