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 f8dd091 commit 07150d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ async def create_instance(
parent: str = None,
instance_id: str = None,
instance: gba_instance.Instance = None,
clusters: Sequence[
bigtable_instance_admin.CreateInstanceRequest.ClustersEntry
] = None,
clusters: Dict[str, gba_instance.Cluster] = 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,9 +557,7 @@ def create_instance(
parent: str = None,
instance_id: str = None,
instance: gba_instance.Instance = None,
clusters: Sequence[
bigtable_instance_admin.CreateInstanceRequest.ClustersEntry
] = None,
clusters: Dict[str, gba_instance.Cluster] = None,
retry: OptionalRetry = gapic_v1.method.DEFAULT,
timeout: float = None,
metadata: Sequence[Tuple[str, str]] = (),
Expand Down

0 comments on commit 07150d8

Please sign in to comment.