Skip to content

Commit

Permalink
add list->set change to mm backendservice description
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow committed Jun 21, 2019
1 parent 66c1057 commit 4283901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ objects:
- !ruby/object:Api::Type::Array
name: 'backends'
description: |
The list of backends that serve this BackendService.
The set of backends that serve this BackendService.
item_type: !ruby/object:Api::Type::NestedObject
properties:
- !ruby/object:Api::Type::Enum
Expand Down Expand Up @@ -819,7 +819,7 @@ objects:
min_size: 1
max_size: 1
description: |
The list of URLs to the HttpHealthCheck or HttpsHealthCheck resource
The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource
for health checking this BackendService. Currently at most one health
check can be specified, and a health check is required.
Expand Down

0 comments on commit 4283901

Please sign in to comment.