Skip to content

Bigtable: 08. Resource Prefixes#3050

Merged
pongad merged 1 commit intogoogleapis:masterfrom
igorbernstein2:08-resource-prefixes
Mar 17, 2018
Merged

Bigtable: 08. Resource Prefixes#3050
pongad merged 1 commit intogoogleapis:masterfrom
igorbernstein2:08-resource-prefixes

Conversation

@igorbernstein2
Copy link
Contributor

Regenerate Bigtable GAPIC stubs to enable resource headers.

The googleapis gapic changes were sync in this commit:
googleapis/googleapis@de4a5ff

The related api-client-staging PR is:
googleapis/api-client-staging#613

Regenerate Bigtable GAPIC stubs to enable resource headers
@igorbernstein2 igorbernstein2 requested a review from pongad as a code owner March 15, 2018 18:58
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 15, 2018
@igorbernstein2
Copy link
Contributor Author

@andreamlin or @garrettjonesgoogle please merge this when you have a chance. It's a simple regen

@pongad pongad merged commit 362ac3c into googleapis:master Mar 17, 2018
@igorbernstein2 igorbernstein2 deleted the 08-resource-prefixes branch March 19, 2018 23:15
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
…13.4 (#3050)

Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
suztomo pushed a commit that referenced this pull request Mar 9, 2026
lqiu96 pushed a commit that referenced this pull request Mar 20, 2026
…13.4 (#3050)

Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dev.cel:cel](https://togithub.com/google/cel-java) | `0.5.2` ->
`0.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/dev.cel:cel/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.cel:cel/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.cel:cel/0.5.2/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.cel:cel/0.5.2/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>google/cel-java (dev.cel:cel)</summary>

### [`v0.6.0`](https://togithub.com/google/cel-java/releases/tag/v0.6.0)

[Compare
Source](https://togithub.com/google/cel-java/compare/v0.5.2...v0.6.0)

This release features CEL-based policy compilers with YAML support
[(example)](https://togithub.com/google/cel-java/tree/main/policy/src/test/resources/restricted_destinations),
[adds a new extension
library](https://togithub.com/google/cel-java/blob/main/extensions/src/main/java/dev/cel/extensions/README.md#sets)
for handling set operations and includes minor bug fixes along with
performance improvements.

#### Fixes

- Copy the suppress warning annotations to autovalue gened celexpr in
[https://github.com/google/cel-java/pull/359](https://togithub.com/google/cel-java/pull/359)
- Check for presence of optional indices to prevent autoboxing in
[https://github.com/google/cel-java/pull/366](https://togithub.com/google/cel-java/pull/366)
- Adapt the function dispatch result to allow for automatic Any
unpacking in
[https://github.com/google/cel-java/pull/376](https://togithub.com/google/cel-java/pull/376)

#### What's Changed

- Implement CEL Set Extension in
[https://github.com/google/cel-java/pull/360](https://togithub.com/google/cel-java/pull/360)
- Remove PartialMessage and IncompleteData in
[https://github.com/google/cel-java/pull/365](https://togithub.com/google/cel-java/pull/365)
- Compute line offsets once when constructing CelCodePointArray
[https://github.com/google/cel-java/pull/368](https://togithub.com/google/cel-java/pull/368)
- Remove celVarToDecl method in
[https://github.com/google/cel-java/pull/371](https://togithub.com/google/cel-java/pull/371)
- Add an interface for encapsulating Source properties in
[https://github.com/google/cel-java/pull/369](https://togithub.com/google/cel-java/pull/369)
- Add PolicySource in
[https://github.com/google/cel-java/pull/370](https://togithub.com/google/cel-java/pull/370)
- Flag guard the function dispatch result adaptation change in
[https://github.com/google/cel-java/pull/383](https://togithub.com/google/cel-java/pull/383)
- Implement YAML parser for policy configs in
[https://github.com/google/cel-java/pull/372](https://togithub.com/google/cel-java/pull/372)
- Create a separate interface for validating required fields in a
builder in
[https://github.com/google/cel-java/pull/373](https://togithub.com/google/cel-java/pull/373)
- Add the capability to extend CEL environment from parsed config in
[https://github.com/google/cel-java/pull/374](https://togithub.com/google/cel-java/pull/374)
- Add YAML policy test cases in
[https://github.com/google/cel-java/pull/375](https://togithub.com/google/cel-java/pull/375)
- Implement YAML parser for policies in
[https://github.com/google/cel-java/pull/377](https://togithub.com/google/cel-java/pull/377)
- Move computing offset location into CelSourceHelper for reuse in
[https://github.com/google/cel-java/pull/379](https://togithub.com/google/cel-java/pull/379)
- Add AstMutator methods to construct cel.bind macro with varInit
containing macros in
[https://github.com/google/cel-java/pull/380](https://togithub.com/google/cel-java/pull/380)
- Add AstMutator methods to construct function calls in
[https://github.com/google/cel-java/pull/381](https://togithub.com/google/cel-java/pull/381)
- Add Policy Compiler in
[https://github.com/google/cel-java/pull/378](https://togithub.com/google/cel-java/pull/378)
- Add factories for policy parser and policy compiler in
[https://github.com/google/cel-java/pull/382](https://togithub.com/google/cel-java/pull/382)
- Add capability to visit custom tags in
[https://github.com/google/cel-java/pull/384](https://togithub.com/google/cel-java/pull/384)
- Pull getIssueString logic into CelIssue in
[https://github.com/google/cel-java/pull/385](https://togithub.com/google/cel-java/pull/385)
- Introduce protobuf message testing to policies in
[https://github.com/google/cel-java/pull/386](https://togithub.com/google/cel-java/pull/386)
- Validate required fields for policy variables in
[https://github.com/google/cel-java/pull/387](https://togithub.com/google/cel-java/pull/387)
- Compute absolute source location correctly for multiline YAML strings
in
[https://github.com/google/cel-java/pull/395](https://togithub.com/google/cel-java/pull/395)
- Make iteration limit configurable for rule composer in
[https://github.com/google/cel-java/pull/393](https://togithub.com/google/cel-java/pull/393)
- Decompose policy compile API into rule compilation and composition in
[https://github.com/google/cel-java/pull/397](https://togithub.com/google/cel-java/pull/397)
- Surface type-mismatch errors in a readable fashion during rule
composition in
[https://github.com/google/cel-java/pull/399](https://togithub.com/google/cel-java/pull/399)

**Full Changelog**:
google/cel-java@v0.5.2...v0.6.0

</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, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
🤖 I have created a release *beep* *boop*
---


<details><summary>2.43.0</summary>

##
[2.43.0](googleapis/sdk-platform-java@v2.42.0...v2.43.0)
(2024-07-25)


### Features

* add `transport` option to `generation_config.yaml`
([#3052](googleapis/sdk-platform-java#3052))
([2e6c95c](googleapis/sdk-platform-java@2e6c95c))
* get released version from versions.txt to render `README.md`
([#3007](googleapis/sdk-platform-java#3007))
([204e73b](googleapis/sdk-platform-java@204e73b))
* Introduce java.time to Gax-Java
([#1872](googleapis/sdk-platform-java#1872))
([300026a](googleapis/sdk-platform-java@300026a))
* Mark `getDefaultEndpoint()` with @ObsoleteApi
([#2347](googleapis/sdk-platform-java#2347))
([311d4ed](googleapis/sdk-platform-java@311d4ed))
* parse `BUILD.bzel` to determine whether a commit that only changed
`BUILD.bazel` is a qualified commit
([#2937](googleapis/sdk-platform-java#2937))
([254bf37](googleapis/sdk-platform-java@254bf37))


### Bug Fixes

* Fix:
([8d11e25](googleapis/sdk-platform-java@8d11e25))
* `BaseApiTracer` to noop on attemptFailed via overloaded method call
([#3016](googleapis/sdk-platform-java#3016))
([41532b4](googleapis/sdk-platform-java@41532b4))
* Generator to skip generation for empty services.
([#3051](googleapis/sdk-platform-java#3051))
([1af3059](googleapis/sdk-platform-java@1af3059))
* restore hermetic build image publication
([#2952](googleapis/sdk-platform-java#2952))
([2a5d36d](googleapis/sdk-platform-java@2a5d36d))


### Dependencies

* update dependency com.fasterxml.jackson:jackson-bom to v2.17.2
([#3028](googleapis/sdk-platform-java#3028))
([3c41fc4](googleapis/sdk-platform-java@3c41fc4))
* update dependency
com.google.cloud.opentelemetry:detector-resources-support to v0.30.0
([#2975](googleapis/sdk-platform-java#2975))
([10fe657](googleapis/sdk-platform-java@10fe657))
* update dependency
com.google.cloud.opentelemetry:detector-resources-support to v0.31.0
([#3044](googleapis/sdk-platform-java#3044))
([283c889](googleapis/sdk-platform-java@283c889))
* update dependency com.google.errorprone:error_prone_annotations to
v2.29.2
([#3058](googleapis/sdk-platform-java#3058))
([f8bd80c](googleapis/sdk-platform-java@f8bd80c))
* update dependency com.google.errorprone:error_prone_annotations to
v2.29.2
([#3059](googleapis/sdk-platform-java#3059))
([062add9](googleapis/sdk-platform-java@062add9))
* update dependency com.google.guava:guava to v33.2.1-jre
([#3027](googleapis/sdk-platform-java#3027))
([e305208](googleapis/sdk-platform-java@e305208))
* update dependency commons-codec:commons-codec to v1.17.1
([#3049](googleapis/sdk-platform-java#3049))
([7934920](googleapis/sdk-platform-java@7934920))
* update dependency dev.cel:cel to v0.6.0
([#3050](googleapis/sdk-platform-java#3050))
([ae465dc](googleapis/sdk-platform-java@ae465dc))
* update dependency net.bytebuddy:byte-buddy to v1.14.18
([#3029](googleapis/sdk-platform-java#3029))
([e5382c4](googleapis/sdk-platform-java@e5382c4))
* update dependency org.apache.commons:commons-lang3 to v3.15.0
([#3060](googleapis/sdk-platform-java#3060))
([d62f6da](googleapis/sdk-platform-java@d62f6da))
* update dependency org.checkerframework:checker-qual to v3.45.0
([#2988](googleapis/sdk-platform-java#2988))
([2b524e5](googleapis/sdk-platform-java@2b524e5))
* update google api dependencies
([#2951](googleapis/sdk-platform-java#2951))
([46ea538](googleapis/sdk-platform-java@46ea538))
* update google auth library dependencies to v1.24.0
([#3039](googleapis/sdk-platform-java#3039))
([55e9db2](googleapis/sdk-platform-java@55e9db2))
* update googleapis/java-cloud-bom digest to 47c5dbc
([#2974](googleapis/sdk-platform-java#2974))
([f3f4036](googleapis/sdk-platform-java@f3f4036))
* update grpc dependencies to v1.65.1
([#3061](googleapis/sdk-platform-java#3061))
([e587e23](googleapis/sdk-platform-java@e587e23))
* update junit5 monorepo to v5.10.3
([#2963](googleapis/sdk-platform-java#2963))
([4a8eb0a](googleapis/sdk-platform-java@4a8eb0a))
* update netty dependencies to v4.1.112.final
([#3057](googleapis/sdk-platform-java#3057))
([6b96a35](googleapis/sdk-platform-java@6b96a35))
* update opentelemetry-java monorepo to v1.40.0
([#3035](googleapis/sdk-platform-java#3035))
([564e4cb](googleapis/sdk-platform-java@564e4cb))
* Use Gapic-Showcase v0.35.1
([#3018](googleapis/sdk-platform-java#3018))
([82094b3](googleapis/sdk-platform-java@82094b3))


### Documentation

* add support option to 'new issue' choices
([#3055](googleapis/sdk-platform-java#3055))
([674401b](googleapis/sdk-platform-java@674401b))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
* chore: try with random channel hint

* chore: add option for random channel

* chore: actually use random channel option

* chore: only lock the specific wrapper

* chore: simplify creation and assignment

* chore: make more variables final

* chore: use separate pool

* chore: use a separate mux client

* chore: make init blocking

* chore: disable pending tx check

* chore: add call durations to client lib

* chore: add call_durations

* chore: use session pool for mux session

* chore: use mux database client

* chore: make mux client optional

* refactor: move multiplexed session handling to separate class

* chore: cleanup

* feat: add maintainer

* chore: add more tests

* chore: fix test failures

* fix: ChannelUsageTest should keep session in use for longer

* test: skip ChannelUsageTest in all cases

* chore: keep track of DatabaseDeleted errors

* fix: freeze server to prevent flakiness

* fix: freeze server to prevent flakiness

* test: add retry loop for second query

* chore: remove print statements and add emulator handling in test

* test: add tests for maintainer

* chore: register SessionConsumer for reflection

* chore: skip test as it fails on native build

Just skip the entire test, as the scenario is already covered by
other tests, and spending time on trying to figure out what is
happening in this failure is just a waste of time.

* 🦉 Updates from OwlBot post-processor

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

* chore: add random channel hint as option

* chore: add single-use channel hint

* 🦉 Updates from OwlBot post-processor

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

* chore: single-use hint

* 🦉 Updates from OwlBot post-processor

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

* chore: use next available channel

* chore: keep track of num transactions and channels in use

* chore: remove println

* chore: remove option for using session pool for mux

* feat: add UNIMPLEMENTED handler

* chore: cleanup

* chore: add TODO for removing the unimplemented handling

* 🦉 Updates from OwlBot post-processor

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

* chore: run formatter

* test: fix flaky tests

Fixes #3050
Fixes #3081
Fixes #3080

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants