Skip to content

Commit 7e1e574

Browse files
authored
Remove send/recv msg size limit (via synth). (#8979)
Closes #8946.
1 parent e03baf2 commit 7e1e574

File tree

8 files changed

+106
-113
lines changed

8 files changed

+106
-113
lines changed

packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client.py

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ def create_instance(
303303
If a dict is provided, it must be of the same form as the protobuf
304304
message :class:`~google.cloud.bigtable_admin_v2.types.Cluster`
305305
retry (Optional[google.api_core.retry.Retry]): A retry object used
306-
to retry requests. If ``None`` is specified, requests will not
307-
be retried.
306+
to retry requests. If ``None`` is specified, requests will
307+
be retried using a default configuration.
308308
timeout (Optional[float]): The amount of time, in seconds, to wait
309309
for the request to complete. Note that if ``retry`` is
310310
specified, the timeout applies to each individual attempt.
@@ -381,8 +381,8 @@ def get_instance(
381381
name (str): The unique name of the requested instance. Values are of the form
382382
``projects/<project>/instances/<instance>``.
383383
retry (Optional[google.api_core.retry.Retry]): A retry object used
384-
to retry requests. If ``None`` is specified, requests will not
385-
be retried.
384+
to retry requests. If ``None`` is specified, requests will
385+
be retried using a default configuration.
386386
timeout (Optional[float]): The amount of time, in seconds, to wait
387387
for the request to complete. Note that if ``retry`` is
388388
specified, the timeout applies to each individual attempt.
@@ -453,8 +453,8 @@ def list_instances(
453453
requested. Values are of the form ``projects/<project>``.
454454
page_token (str): DEPRECATED: This field is unused and ignored.
455455
retry (Optional[google.api_core.retry.Retry]): A retry object used
456-
to retry requests. If ``None`` is specified, requests will not
457-
be retried.
456+
to retry requests. If ``None`` is specified, requests will
457+
be retried using a default configuration.
458458
timeout (Optional[float]): The amount of time, in seconds, to wait
459459
for the request to complete. Note that if ``retry`` is
460460
specified, the timeout applies to each individual attempt.
@@ -556,8 +556,8 @@ def update_instance(
556556
- Keys and values must both be under 128 bytes.
557557
state (~google.cloud.bigtable_admin_v2.types.State): (``OutputOnly``) The current state of the instance.
558558
retry (Optional[google.api_core.retry.Retry]): A retry object used
559-
to retry requests. If ``None`` is specified, requests will not
560-
be retried.
559+
to retry requests. If ``None`` is specified, requests will
560+
be retried using a default configuration.
561561
timeout (Optional[float]): The amount of time, in seconds, to wait
562562
for the request to complete. Note that if ``retry`` is
563563
specified, the timeout applies to each individual attempt.
@@ -649,8 +649,8 @@ def partial_update_instance(
649649
If a dict is provided, it must be of the same form as the protobuf
650650
message :class:`~google.cloud.bigtable_admin_v2.types.FieldMask`
651651
retry (Optional[google.api_core.retry.Retry]): A retry object used
652-
to retry requests. If ``None`` is specified, requests will not
653-
be retried.
652+
to retry requests. If ``None`` is specified, requests will
653+
be retried using a default configuration.
654654
timeout (Optional[float]): The amount of time, in seconds, to wait
655655
for the request to complete. Note that if ``retry`` is
656656
specified, the timeout applies to each individual attempt.
@@ -727,8 +727,8 @@ def delete_instance(
727727
name (str): The unique name of the instance to be deleted. Values are of the form
728728
``projects/<project>/instances/<instance>``.
729729
retry (Optional[google.api_core.retry.Retry]): A retry object used
730-
to retry requests. If ``None`` is specified, requests will not
731-
be retried.
730+
to retry requests. If ``None`` is specified, requests will
731+
be retried using a default configuration.
732732
timeout (Optional[float]): The amount of time, in seconds, to wait
733733
for the request to complete. Note that if ``retry`` is
734734
specified, the timeout applies to each individual attempt.
@@ -819,8 +819,8 @@ def create_cluster(
819819
If a dict is provided, it must be of the same form as the protobuf
820820
message :class:`~google.cloud.bigtable_admin_v2.types.Cluster`
821821
retry (Optional[google.api_core.retry.Retry]): A retry object used
822-
to retry requests. If ``None`` is specified, requests will not
823-
be retried.
822+
to retry requests. If ``None`` is specified, requests will
823+
be retried using a default configuration.
824824
timeout (Optional[float]): The amount of time, in seconds, to wait
825825
for the request to complete. Note that if ``retry`` is
826826
specified, the timeout applies to each individual attempt.
@@ -897,8 +897,8 @@ def get_cluster(
897897
name (str): The unique name of the requested cluster. Values are of the form
898898
``projects/<project>/instances/<instance>/clusters/<cluster>``.
899899
retry (Optional[google.api_core.retry.Retry]): A retry object used
900-
to retry requests. If ``None`` is specified, requests will not
901-
be retried.
900+
to retry requests. If ``None`` is specified, requests will
901+
be retried using a default configuration.
902902
timeout (Optional[float]): The amount of time, in seconds, to wait
903903
for the request to complete. Note that if ``retry`` is
904904
specified, the timeout applies to each individual attempt.
@@ -972,8 +972,8 @@ def list_clusters(
972972
``projects/myproject/instances/-``.
973973
page_token (str): DEPRECATED: This field is unused and ignored.
974974
retry (Optional[google.api_core.retry.Retry]): A retry object used
975-
to retry requests. If ``None`` is specified, requests will not
976-
be retried.
975+
to retry requests. If ``None`` is specified, requests will
976+
be retried using a default configuration.
977977
timeout (Optional[float]): The amount of time, in seconds, to wait
978978
for the request to complete. Note that if ``retry`` is
979979
specified, the timeout applies to each individual attempt.
@@ -1069,8 +1069,8 @@ def update_cluster(
10691069
default_storage_type (~google.cloud.bigtable_admin_v2.types.StorageType): (``CreationOnly``) The type of storage used by this cluster to serve its
10701070
parent instance's tables, unless explicitly overridden.
10711071
retry (Optional[google.api_core.retry.Retry]): A retry object used
1072-
to retry requests. If ``None`` is specified, requests will not
1073-
be retried.
1072+
to retry requests. If ``None`` is specified, requests will
1073+
be retried using a default configuration.
10741074
timeout (Optional[float]): The amount of time, in seconds, to wait
10751075
for the request to complete. Note that if ``retry`` is
10761076
specified, the timeout applies to each individual attempt.
@@ -1151,8 +1151,8 @@ def delete_cluster(
11511151
name (str): The unique name of the cluster to be deleted. Values are of the form
11521152
``projects/<project>/instances/<instance>/clusters/<cluster>``.
11531153
retry (Optional[google.api_core.retry.Retry]): A retry object used
1154-
to retry requests. If ``None`` is specified, requests will not
1155-
be retried.
1154+
to retry requests. If ``None`` is specified, requests will
1155+
be retried using a default configuration.
11561156
timeout (Optional[float]): The amount of time, in seconds, to wait
11571157
for the request to complete. Note that if ``retry`` is
11581158
specified, the timeout applies to each individual attempt.
@@ -1236,8 +1236,8 @@ def create_app_profile(
12361236
message :class:`~google.cloud.bigtable_admin_v2.types.AppProfile`
12371237
ignore_warnings (bool): If true, ignore safety checks when creating the app profile.
12381238
retry (Optional[google.api_core.retry.Retry]): A retry object used
1239-
to retry requests. If ``None`` is specified, requests will not
1240-
be retried.
1239+
to retry requests. If ``None`` is specified, requests will
1240+
be retried using a default configuration.
12411241
timeout (Optional[float]): The amount of time, in seconds, to wait
12421242
for the request to complete. Note that if ``retry`` is
12431243
specified, the timeout applies to each individual attempt.
@@ -1311,8 +1311,8 @@ def get_app_profile(
13111311
name (str): The unique name of the requested app profile. Values are of the form
13121312
``projects/<project>/instances/<instance>/appProfiles/<app_profile>``.
13131313
retry (Optional[google.api_core.retry.Retry]): A retry object used
1314-
to retry requests. If ``None`` is specified, requests will not
1315-
be retried.
1314+
to retry requests. If ``None`` is specified, requests will
1315+
be retried using a default configuration.
13161316
timeout (Optional[float]): The amount of time, in seconds, to wait
13171317
for the request to complete. Note that if ``retry`` is
13181318
specified, the timeout applies to each individual attempt.
@@ -1399,8 +1399,8 @@ def list_app_profiles(
13991399
page_size (int): Maximum number of results per page.
14001400
CURRENTLY UNIMPLEMENTED AND IGNORED.
14011401
retry (Optional[google.api_core.retry.Retry]): A retry object used
1402-
to retry requests. If ``None`` is specified, requests will not
1403-
be retried.
1402+
to retry requests. If ``None`` is specified, requests will
1403+
be retried using a default configuration.
14041404
timeout (Optional[float]): The amount of time, in seconds, to wait
14051405
for the request to complete. Note that if ``retry`` is
14061406
specified, the timeout applies to each individual attempt.
@@ -1508,8 +1508,8 @@ def update_app_profile(
15081508
message :class:`~google.cloud.bigtable_admin_v2.types.FieldMask`
15091509
ignore_warnings (bool): If true, ignore safety checks when updating the app profile.
15101510
retry (Optional[google.api_core.retry.Retry]): A retry object used
1511-
to retry requests. If ``None`` is specified, requests will not
1512-
be retried.
1511+
to retry requests. If ``None`` is specified, requests will
1512+
be retried using a default configuration.
15131513
timeout (Optional[float]): The amount of time, in seconds, to wait
15141514
for the request to complete. Note that if ``retry`` is
15151515
specified, the timeout applies to each individual attempt.
@@ -1593,8 +1593,8 @@ def delete_app_profile(
15931593
``projects/<project>/instances/<instance>/appProfiles/<app_profile>``.
15941594
ignore_warnings (bool): If true, ignore safety checks when deleting the app profile.
15951595
retry (Optional[google.api_core.retry.Retry]): A retry object used
1596-
to retry requests. If ``None`` is specified, requests will not
1597-
be retried.
1596+
to retry requests. If ``None`` is specified, requests will
1597+
be retried using a default configuration.
15981598
timeout (Optional[float]): The amount of time, in seconds, to wait
15991599
for the request to complete. Note that if ``retry`` is
16001600
specified, the timeout applies to each individual attempt.
@@ -1669,8 +1669,8 @@ def get_iam_policy(
16691669
If a dict is provided, it must be of the same form as the protobuf
16701670
message :class:`~google.cloud.bigtable_admin_v2.types.GetPolicyOptions`
16711671
retry (Optional[google.api_core.retry.Retry]): A retry object used
1672-
to retry requests. If ``None`` is specified, requests will not
1673-
be retried.
1672+
to retry requests. If ``None`` is specified, requests will
1673+
be retried using a default configuration.
16741674
timeout (Optional[float]): The amount of time, in seconds, to wait
16751675
for the request to complete. Note that if ``retry`` is
16761676
specified, the timeout applies to each individual attempt.
@@ -1753,8 +1753,8 @@ def set_iam_policy(
17531753
If a dict is provided, it must be of the same form as the protobuf
17541754
message :class:`~google.cloud.bigtable_admin_v2.types.Policy`
17551755
retry (Optional[google.api_core.retry.Retry]): A retry object used
1756-
to retry requests. If ``None`` is specified, requests will not
1757-
be retried.
1756+
to retry requests. If ``None`` is specified, requests will
1757+
be retried using a default configuration.
17581758
timeout (Optional[float]): The amount of time, in seconds, to wait
17591759
for the request to complete. Note that if ``retry`` is
17601760
specified, the timeout applies to each individual attempt.
@@ -1831,8 +1831,8 @@ def test_iam_permissions(
18311831
information see `IAM
18321832
Overview <https://cloud.google.com/iam/docs/overview#permissions>`__.
18331833
retry (Optional[google.api_core.retry.Retry]): A retry object used
1834-
to retry requests. If ``None`` is specified, requests will not
1835-
be retried.
1834+
to retry requests. If ``None`` is specified, requests will
1835+
be retried using a default configuration.
18361836
timeout (Optional[float]): The amount of time, in seconds, to wait
18371837
for the request to complete. Note that if ``retry`` is
18381838
specified, the timeout applies to each individual attempt.

0 commit comments

Comments
 (0)