Merge pubsub branch into logging#1054
Merged
mziccard merged 501 commits intogoogleapis:logging-alphafrom Jun 13, 2016
Merged
Conversation
Create base class for serialization tests
- update CopyRequest to hold both targetId and targetInfo - avoid sending storage object in StorageRpc.rewrite when only targetId is set - refactor CopyWriter and state - add integration tests
…iter's StateImpl.target
…t-type Remove default contentType from Storage.compose and Bucket.create
IAM docs and functional methods for policies
Make Role and Permission strings to allow for service-specific values
Rename startPageToken to pageToken in Storage and BigQuery
Adding bundling support for PublisherApi.publish
Merged to get new serialization test from core.
Merge master
Refactored the serialization test to use the base test
Renamed DnsRecord to RecordSet. Fixes googleapis#779.
…apis#1045) * Update BigQuery dependency * Add support for BYTES data type
Release 0.2.3
…SHOT Update version to 0.2.4-SNAPSHOT
Merge master branch into pubsub
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
| /** | ||
| * Returns a equals filter for the given field and boolean value. | ||
| */ | ||
| public static InstanceFilter equals(InstanceField field, boolean value) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Changes Unknown when pulling 91d320a on mziccard:pubsub-into-logging into * on GoogleCloudPlatform:logging-alpha*. |
suztomo
pushed a commit
that referenced
this pull request
Feb 1, 2023
…1054) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.21.10` -> `3.21.12` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>protocolbuffers/protobuf</summary> ### [`v3.21.12`](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.11...v3.21.12) [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.11...v3.21.12) ### [`v3.21.11`](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.10...v3.21.11) [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.10...v3.21.11) </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 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-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
meltsufin
pushed a commit
that referenced
this pull request
Dec 22, 2025
chingor13
pushed a commit
that referenced
this pull request
Jan 22, 2026
🤖 I have created a release *beep* *boop* --- ## [2.14.5](https://togithub.com/googleapis/java-datastore/compare/v2.14.4...v2.14.5) (2023-04-27) ### Bug Fixes * Using namespace from DatastoreOptions if aggregation query is not configured with one. ([#1055](https://togithub.com/googleapis/java-datastore/issues/1055)) ([ac21ef6](https://togithub.com/googleapis/java-datastore/commit/ac21ef6cff5308fb17990a768100d1b2ee4c3654)), closes [#1054](https://togithub.com/googleapis/java-datastore/issues/1054) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR also updates logging module's version and its dependencies (added dependency on
gcloud-java-core, removed duplicategaxdependency - as it's already ingcloud-java-core).