Skip to content

Commit 5879b3c

Browse files
chore: [google-cloud-redis-cluster] regenerate gapic yaml and service yaml for redis cluster by augmentation configs (#14131)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 785964133 Source-Link: googleapis/googleapis@6d3ec83 Source-Link: googleapis/googleapis-gen@084344f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlZGlzLWNsdXN0ZXIvLk93bEJvdC55YW1sIiwiaCI6IjA4NDM0NGZiMjdlMDZiZGU5MzhiYjM5OTlmOWUwMWJhYjA1NWUwZTUifQ== BEGIN_NESTED_COMMIT chore: [google-cloud-redis-cluster] regenerate gapic yaml and service yaml for redis cluster beta by augmentation configs PiperOrigin-RevId: 785963725 Source-Link: googleapis/googleapis@6225057 Source-Link: googleapis/googleapis-gen@9b8a4f5 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlZGlzLWNsdXN0ZXIvLk93bEJvdC55YW1sIiwiaCI6IjliOGE0ZjVkNTQwYTRjN2NmODBiZTJiZThhYWQwYzdiNTMzNTc2YTMifQ== END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent dfdf28d commit 5879b3c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

packages/google-cloud-redis-cluster/google/cloud/redis_cluster_v1/services/cloud_redis_cluster/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
Type,
2929
Union,
3030
)
31+
import uuid
3132

3233
from google.api_core import exceptions as core_exceptions
3334
from google.api_core import gapic_v1

packages/google-cloud-redis-cluster/google/cloud/redis_cluster_v1/services/cloud_redis_cluster/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
Union,
3333
cast,
3434
)
35+
import uuid
3536
import warnings
3637

3738
from google.api_core import client_options as client_options_lib

packages/google-cloud-redis-cluster/google/cloud/redis_cluster_v1beta1/services/cloud_redis_cluster/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
Type,
2929
Union,
3030
)
31+
import uuid
3132

3233
from google.api_core import exceptions as core_exceptions
3334
from google.api_core import gapic_v1

packages/google-cloud-redis-cluster/google/cloud/redis_cluster_v1beta1/services/cloud_redis_cluster/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
Union,
3333
cast,
3434
)
35+
import uuid
3536
import warnings
3637

3738
from google.api_core import client_options as client_options_lib

packages/google-cloud-redis-cluster/tests/unit/gapic/redis_cluster_v1/test_cloud_redis_cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515
#
1616
import os
17+
import re
1718

1819
# try/except added for compatibility with python < 3.8
1920
try:

packages/google-cloud-redis-cluster/tests/unit/gapic/redis_cluster_v1beta1/test_cloud_redis_cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515
#
1616
import os
17+
import re
1718

1819
# try/except added for compatibility with python < 3.8
1920
try:

0 commit comments

Comments
 (0)