bigquery: add table label#2873
Merged
pongad merged 4 commits intogoogleapis:masterfrom Feb 18, 2018
pongad:table-labels
Merged
Conversation
pongad
commented
Feb 7, 2018
| assertEquals(expected.getLastModifiedTime(), value.getLastModifiedTime()); | ||
| assertEquals(expected.getSelfLink(), value.getSelfLink()); | ||
| assertEquals(expected.getDefinition(), value.getDefinition()); | ||
| assertEquals(expected.getLabels(), value.getLabels()); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
tswast
reviewed
Feb 7, 2018
|
|
||
| @Override | ||
| public Builder setLabels(Map<String, String> labels) { | ||
| this.labels = ImmutableMap.copyOf(labels); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
tswast
approved these changes
Feb 16, 2018
Contributor
tswast
left a comment
There was a problem hiding this comment.
Thanks!
I see some EncryptionConfiguration properties snuck in too. :-)
Contributor
I guess I was just seeing the merge commit. |
Contributor
Author
|
Yup those are commit merges :) |
chingor13
pushed a commit
that referenced
this pull request
Feb 20, 2026
#2873) * chore: Update generation configuration at Sat Feb 22 02:22:00 UTC 2025 * chore: Update generation configuration at Sun Feb 23 02:26:41 UTC 2025 * chore: generate libraries at Sun Feb 23 02:27:13 UTC 2025 * chore: Update generation configuration at Mon Feb 24 02:26:46 UTC 2025
suztomo
pushed a commit
that referenced
this pull request
Mar 9, 2026
…ryconnection-v1 to v2.26.0 (#2873)
lqiu96
pushed a commit
that referenced
this pull request
Mar 20, 2026
#2873) * chore: Update generation configuration at Sat Feb 22 02:22:00 UTC 2025 * chore: Update generation configuration at Sun Feb 23 02:26:41 UTC 2025 * chore: generate libraries at Sun Feb 23 02:27:13 UTC 2025 * chore: Update generation configuration at Mon Feb 24 02:26:46 UTC 2025
chingor13
pushed a commit
that referenced
this pull request
Mar 30, 2026
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.
Fixes #2865.