etquia
Version:
Dummy package for the grpc-node repository
23 lines (19 loc) • 522 B
text/typescript
// Original file: deps/googleapis/google/longrunning/operations.proto
/**
* The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
*/
export interface GetOperationRequest {
/**
* The name of the operation resource.
*/
'name'?: (string);
}
/**
* The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
*/
export interface GetOperationRequest__Output {
/**
* The name of the operation resource.
*/
'name': (string);
}