Skip to content

Commit

Permalink
Bump EdgeCacheOrigin timeout + add reference docs (GoogleCloudPlatfor…
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and RileyHYZ committed Sep 15, 2023
1 parent 0b49b98 commit 110d06b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mmv1/products/networkservices/EdgeCacheOrigin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ update_verb: :PATCH
update_mask: true
description: |
EdgeCacheOrigin represents a HTTP-reachable backend for an EdgeCacheService.
references: !ruby/object:Api::Resource::ReferenceLinks
api: 'https://cloud.google.com/media-cdn/docs/reference/rest/v1/projects.locations.edgeCacheOrigins'
async: !ruby/object:Api::OpAsync
operation: !ruby/object:Api::OpAsync::Operation
path: 'name'
base_url: '{{op_id}}'
wait_ms: 1000
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 60
update_minutes: 60
delete_minutes: 60
insert_minutes: 120
update_minutes: 120
delete_minutes: 120
result: !ruby/object:Api::OpAsync::Result
path: 'response'
status: !ruby/object:Api::OpAsync::Status
Expand Down

0 comments on commit 110d06b

Please sign in to comment.