UNPKG

etquia

Version:

Dummy package for the grpc-node repository

23 lines (19 loc) 568 B
// Original file: deps/googleapis/google/longrunning/operations.proto /** * The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation]. */ export interface DeleteOperationRequest { /** * The name of the operation resource to be deleted. */ 'name'?: (string); } /** * The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation]. */ export interface DeleteOperationRequest__Output { /** * The name of the operation resource to be deleted. */ 'name': (string); }