Skip to content

Commit ff2cdac

Browse files
authored
fix(bigquery/v2): remove PatchRoutine from aggregate client (googleapis#13380)
resolves googleapis#13378
1 parent 106fc73 commit ff2cdac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bigquery/v2/apiv2_client/client_routine.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ func (mc *Client) UpdateRoutine(ctx context.Context, req *bigquerypb.UpdateRouti
3939
return mc.routClient.UpdateRoutine(ctx, req, opts...)
4040
}
4141

42-
// PatchRoutine patches information in an existing routine. The patch method does a partial
43-
// update to an existing Routine resource.
44-
func (mc *Client) PatchRoutine(ctx context.Context, req *bigquerypb.PatchRoutineRequest, opts ...gax.CallOption) (*bigquerypb.Routine, error) {
45-
return mc.routClient.PatchRoutine(ctx, req, opts...)
46-
}
47-
4842
// DeleteRoutine deletes the routine specified by routineId from the dataset.
4943
func (mc *Client) DeleteRoutine(ctx context.Context, req *bigquerypb.DeleteRoutineRequest, opts ...gax.CallOption) error {
5044
return mc.routClient.DeleteRoutine(ctx, req, opts...)

0 commit comments

Comments
 (0)