Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Mar 30, 2022
1 parent 28d1b00 commit f8dd091
Show file tree
Hide file tree
Showing 85 changed files with 10 additions and 42,728 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ async def create_instance(
parent: str = None,
instance_id: str = None,
instance: gba_instance.Instance = None,
clusters: Dict[str, gba_instance.Cluster] = None,
clusters: Sequence[
bigtable_instance_admin.CreateInstanceRequest.ClustersEntry
] = None,
retry: OptionalRetry = gapic_v1.method.DEFAULT,
timeout: float = None,
metadata: Sequence[Tuple[str, str]] = (),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,9 @@ def create_instance(
parent: str = None,
instance_id: str = None,
instance: gba_instance.Instance = None,
clusters: Dict[str, gba_instance.Cluster] = None,
clusters: Sequence[
bigtable_instance_admin.CreateInstanceRequest.ClustersEntry
] = None,
retry: OptionalRetry = gapic_v1.method.DEFAULT,
timeout: float = None,
metadata: Sequence[Tuple[str, str]] = (),
Expand Down
10 changes: 4 additions & 6 deletions google/cloud/bigtable_admin_v2/types/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ class AutoscalingTargets(proto.Message):
Attributes:
cpu_utilization_percent (int):
The cpu utilization that the Autoscaler
should be trying to achieve. This number is on a
scale from 0 (no utilization) to 100 (total
utilization).
The cpu utilization that the Autoscaler should be trying to
achieve. This number is on a scale from 0 (no utilization)
to 100 (total utilization), and is limited between 10 and
80, otherwise it will return INVALID_ARGUMENT error.
"""

cpu_utilization_percent = proto.Field(
Expand Down Expand Up @@ -254,8 +254,6 @@ class EncryptionConfig(proto.Message):
key.
2) Only regional keys can be used and the region of the CMEK
key must match the region of the cluster.
3) All clusters within an instance must use the same CMEK
key.
"""

kms_key_name = proto.Field(
Expand Down
17 changes: 0 additions & 17 deletions owl-bot-staging/bigtable/v2/.coveragerc

This file was deleted.

33 changes: 0 additions & 33 deletions owl-bot-staging/bigtable/v2/.flake8

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/bigtable/v2/MANIFEST.in

This file was deleted.

49 changes: 0 additions & 49 deletions owl-bot-staging/bigtable/v2/README.rst

This file was deleted.

6 changes: 0 additions & 6 deletions owl-bot-staging/bigtable/v2/docs/bigtable_v2/bigtable.rst

This file was deleted.

6 changes: 0 additions & 6 deletions owl-bot-staging/bigtable/v2/docs/bigtable_v2/services.rst

This file was deleted.

7 changes: 0 additions & 7 deletions owl-bot-staging/bigtable/v2/docs/bigtable_v2/types.rst

This file was deleted.

Loading

0 comments on commit f8dd091

Please sign in to comment.