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

feat: add WarmAndPing request for channel priming #504

Merged
merged 36 commits into from
Feb 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
aee4e3c
chore: use gapic-generator-python 0.63.2
gcf-owl-bot[bot] Feb 10, 2022
571eff9
🦉 Updates from OwlBot
gcf-owl-bot[bot] Feb 10, 2022
ffbaf6f
🦉 Updates from OwlBot
gcf-owl-bot[bot] Feb 10, 2022
c1e0bdd
feat: add WarmAndPing request for channel priming
gcf-owl-bot[bot] Feb 15, 2022
c8f637a
🦉 Updates from OwlBot
gcf-owl-bot[bot] Feb 15, 2022
286e553
fix replacement in owlbot.py
parthea Feb 24, 2022
2dd6cd0
remove autogenerated snippets
parthea Feb 24, 2022
9118528
chore: use gapic-generator-python 0.63.4
gcf-owl-bot[bot] Feb 25, 2022
c234508
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 25, 2022
b5f3eb5
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 25, 2022
0893f54
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 25, 2022
d67170f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 25, 2022
bc0766b
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 25, 2022
426854b
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 25, 2022
cbcd937
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 25, 2022
40fba60
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 25, 2022
f8fc526
chore: update copyright year to 2022
gcf-owl-bot[bot] Feb 26, 2022
600895f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
4bb2c95
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
ffaaf71
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 26, 2022
7be3ca4
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
8e9f0e7
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 26, 2022
b9670ab
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
ace44ca
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 26, 2022
47ac286
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
2fb96c9
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 26, 2022
08bec93
chore: disable Python snippetgen for bigtable
gcf-owl-bot[bot] Feb 26, 2022
51bf8cc
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
f494e90
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
7e729da
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 26, 2022
1b31fb5
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
b720b26
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 26, 2022
a904ab5
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
f9d0d1d
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 26, 2022
601d46c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 26, 2022
74fd625
Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-b…
gcf-owl-bot[bot] Feb 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/cloud/bigtable_admin_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable_admin_v2/services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable_admin_v2/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable_admin_v2/types/common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable_admin_v2/types/instance.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable_admin_v2/types/table.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
6 changes: 5 additions & 1 deletion google/cloud/bigtable_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -23,6 +23,8 @@
from .types.bigtable import MutateRowResponse
from .types.bigtable import MutateRowsRequest
from .types.bigtable import MutateRowsResponse
from .types.bigtable import PingAndWarmRequest
from .types.bigtable import PingAndWarmResponse
from .types.bigtable import ReadModifyWriteRowRequest
from .types.bigtable import ReadModifyWriteRowResponse
from .types.bigtable import ReadRowsRequest
Expand Down Expand Up @@ -56,6 +58,8 @@
"MutateRowsRequest",
"MutateRowsResponse",
"Mutation",
"PingAndWarmRequest",
"PingAndWarmResponse",
"ReadModifyWriteRowRequest",
"ReadModifyWriteRowResponse",
"ReadModifyWriteRule",
Expand Down
10 changes: 10 additions & 0 deletions google/cloud/bigtable_v2/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"mutate_rows"
]
},
"PingAndWarm": {
"methods": [
"ping_and_warm"
]
},
"ReadModifyWriteRow": {
"methods": [
"read_modify_write_row"
Expand Down Expand Up @@ -60,6 +65,11 @@
"mutate_rows"
]
},
"PingAndWarm": {
"methods": [
"ping_and_warm"
]
},
"ReadModifyWriteRow": {
"methods": [
"read_modify_write_row"
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable_v2/services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable_v2/services/bigtable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Loading