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

Add support for Compute's operations #728

Merged
merged 6 commits into from
Mar 16, 2016

Conversation

mziccard
Copy link
Contributor

@mziccard mziccard commented Mar 8, 2016

This PR adds support to gcloud-java-compute for operations:

  • Add RegionOperationId, ZoneOperationId, GlobalOperationId classes
  • Add functional methods for operations to Compute's service and rpc classes
  • Add Operation class (with functional methods)
  • Add unit and integration tests

@mziccard mziccard added the api: compute Issues related to the Compute Engine API. label Mar 8, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 8, 2016
- Add RegionOperationId, ZoneOperationId, GlobalOperationId classes
- Add functional methods for operations to Compute's service and rpc classes
- Add Operation class (with functional methods)
- Add unit and integration tests
}

/**
* Returns an inequality filter for the given field and long value.

This comment was marked as spam.

@ajkannan
Copy link

Hey @mziccard, just a heads up that I haven't finished my pass yet (I'll start back up tomorrow). I'll probably be focusing more on javadocs/tests and @aozarov will be looking at the rest.

import com.google.common.collect.ImmutableMap;
import com.google.gcloud.compute.Operation.OperationError;
import com.google.gcloud.compute.Operation.Status;
import com.google.gcloud.compute.Operation.OperationWarning;

This comment was marked as spam.

* To get an {@code Operation} object with the most recent information, use
* {@link #reload(Compute.OperationOption...)}.
*/
public final class Operation implements Serializable {

This comment was marked as spam.

@aozarov
Copy link
Contributor

aozarov commented Mar 15, 2016

Nice work. Done with first iteration.

- Add Type enum to OperationId and type() getter
- Replace instanceof with switch on type()
- Add better javadoc to Operation
- Remove final from Operation, make hashCode and equals final
@mziccard
Copy link
Contributor Author

Comments fixed in c41ad14 and 484071c

ZoneOperationId zoneOperationId = (ZoneOperationId) operationId;
return computeRpc.getZoneOperation(zoneOperationId.zone(),
zoneOperationId.operation(), optionsMap);
default:

This comment was marked as spam.

@aozarov
Copy link
Contributor

aozarov commented Mar 15, 2016

Looks great! Feel free to merge without or without my latest nits.

mziccard added a commit that referenced this pull request Mar 16, 2016
Add support for Compute's operations
@mziccard mziccard merged commit a4f6db9 into googleapis:compute-alpha Mar 16, 2016
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jul 1, 2022
🤖 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). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Aug 1, 2022
🤖 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). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
…cies to v3.0.1 (#728)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://github.com/googleapis/java-shared-dependencies) | `3.0.0` -> `3.0.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/compatibility-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.1/confidence-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-dependencies</summary>

### [`v3.0.1`](https://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;301-httpsgithubcomgoogleapisjava-shared-dependenciescomparev300v301-2022-08-02)

[Compare Source](https://github.com/googleapis/java-shared-dependencies/compare/v3.0.0...v3.0.1)

##### Dependencies

-   update dependency com.google.code.gson:gson to v2.9.1 ([#&#8203;766](https://github.com/googleapis/java-shared-dependencies/issues/766)) ([f7b2b06](https://github.com/googleapis/java-shared-dependencies/commit/f7b2b06b80e3e95ff8ab9b1d6a2638ef3069298a))
-   update gax.version to v2.18.7 ([#&#8203;767](https://github.com/googleapis/java-shared-dependencies/issues/767)) ([9650368](https://github.com/googleapis/java-shared-dependencies/commit/96503682e98cdf348ea2c1365a03a60f4322c712))
-   update google.core.version to v2.8.6 ([#&#8203;770](https://github.com/googleapis/java-shared-dependencies/issues/770)) ([cfd4377](https://github.com/googleapis/java-shared-dependencies/commit/cfd4377dc178cebb4724065d55d185ce03988d55))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigqueryconnection).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.2](googleapis/java-texttospeech@v2.4.1...v2.4.2) (2022-08-09)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#725](googleapis/java-texttospeech#725)) ([87d29d3](googleapis/java-texttospeech@87d29d3))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


## [2.5.0](googleapis/java-bigqueryconnection@v2.4.1...v2.5.0) (2022-08-09)


### Features

* Add service_account_id output field to CloudSQL properties ([#724](googleapis/java-bigqueryconnection#724)) ([e648ac4](googleapis/java-bigqueryconnection@e648ac4))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#725](googleapis/java-bigqueryconnection#725)) ([16ac3d3](googleapis/java-bigqueryconnection@16ac3d3))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.1 ([#728](googleapis/java-bigqueryconnection#728)) ([0427f34](googleapis/java-bigqueryconnection@0427f34))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.3 ([#722](googleapis/java-bigqueryconnection#722)) ([bee54b7](googleapis/java-bigqueryconnection@bee54b7))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.4 ([#723](googleapis/java-bigqueryconnection#723)) ([0df1911](googleapis/java-bigqueryconnection@0df1911))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Aug 12, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…1575) (#728)

Source-Link: googleapis/synthtool@2e9ac19
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.5](https://github.com/googleapis/java-bigqueryreservation/compare/v2.4.4...v2.4.5) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#741](https://github.com/googleapis/java-bigqueryreservation/issues/741)) ([1debf99](https://github.com/googleapis/java-bigqueryreservation/commit/1debf993bba11a6cddb2e8d40d9df6b8551ec1f1))
* Update dependency certifi to v2022.9.24 ([#720](https://github.com/googleapis/java-bigqueryreservation/issues/720)) ([4d071ce](https://github.com/googleapis/java-bigqueryreservation/commit/4d071ced03689df379ff02c7d3f4a31715670268))
* Update dependency charset-normalizer to v2.1.1 ([#724](https://github.com/googleapis/java-bigqueryreservation/issues/724)) ([6d25d08](https://github.com/googleapis/java-bigqueryreservation/commit/6d25d085ba4c7a602492d3db1d967db6e35c2f65))
* Update dependency click to v8.1.3 ([#725](https://github.com/googleapis/java-bigqueryreservation/issues/725)) ([737be00](https://github.com/googleapis/java-bigqueryreservation/commit/737be00b716b190ce3df7a255751ae9ea47744dd))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#745](https://github.com/googleapis/java-bigqueryreservation/issues/745)) ([6abed9f](https://github.com/googleapis/java-bigqueryreservation/commit/6abed9f128902a6e0011db6a9adf436d143549e5))
* Update dependency gcp-releasetool to v1.8.8 ([#721](https://github.com/googleapis/java-bigqueryreservation/issues/721)) ([d1bceed](https://github.com/googleapis/java-bigqueryreservation/commit/d1bceedcd66230f5024a28aefeb7a5a726e2ca7c))
* Update dependency google-api-core to v2.10.1 ([#726](https://github.com/googleapis/java-bigqueryreservation/issues/726)) ([ffdb83f](https://github.com/googleapis/java-bigqueryreservation/commit/ffdb83f9bd65a06f081e4d286aabeaeb6ae91657))
* Update dependency google-auth to v2.12.0 ([#727](https://github.com/googleapis/java-bigqueryreservation/issues/727)) ([14938e7](https://github.com/googleapis/java-bigqueryreservation/commit/14938e7719d877b6bb510b73380f2d5781948fe6))
* Update dependency google-cloud-core to v2.3.2 ([#722](https://github.com/googleapis/java-bigqueryreservation/issues/722)) ([f2b8e24](https://github.com/googleapis/java-bigqueryreservation/commit/f2b8e24a8d852df15df8d51898070aa1fcca7351))
* Update dependency google-cloud-storage to v2.5.0 ([#728](https://github.com/googleapis/java-bigqueryreservation/issues/728)) ([2929a3a](https://github.com/googleapis/java-bigqueryreservation/commit/2929a3a8cee4957f548750eae8d6d7b45e3eb525))
* Update dependency google-crc32c to v1.5.0 ([#729](https://github.com/googleapis/java-bigqueryreservation/issues/729)) ([ba4ea5b](https://github.com/googleapis/java-bigqueryreservation/commit/ba4ea5b6823ff041bf9d35e6c70f1eb689bd61ad))
* Update dependency googleapis-common-protos to v1.56.4 ([#723](https://github.com/googleapis/java-bigqueryreservation/issues/723)) ([08f6a0e](https://github.com/googleapis/java-bigqueryreservation/commit/08f6a0e366d8b9f4eecc70343373faae679bc790))
* Update dependency importlib-metadata to v4.12.0 ([#730](https://github.com/googleapis/java-bigqueryreservation/issues/730)) ([8c76d37](https://github.com/googleapis/java-bigqueryreservation/commit/8c76d3769de6b6f50101685836db08e32b08357d))
* Update dependency jeepney to v0.8.0 ([#731](https://github.com/googleapis/java-bigqueryreservation/issues/731)) ([c44516d](https://github.com/googleapis/java-bigqueryreservation/commit/c44516d27b5cdf7199cb3c69068689bf7f98f1de))
* Update dependency jinja2 to v3.1.2 ([#732](https://github.com/googleapis/java-bigqueryreservation/issues/732)) ([3723078](https://github.com/googleapis/java-bigqueryreservation/commit/37230783b12e600cee90372bbae9ba00d382eb98))
* Update dependency keyring to v23.9.3 ([#733](https://github.com/googleapis/java-bigqueryreservation/issues/733)) ([70333a6](https://github.com/googleapis/java-bigqueryreservation/commit/70333a663a5112662bbaa63618ad97c3f4561f9c))
* Update dependency markupsafe to v2.1.1 ([#735](https://github.com/googleapis/java-bigqueryreservation/issues/735)) ([0b70a40](https://github.com/googleapis/java-bigqueryreservation/commit/0b70a401c5a5144713fee932719aa4622d3703ac))
* Update dependency requests to v2.28.1 ([#738](https://github.com/googleapis/java-bigqueryreservation/issues/738)) ([708af55](https://github.com/googleapis/java-bigqueryreservation/commit/708af5554ca9d9432f7f268ef35bfdf82e5ef2b5))
* Update dependency zipp to v3.8.1 ([#740](https://github.com/googleapis/java-bigqueryreservation/issues/740)) ([a6b4dcc](https://github.com/googleapis/java-bigqueryreservation/commit/a6b4dcc8205d4488e70fc0deded16f0ca704e81a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.4](https://github.com/googleapis/java-servicedirectory/compare/v2.4.3...v2.4.4) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#738](https://github.com/googleapis/java-servicedirectory/issues/738)) ([d6c4a88](https://github.com/googleapis/java-servicedirectory/commit/d6c4a8870be315f7c6c3c96d04143d0d25e5c0e6))
* Update dependency certifi to v2022.9.24 ([#718](https://github.com/googleapis/java-servicedirectory/issues/718)) ([3e47d49](https://github.com/googleapis/java-servicedirectory/commit/3e47d49a389d18327864d495668ac489a06df96e))
* Update dependency charset-normalizer to v2.1.1 ([#723](https://github.com/googleapis/java-servicedirectory/issues/723)) ([6c1c26e](https://github.com/googleapis/java-servicedirectory/commit/6c1c26ea42865c94005b88613a66d02b081f49ca))
* Update dependency click to v8.1.3 ([#724](https://github.com/googleapis/java-servicedirectory/issues/724)) ([fefbaf5](https://github.com/googleapis/java-servicedirectory/commit/fefbaf55a59f0b5416943b0f1b959c7b8281a3a5))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#742](https://github.com/googleapis/java-servicedirectory/issues/742)) ([8b5f03d](https://github.com/googleapis/java-servicedirectory/commit/8b5f03d7e9c6db6027aacfbccb0f65bf5813c8c8))
* Update dependency gcp-releasetool to v1.8.8 ([#719](https://github.com/googleapis/java-servicedirectory/issues/719)) ([52608e9](https://github.com/googleapis/java-servicedirectory/commit/52608e9c542792f3e22f5a9854b7ac98ecbb7798))
* Update dependency google-api-core to v2.10.1 ([#725](https://github.com/googleapis/java-servicedirectory/issues/725)) ([3c5ee3e](https://github.com/googleapis/java-servicedirectory/commit/3c5ee3e25645a2bbbf566a89eb7dd64427db8502))
* Update dependency google-auth to v2.11.1 ([#720](https://github.com/googleapis/java-servicedirectory/issues/720)) ([673d374](https://github.com/googleapis/java-servicedirectory/commit/673d3745a91ca999f36680b46a23f92da40cf9a3))
* Update dependency google-cloud-core to v2.3.2 ([#721](https://github.com/googleapis/java-servicedirectory/issues/721)) ([3c718c1](https://github.com/googleapis/java-servicedirectory/commit/3c718c13bd7487c28dd09d99310a64f5d9459722))
* Update dependency google-cloud-storage to v2.5.0 ([#726](https://github.com/googleapis/java-servicedirectory/issues/726)) ([0d7edf7](https://github.com/googleapis/java-servicedirectory/commit/0d7edf76c00aab38e3bdccc4026e7e397842e959))
* Update dependency google-crc32c to v1.5.0 ([#727](https://github.com/googleapis/java-servicedirectory/issues/727)) ([675dc3c](https://github.com/googleapis/java-servicedirectory/commit/675dc3cd7f9ff6be734db483f7b744c5d6049ec0))
* Update dependency googleapis-common-protos to v1.56.4 ([#722](https://github.com/googleapis/java-servicedirectory/issues/722)) ([d8c0bdc](https://github.com/googleapis/java-servicedirectory/commit/d8c0bdc8989a0fbbee8f388c30e5ef898c59e8a6))
* Update dependency importlib-metadata to v4.12.0 ([#728](https://github.com/googleapis/java-servicedirectory/issues/728)) ([d81d2de](https://github.com/googleapis/java-servicedirectory/commit/d81d2decc22e642021ee31b204e465e5eb02eace))
* Update dependency jeepney to v0.8.0 ([#729](https://github.com/googleapis/java-servicedirectory/issues/729)) ([b04690d](https://github.com/googleapis/java-servicedirectory/commit/b04690d5bcc7e004f8e5b181a7401b69655d8bb7))
* Update dependency jinja2 to v3.1.2 ([#730](https://github.com/googleapis/java-servicedirectory/issues/730)) ([45c144c](https://github.com/googleapis/java-servicedirectory/commit/45c144c4ce2a6e42c37cfe6f75fb08d3981689f4))
* Update dependency protobuf to v4 ([#739](https://github.com/googleapis/java-servicedirectory/issues/739)) ([5221a72](https://github.com/googleapis/java-servicedirectory/commit/5221a72824e91a79a7965f23ec66808d2054ca48))
* Update dependency pyjwt to v2.5.0 ([#734](https://github.com/googleapis/java-servicedirectory/issues/734)) ([e8a6b7b](https://github.com/googleapis/java-servicedirectory/commit/e8a6b7b906ee30a7fbb265d23814102c008cc477))
* Update dependency requests to v2.28.1 ([#735](https://github.com/googleapis/java-servicedirectory/issues/735)) ([b999257](https://github.com/googleapis/java-servicedirectory/commit/b9992577866963a6a30c801520615ab72dd7ee7b))
* Update dependency zipp to v3.8.1 ([#737](https://github.com/googleapis/java-servicedirectory/issues/737)) ([a523100](https://github.com/googleapis/java-servicedirectory/commit/a5231005ab2d4df58bb1192a31c790814047eabd))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 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). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 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). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 6, 2022
…nslation to v0.9.6 (#728)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-mediatranslation](https://github.com/googleapis/java-mediatranslation) | `0.9.5` -> `0.9.6` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-mediatranslation/0.9.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-mediatranslation/0.9.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-mediatranslation/0.9.6/compatibility-slim/0.9.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-mediatranslation/0.9.6/confidence-slim/0.9.5)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-mediatranslation).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=-->
github-actions bot pushed a commit to renovate-bot/google-cloud-java that referenced this pull request Oct 8, 2022
…1.3 (googleapis#728)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://github.com/googleapis/java-cloud-bom)) | `26.1.2` -> `26.1.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/compatibility-slim/26.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/confidence-slim/26.1.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-game-servers).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTkuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIxOS4xIn0=-->
github-actions bot pushed a commit to renovate-bot/google-cloud-java that referenced this pull request Oct 8, 2022
…1.3 (googleapis#728)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://github.com/googleapis/java-cloud-bom)) | `26.1.2` -> `26.1.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/compatibility-slim/26.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/confidence-slim/26.1.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-billing).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTkuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIxOS4xIn0=-->
suztomo pushed a commit that referenced this pull request Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: compute Issues related to the Compute Engine API. 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