chore: regenerate API index

This commit is contained in:
Google APIs 2021-06-08 16:56:10 +00:00
parent 97d42c651f
commit b25ffdd67d

View file

@ -22737,6 +22737,10 @@
{
"httpMethod": "POST",
"path": "/v1/{parent=accounts/*}/customers"
},
{
"httpMethod": "POST",
"path": "/v1/{parent=accounts/*/channelPartnerLinks/*}/customers"
}
]
},
@ -22759,6 +22763,10 @@
{
"httpMethod": "DELETE",
"path": "/v1/{name=accounts/*/customers/*}"
},
{
"httpMethod": "DELETE",
"path": "/v1/{name=accounts/*/channelPartnerLinks/*/customers/*}"
}
]
},
@ -22781,6 +22789,10 @@
{
"httpMethod": "GET",
"path": "/v1/{name=accounts/*/customers/*}"
},
{
"httpMethod": "GET",
"path": "/v1/{name=accounts/*/channelPartnerLinks/*/customers/*}"
}
]
},
@ -22814,6 +22826,10 @@
{
"httpMethod": "GET",
"path": "/v1/{parent=accounts/*}/customers"
},
{
"httpMethod": "GET",
"path": "/v1/{parent=accounts/*/channelPartnerLinks/*}/customers"
}
]
},
@ -22916,6 +22932,17 @@
}
]
},
{
"shortName": "LookupOffer",
"fullName": "google.cloud.channel.v1.CloudChannelService.LookupOffer",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{entitlement=accounts/*/customers/*/entitlements/*}:lookupOffer"
}
]
},
{
"shortName": "ProvisionCloudIdentity",
"fullName": "google.cloud.channel.v1.CloudChannelService.ProvisionCloudIdentity",
@ -23012,6 +23039,10 @@
{
"httpMethod": "PATCH",
"path": "/v1/{customer.name=accounts/*/customers/*}"
},
{
"httpMethod": "PATCH",
"path": "/v1/{customer.name=accounts/*/channelPartnerLinks/*/customers/*}"
}
]
}