Skip to content

Commit

Permalink
fix(binaryauthorization): 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 b88a8fc commit aed26d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
12 changes: 3 additions & 9 deletions src/apis/binaryauthorization/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1919,20 +1919,14 @@ export namespace binaryauthorization_v1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$ValidateAttestationOccurrenceResponse>,
callback: BodyResponseCallback<
Schema$ValidateAttestationOccurrenceResponse
>
callback: BodyResponseCallback<Schema$ValidateAttestationOccurrenceResponse>
): void;
validateAttestationOccurrence(
params: Params$Resource$Projects$Attestors$Validateattestationoccurrence,
callback: BodyResponseCallback<
Schema$ValidateAttestationOccurrenceResponse
>
callback: BodyResponseCallback<Schema$ValidateAttestationOccurrenceResponse>
): void;
validateAttestationOccurrence(
callback: BodyResponseCallback<
Schema$ValidateAttestationOccurrenceResponse
>
callback: BodyResponseCallback<Schema$ValidateAttestationOccurrenceResponse>
): void;
validateAttestationOccurrence(
paramsOrCallback?:
Expand Down
12 changes: 3 additions & 9 deletions src/apis/binaryauthorization/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1919,20 +1919,14 @@ export namespace binaryauthorization_v1beta1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$ValidateAttestationOccurrenceResponse>,
callback: BodyResponseCallback<
Schema$ValidateAttestationOccurrenceResponse
>
callback: BodyResponseCallback<Schema$ValidateAttestationOccurrenceResponse>
): void;
validateAttestationOccurrence(
params: Params$Resource$Projects$Attestors$Validateattestationoccurrence,
callback: BodyResponseCallback<
Schema$ValidateAttestationOccurrenceResponse
>
callback: BodyResponseCallback<Schema$ValidateAttestationOccurrenceResponse>
): void;
validateAttestationOccurrence(
callback: BodyResponseCallback<
Schema$ValidateAttestationOccurrenceResponse
>
callback: BodyResponseCallback<Schema$ValidateAttestationOccurrenceResponse>
): void;
validateAttestationOccurrence(
paramsOrCallback?:
Expand Down

0 comments on commit aed26d8

Please sign in to comment.