Skip to content

bigquery: add table label#2873

Merged
pongad merged 4 commits intogoogleapis:masterfrom
pongad:table-labels
Feb 18, 2018
Merged

bigquery: add table label#2873
pongad merged 4 commits intogoogleapis:masterfrom
pongad:table-labels

Conversation

@pongad
Copy link
Copy Markdown
Contributor

@pongad pongad commented Feb 7, 2018

Fixes #2865.

@pongad pongad requested a review from tswast February 7, 2018 04:09
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label 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.


@Override
public Builder setLabels(Map<String, String> labels) {
this.labels = ImmutableMap.copyOf(labels);

This comment was marked as spam.

Copy link
Copy Markdown
Contributor

@tswast tswast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

I see some EncryptionConfiguration properties snuck in too. :-)

@tswast
Copy link
Copy Markdown
Contributor

tswast commented Feb 16, 2018

I see some EncryptionConfiguration properties snuck in too. :-)

I guess I was just seeing the merge commit.

@pongad
Copy link
Copy Markdown
Contributor Author

pongad commented Feb 18, 2018

Yup those are commit merges :)

@pongad pongad merged commit fb42878 into googleapis:master Feb 18, 2018
@pongad pongad deleted the table-labels branch February 18, 2018 10:02
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
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
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