Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for instance processing units #665

Merged
merged 13 commits into from Jun 21, 2021
Merged

Conversation

olavloite
Copy link
Collaborator

No description provided.

@olavloite olavloite added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Nov 19, 2020
@olavloite olavloite requested a review from a team as a code owner November 19, 2020 19:00
@olavloite olavloite requested a review from a team November 19, 2020 19:00
@olavloite olavloite requested a review from a team as a code owner November 19, 2020 19:00
@generated-files-bot
Copy link

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

  • .github/workflows/approve-readme.yaml
  • .github/workflows/auto-release.yaml
  • .github/workflows/formatting.yaml
  • google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminClientTest.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/SpannerInstanceAdminProto.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/proto/google/spanner/admin/instance/v1/spanner_instance_admin.proto
  • samples/snippets/pom.xml

@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Nov 19, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 19, 2020
@snippet-bot
Copy link

snippet-bot bot commented Nov 19, 2020

No region tags are edited in this PR.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

Copy link
Contributor

@thiagotnunes thiagotnunes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@generated-files-bot
Copy link

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

  • google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminClientTest.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/SpannerInstanceAdminProto.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/proto/google/spanner/admin/instance/v1/spanner_instance_admin.proto

@generated-files-bot
Copy link

generated-files-bot bot commented Feb 4, 2021

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

  • google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminClientTest.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/SpannerInstanceAdminProto.java
  • proto-google-cloud-spanner-admin-instance-v1/src/main/proto/google/spanner/admin/instance/v1/spanner_instance_admin.proto

@codecov
Copy link

codecov bot commented Feb 4, 2021

Codecov Report

Merging #665 (b164d50) into master (cd45643) will increase coverage by 0.04%.
The diff coverage is 100.00%.

❗ Current head b164d50 differs from pull request most recent head 5c462ae. Consider uploading reports for the commit 5c462ae to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master     #665      +/-   ##
============================================
+ Coverage     84.86%   84.91%   +0.04%     
- Complexity     2762     2769       +7     
============================================
  Files           156      156              
  Lines         14318    14335      +17     
  Branches       1377     1379       +2     
============================================
+ Hits          12151    12172      +21     
+ Misses         1596     1592       -4     
  Partials        571      571              
Impacted Files Coverage Δ
...c/main/java/com/google/cloud/spanner/Instance.java 82.25% <100.00%> (+0.90%) ⬆️
.../google/cloud/spanner/InstanceAdminClientImpl.java 89.87% <100.00%> (+0.39%) ⬆️
...in/java/com/google/cloud/spanner/InstanceInfo.java 97.91% <100.00%> (+2.62%) ⬆️
...a/com/google/cloud/spanner/SessionPoolOptions.java 69.53% <0.00%> (ø)
...ain/java/com/google/cloud/spanner/SessionPool.java 88.75% <0.00%> (+0.20%) ⬆️

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 1e1df84...5c462ae. Read the comment docs.

@google-cla
Copy link

google-cla bot commented May 6, 2021

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels May 6, 2021
@google-cla google-cla bot added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels May 6, 2021
Due to master merge the compilation was failing. Fixes the builder
construction here.
Adds default implementation for the InstanceInfo set processing units in
order to avoid a breaking change.
Removes the LCI samples for now, because they won't compile. We will
re-add them once the main implementation is released.
@thiagotnunes thiagotnunes requested a review from elharo June 18, 2021 01:11
@thiagotnunes thiagotnunes removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 21, 2021
@thiagotnunes thiagotnunes merged commit 9c1c8e9 into master Jun 21, 2021
@thiagotnunes thiagotnunes deleted the processing-units branch June 21, 2021 01:22
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#4689

Changes:

feat(gaming): support version reporting API
  PiperOrigin-RevId: 393476621
  Source-Link: googleapis/googleapis@e9da6f8

chore: update gapic-generator-ruby to 0.10.1
  Committer: @virost
  PiperOrigin-RevId: 393450219
  Source-Link: googleapis/googleapis@41635ad
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants