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

Rename load to get in functional classes #535

Merged
merged 1 commit into from
Jan 8, 2016

Conversation

mziccard
Copy link
Contributor

@mziccard mziccard commented Jan 8, 2016

This PR fixes #532 by renaming static load method in functional classes to get. Docs, tests and examples are updated accordingly.
Blob class needed some more changes due to name ambiguities, I changed the method's signature for batch gets to:

public static List<Blob> get(Storage storage, BlobId first, BlobId second, BlobId... other)

and also added:

public static List<Blob> get(final Storage storage, List<BlobId> blobs)

to make the method easier to use in case the user has a list of IDs.

Comments are welcome!

@mziccard mziccard added api: bigquery Issues related to the BigQuery API. api: storage Issues related to the Cloud Storage API. api: cloudresourcemanager Issues related to the Resource Manager API. labels Jan 8, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 8, 2016
aozarov added a commit that referenced this pull request Jan 8, 2016
Rename load to get in functional classes
@aozarov aozarov merged commit ba5050b into googleapis:master Jan 8, 2016
github-actions bot pushed a commit that referenced this pull request Jun 21, 2022
…onfig to v1.5.0 (#535)

[![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-config](https://togithub.com/googleapis/java-shared-config) | `1.4.0` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/compatibility-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/confidence-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v1.5.0`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;150-httpsgithubcomgoogleapisjava-shared-configcomparev140v150-2022-06-10)

[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.4.0...v1.5.0)

##### Features

-   add build scripts for native image testing in Java 17 ([#&#8203;1440](https://togithub.com/googleapis/java-shared-config/issues/1440)) ([#&#8203;475](https://togithub.com/googleapis/java-shared-config/issues/475)) ([e4dfc1b](https://togithub.com/googleapis/java-shared-config/commit/e4dfc1ba29295158c78c8fcf94467d2a6a33538a))
-   to produce Java 8 compatible bytecode when using JDK 9+ ([2468276](https://togithub.com/googleapis/java-shared-config/commit/2468276145cdfe1ca911b52f765e026e77661a09))

##### Dependencies

-   update surefire.version to v3.0.0-m7 ([bbfe663](https://togithub.com/googleapis/java-shared-config/commit/bbfe66393af3e49612c9c1e4334ba39c133ea1d0))

</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-recommendations-ai).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
github-actions bot pushed a commit that referenced this pull request Jul 20, 2022
…plugin to v3 (#535)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-deploy-plugin](https://maven.apache.org/plugins/) | `2.8.2` -> `3.0.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/compatibility-slim/2.8.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/confidence-slim/2.8.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-securitycenter-settings).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
github-actions bot pushed a commit that referenced this pull request Aug 9, 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 18, 2022
…-plugin to v3.4.1 (#535)

* build(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…16.0 (#535)

[![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-bigquery](https://togithub.com/googleapis/java-bigquery) | `2.15.0` -> `2.16.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.16.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.16.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.16.0/compatibility-slim/2.15.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.16.0/confidence-slim/2.15.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.16.0`](https://togithub.com/googleapis/java-bigquery/blob/HEAD/CHANGELOG.md#&#8203;2160-httpsgithubcomgoogleapisjava-bigquerycomparev2150v2160-2022-09-12)

[Compare Source](https://togithub.com/googleapis/java-bigquery/compare/v2.15.0...v2.16.0)

##### Features

-   Add preserveAsciiControlCharacters to CsvOptions ([#&#8203;2143](https://togithub.com/googleapis/java-bigquery/issues/2143)) ([856893f](https://togithub.com/googleapis/java-bigquery/commit/856893f4d8f1b419365d8f179ce9f9e571dec718))
-   Add reference file schema option for federated formats ([#&#8203;2269](https://togithub.com/googleapis/java-bigquery/issues/2269)) ([8c488e6](https://togithub.com/googleapis/java-bigquery/commit/8c488e64259bd67716342f48f96d2932c5e57c3e))

##### Bug Fixes

-   Socket-timeout at bigquery.it.ITNightlyBigQueryTest: testForTableNotFound ([#&#8203;2260](https://togithub.com/googleapis/java-bigquery/issues/2260)) ([a9b5fb2](https://togithub.com/googleapis/java-bigquery/commit/a9b5fb2c1078788ddb1ac3169c9ce597af228ac0))

##### Dependencies

-   Update dependency com.google.apis:google-api-services-bigquery to v2-rev20220827-2.0.0 ([#&#8203;2261](https://togithub.com/googleapis/java-bigquery/issues/2261)) ([3c67d21](https://togithub.com/googleapis/java-bigquery/commit/3c67d21c10f66b3c5313a1733f4e81db42c1b7c3))
-   Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.9.3 ([#&#8203;2259](https://togithub.com/googleapis/java-bigquery/issues/2259)) ([5e30a04](https://togithub.com/googleapis/java-bigquery/commit/5e30a04e5b14b03e60e587787180b27f605d6abd))
-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#&#8203;2267](https://togithub.com/googleapis/java-bigquery/issues/2267)) ([8472fe5](https://togithub.com/googleapis/java-bigquery/commit/8472fe580a8197aaa3957dd3231fed0a9511fbb5))

</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-retail).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC41In0=-->
github-actions bot pushed a commit that referenced this pull request Sep 19, 2022
🤖 I have created a release *beep* *boop*
---


## [2.5.0](googleapis/java-retail@v2.4.0...v2.5.0) (2022-09-16)


### Features

* add local inventories info to the Product resource ([32a384d](googleapis/java-retail@32a384d))
* release AttributesConfig APIs to v2 version ([32a384d](googleapis/java-retail@32a384d))
* release CompletionConfig APIs to v2 version ([32a384d](googleapis/java-retail@32a384d))
* Release Control and ServingConfig serivces to v2 version ([#522](googleapis/java-retail#522)) ([32a384d](googleapis/java-retail@32a384d))


### Bug Fixes

* **samples:** Removed add time from lro. ([#530](googleapis/java-retail#530)) ([858b0e1](googleapis/java-retail@858b0e1))
* **samples:** Removed env variables and buckets from creating bq. ([#526](googleapis/java-retail#526)) ([eeb68fa](googleapis/java-retail@eeb68fa))
* **samples:** Removed region tags ([#531](googleapis/java-retail#531)) ([b12a8fe](googleapis/java-retail@b12a8fe))


### Documentation

* Improved documentation for Fullfillment and Inventory API in ProductService ([32a384d](googleapis/java-retail@32a384d))
* minor documentation format and typo fixes ([32a384d](googleapis/java-retail@32a384d))
* **samples:** Refactoring events package ([#481](googleapis/java-retail#481)) ([c644df0](googleapis/java-retail@c644df0))
* **samples:** Refactoring product package ([#480](googleapis/java-retail#480)) ([aebf241](googleapis/java-retail@aebf241))


### Dependencies

* Update dependency com.google.cloud:google-cloud-bigquery to v2.14.5 ([#503](googleapis/java-retail#503)) ([58a7105](googleapis/java-retail@58a7105))
* Update dependency com.google.cloud:google-cloud-bigquery to v2.14.6 ([#519](googleapis/java-retail#519)) ([dc52906](googleapis/java-retail@dc52906))
* Update dependency com.google.cloud:google-cloud-bigquery to v2.14.7 ([#523](googleapis/java-retail#523)) ([3ad9ecf](googleapis/java-retail@3ad9ecf))
* Update dependency com.google.cloud:google-cloud-bigquery to v2.15.0 ([#524](googleapis/java-retail#524)) ([2b6c293](googleapis/java-retail@2b6c293))
* Update dependency com.google.cloud:google-cloud-bigquery to v2.16.0 ([#535](googleapis/java-retail#535)) ([826cbd6](googleapis/java-retail@826cbd6))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#533](googleapis/java-retail#533)) ([29807c8](googleapis/java-retail@29807c8))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#538](googleapis/java-retail#538)) ([e4170e8](googleapis/java-retail@e4170e8))
* Update dependency com.google.cloud:google-cloud-storage to v2.11.3 ([#511](googleapis/java-retail#511)) ([2c435e5](googleapis/java-retail@2c435e5))

---
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.6](https://togithub.com/googleapis/java-grafeas/compare/v2.4.5...v2.4.6) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#555](https://togithub.com/googleapis/java-grafeas/issues/555)) ([f0735ea](https://togithub.com/googleapis/java-grafeas/commit/f0735ea0525b1cbcb2480fcbff81f684e0950b43))
* Update dependency certifi to v2022.9.24 ([#535](https://togithub.com/googleapis/java-grafeas/issues/535)) ([257d3b0](https://togithub.com/googleapis/java-grafeas/commit/257d3b0ed0434859b4f94ac84308329b0f4ff42f))
* Update dependency charset-normalizer to v2.1.1 ([#539](https://togithub.com/googleapis/java-grafeas/issues/539)) ([98f4733](https://togithub.com/googleapis/java-grafeas/commit/98f4733b7e2dac238de137f912a555bc9da85c1e))
* Update dependency click to v8.1.3 ([#540](https://togithub.com/googleapis/java-grafeas/issues/540)) ([6320d6d](https://togithub.com/googleapis/java-grafeas/commit/6320d6df465f10fc0b17dad3c93c556d4e472858))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#560](https://togithub.com/googleapis/java-grafeas/issues/560)) ([b8e2520](https://togithub.com/googleapis/java-grafeas/commit/b8e25208ffc0ca3ad6dcf05b31d56a1bbf7f49f0))
* Update dependency gcp-releasetool to v1.8.8 ([#536](https://togithub.com/googleapis/java-grafeas/issues/536)) ([ed5c17c](https://togithub.com/googleapis/java-grafeas/commit/ed5c17c5c58033edfe67b76d383f6a1ce9325b37))
* Update dependency google-api-core to v2.10.1 ([#541](https://togithub.com/googleapis/java-grafeas/issues/541)) ([3002e48](https://togithub.com/googleapis/java-grafeas/commit/3002e48f64dd0a06072da6167f68fc9e3e78ce19))
* Update dependency google-auth to v2.12.0 ([#542](https://togithub.com/googleapis/java-grafeas/issues/542)) ([41579ae](https://togithub.com/googleapis/java-grafeas/commit/41579aeb972547897ea534d5074701535b0595d5))
* Update dependency google-cloud-core to v2.3.2 ([#537](https://togithub.com/googleapis/java-grafeas/issues/537)) ([5cfc2e4](https://togithub.com/googleapis/java-grafeas/commit/5cfc2e4fb609e5d31eb3b976991cf269a7a42042))
* Update dependency google-cloud-storage to v2.5.0 ([#543](https://togithub.com/googleapis/java-grafeas/issues/543)) ([621c6a8](https://togithub.com/googleapis/java-grafeas/commit/621c6a8e2862c0a8bce4e538d7095ea9e2efaa46))
* Update dependency google-crc32c to v1.5.0 ([#544](https://togithub.com/googleapis/java-grafeas/issues/544)) ([6254f5e](https://togithub.com/googleapis/java-grafeas/commit/6254f5e3c48873eff596cb358ad5d36d795fc0ee))
* Update dependency googleapis-common-protos to v1.56.4 ([#538](https://togithub.com/googleapis/java-grafeas/issues/538)) ([d4cfc58](https://togithub.com/googleapis/java-grafeas/commit/d4cfc581331fff32111c89735b3feeb81bcf958d))
* Update dependency importlib-metadata to v4.12.0 ([#545](https://togithub.com/googleapis/java-grafeas/issues/545)) ([fb042eb](https://togithub.com/googleapis/java-grafeas/commit/fb042eba994591f315e2d5a661542c9542fa0ffe))
* Update dependency jeepney to v0.8.0 ([#546](https://togithub.com/googleapis/java-grafeas/issues/546)) ([11bfac1](https://togithub.com/googleapis/java-grafeas/commit/11bfac10df0115fcc298665e6e02f6e667b18363))
* Update dependency jinja2 to v3.1.2 ([#547](https://togithub.com/googleapis/java-grafeas/issues/547)) ([3d63dcc](https://togithub.com/googleapis/java-grafeas/commit/3d63dcc6cc5464c32f65cff543f3ec438bbc8a19))
* Update dependency protobuf to v4 ([#556](https://togithub.com/googleapis/java-grafeas/issues/556)) ([9e6bb1e](https://togithub.com/googleapis/java-grafeas/commit/9e6bb1e7eae7e144d9e1a4518051a989c72e1a55))
* Update dependency pyjwt to v2.5.0 ([#551](https://togithub.com/googleapis/java-grafeas/issues/551)) ([eb33b41](https://togithub.com/googleapis/java-grafeas/commit/eb33b41210e2ff42d1dda3883bcb5518e434e6f6))
* Update dependency requests to v2.28.1 ([#552](https://togithub.com/googleapis/java-grafeas/issues/552)) ([3e5d888](https://togithub.com/googleapis/java-grafeas/commit/3e5d8884b0b1bcd01add07f994defcd4ad330f6c))
* Update dependency typing-extensions to v4.3.0 ([#553](https://togithub.com/googleapis/java-grafeas/issues/553)) ([5bb7386](https://togithub.com/googleapis/java-grafeas/commit/5bb7386ef00fe0a21f06dbbab7e05e84543db5f5))
* Update dependency zipp to v3.8.1 ([#554](https://togithub.com/googleapis/java-grafeas/issues/554)) ([bbae740](https://togithub.com/googleapis/java-grafeas/commit/bbae7406cad78237bfd86fbd8223d7295e994a61))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
…1.5 (#535)

[![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://togithub.com/googleapis/java-cloud-bom)) | `26.1.4` -> `26.1.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.5/compatibility-slim/26.1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.5/confidence-slim/26.1.4)](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, check this box

---

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-iam).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. api: cloudresourcemanager Issues related to the Resource Manager API. api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should we use "get" instead of "load" in the functional classes.
3 participants