Skip to content

Commit

Permalink
Add parameter to sample generated for UpdateInstance. Related to goog…
Browse files Browse the repository at this point in the history
…leapis/python-redis#4

PiperOrigin-RevId: 294734008
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 12, 2020
1 parent d5e8a89 commit 2c17ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/cloud/redis/v1/redis_gapic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ interfaces:
- update_mask.paths[0]="display_name"
- update_mask.paths[1]="memory_size_gb"
- instance.display_name="UpdatedDisplayName"
- instance.memory_size_gb=4
- instance.name="projects/<project-name>/locations/<location>/instances/<instance>"
- instance.memory_size_gb=4
long_running:
initial_poll_delay_millis: 60000 # 1 minutes
poll_delay_multiplier: 1.5
Expand Down
1 change: 1 addition & 0 deletions google/cloud/redis/v1beta1/redis_gapic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ interfaces:
- update_mask.paths[0]="display_name"
- update_mask.paths[1]="memory_size_gb"
- instance.display_name="UpdatedDisplayName"
- instance.name="projects/<project-name>/locations/<location>/instances/<instance>"
- instance.memory_size_gb=4
long_running:
initial_poll_delay_millis: 60000 # 1 minutes
Expand Down

0 comments on commit 2c17ac3

Please sign in to comment.