Skip to content

Commit

Permalink
feat(servicenetworking): update the api
Browse files Browse the repository at this point in the history
#### servicenetworking:v1

The following keys were added:
- schemas.PartialDeleteConnectionMetadata (Total Keys: 2)

#### servicenetworking:v1beta

The following keys were added:
- schemas.PartialDeleteConnectionMetadata (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 23, 2021
1 parent 1a87cd4 commit 12d70c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@
}
}
},
"revision": "20210517",
"revision": "20210519",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -2538,6 +2538,12 @@
},
"type": "object"
},
"PartialDeleteConnectionMetadata": {
"description": "Metadata provided through GetOperation request for the LRO generated by Partial Delete Connection API",
"id": "PartialDeleteConnectionMetadata",
"properties": {},
"type": "object"
},
"PeeredDnsDomain": {
"description": "DNS domain suffix for which requests originating in the producer VPC network are resolved in the associated consumer VPC network.",
"id": "PeeredDnsDomain",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20210517",
"revision": "20210519",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -1826,6 +1826,12 @@
},
"type": "object"
},
"PartialDeleteConnectionMetadata": {
"description": "Metadata provided through GetOperation request for the LRO generated by Partial Delete Connection API",
"id": "PartialDeleteConnectionMetadata",
"properties": {},
"type": "object"
},
"PeeredDnsDomain": {
"description": "DNS domain suffix for which requests originating in the producer VPC network are resolved in the associated consumer VPC network.",
"id": "PeeredDnsDomain",
Expand Down

0 comments on commit 12d70c7

Please sign in to comment.