// Original file: deps/googleapis/google/longrunning/operations.proto


/**
 * The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
 */
export interface CancelOperationRequest {
  /**
   * The name of the operation resource to be cancelled.
   */
  'name'?: (string);
}

/**
 * The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
 */
export interface CancelOperationRequest__Output {
  /**
   * The name of the operation resource to be cancelled.
   */
  'name': (string);
}
