Skip to content

Commit

Permalink
fix(serviceconsumermanagement): update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Nov 30, 2020
1 parent 07840ad commit 983c199
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions src/apis/serviceconsumermanagement/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2119,20 +2119,14 @@ export namespace serviceconsumermanagement_v1beta1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$V1Beta1ListConsumerQuotaMetricsResponse>,
callback: BodyResponseCallback<
Schema$V1Beta1ListConsumerQuotaMetricsResponse
>
callback: BodyResponseCallback<Schema$V1Beta1ListConsumerQuotaMetricsResponse>
): void;
list(
params: Params$Resource$Services$Consumerquotametrics$List,
callback: BodyResponseCallback<
Schema$V1Beta1ListConsumerQuotaMetricsResponse
>
callback: BodyResponseCallback<Schema$V1Beta1ListConsumerQuotaMetricsResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$V1Beta1ListConsumerQuotaMetricsResponse
>
callback: BodyResponseCallback<Schema$V1Beta1ListConsumerQuotaMetricsResponse>
): void;
list(
paramsOrCallback?:
Expand Down Expand Up @@ -2774,20 +2768,14 @@ export namespace serviceconsumermanagement_v1beta1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$V1Beta1ListProducerOverridesResponse>,
callback: BodyResponseCallback<
Schema$V1Beta1ListProducerOverridesResponse
>
callback: BodyResponseCallback<Schema$V1Beta1ListProducerOverridesResponse>
): void;
list(
params: Params$Resource$Services$Consumerquotametrics$Limits$Produceroverrides$List,
callback: BodyResponseCallback<
Schema$V1Beta1ListProducerOverridesResponse
>
callback: BodyResponseCallback<Schema$V1Beta1ListProducerOverridesResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$V1Beta1ListProducerOverridesResponse
>
callback: BodyResponseCallback<Schema$V1Beta1ListProducerOverridesResponse>
): void;
list(
paramsOrCallback?:
Expand Down

0 comments on commit 983c199

Please sign in to comment.