Skip to content

Commit

Permalink
fix(privateca): 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 7224d76 commit d70a1d7
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions src/apis/privateca/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2244,20 +2244,14 @@ export namespace privateca_v1beta1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$FetchCertificateAuthorityCsrResponse>,
callback: BodyResponseCallback<
Schema$FetchCertificateAuthorityCsrResponse
>
callback: BodyResponseCallback<Schema$FetchCertificateAuthorityCsrResponse>
): void;
fetch(
params: Params$Resource$Projects$Locations$Certificateauthorities$Fetch,
callback: BodyResponseCallback<
Schema$FetchCertificateAuthorityCsrResponse
>
callback: BodyResponseCallback<Schema$FetchCertificateAuthorityCsrResponse>
): void;
fetch(
callback: BodyResponseCallback<
Schema$FetchCertificateAuthorityCsrResponse
>
callback: BodyResponseCallback<Schema$FetchCertificateAuthorityCsrResponse>
): void;
fetch(
paramsOrCallback?:
Expand Down Expand Up @@ -4032,20 +4026,14 @@ export namespace privateca_v1beta1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$ListCertificateRevocationListsResponse>,
callback: BodyResponseCallback<
Schema$ListCertificateRevocationListsResponse
>
callback: BodyResponseCallback<Schema$ListCertificateRevocationListsResponse>
): void;
list(
params: Params$Resource$Projects$Locations$Certificateauthorities$Certificaterevocationlists$List,
callback: BodyResponseCallback<
Schema$ListCertificateRevocationListsResponse
>
callback: BodyResponseCallback<Schema$ListCertificateRevocationListsResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$ListCertificateRevocationListsResponse
>
callback: BodyResponseCallback<Schema$ListCertificateRevocationListsResponse>
): void;
list(
paramsOrCallback?:
Expand Down

0 comments on commit d70a1d7

Please sign in to comment.